2022-11-23T00:48:12.4301151Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.4301263Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.4301293Z Waiting for a runner to pick up this job... 2022-11-23T00:48:13.2030217Z Job is about to start running on the runner: i-05caea03984509e13 (organization) 2022-11-23T00:48:18.0078513Z Current runner version: '2.299.1' 2022-11-23T00:48:18.0083779Z Runner name: 'i-05caea03984509e13' 2022-11-23T00:48:18.0084306Z Runner group name: 'Default' 2022-11-23T00:48:18.0084787Z Machine name: 'ip-10-0-7-23' 2022-11-23T00:48:18.0086737Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:18.0087328Z Actions: write 2022-11-23T00:48:18.0087579Z Checks: write 2022-11-23T00:48:18.0087884Z Contents: write 2022-11-23T00:48:18.0088179Z Deployments: write 2022-11-23T00:48:18.0088469Z Discussions: write 2022-11-23T00:48:18.0088755Z Issues: write 2022-11-23T00:48:18.0089040Z Metadata: read 2022-11-23T00:48:18.0089282Z Packages: write 2022-11-23T00:48:18.0089564Z Pages: write 2022-11-23T00:48:18.0089883Z PullRequests: write 2022-11-23T00:48:18.0090218Z RepositoryProjects: write 2022-11-23T00:48:18.0090512Z SecurityEvents: write 2022-11-23T00:48:18.0090810Z Statuses: write 2022-11-23T00:48:18.0091107Z ##[endgroup] 2022-11-23T00:48:18.0093933Z Secret source: Actions 2022-11-23T00:48:18.0094483Z Prepare workflow directory 2022-11-23T00:48:18.0693530Z Prepare all required actions 2022-11-23T00:48:18.0844556Z Getting action download info 2022-11-23T00:48:18.3184790Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:18.5970617Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:23.3342425Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:23.5831107Z Getting action download info 2022-11-23T00:48:23.7397326Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:23.9194754Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:23.9196474Z ##[group] Inputs 2022-11-23T00:48:23.9196817Z build-environment: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:48:23.9197205Z docker-image-name: pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:48:23.9197836Z build-generates-artifacts: true 2022-11-23T00:48:23.9198095Z build-with-debug: false 2022-11-23T00:48:23.9198305Z sync-tag: 2022-11-23T00:48:23.9198519Z cuda-arch-list: 5.2 2022-11-23T00:48:23.9198742Z runner: linux.2xlarge 2022-11-23T00:48:23.9198946Z test-matrix: 2022-11-23T00:48:23.9199173Z ##[endgroup] 2022-11-23T00:48:23.9199625Z Complete job name: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 / build 2022-11-23T00:48:23.9967654Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:23.9967961Z with: 2022-11-23T00:48:23.9968436Z github-secret: *** 2022-11-23T00:48:23.9968680Z activate-with-label: false 2022-11-23T00:48:23.9968909Z label: with-ssh 2022-11-23T00:48:23.9969121Z remove-existing-keys: true 2022-11-23T00:48:23.9969352Z ##[endgroup] 2022-11-23T00:48:24.0727539Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:24.0884223Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:24.0884488Z with: 2022-11-23T00:48:24.0884652Z submodules: recursive 2022-11-23T00:48:24.0884837Z fetch-depth: 0 2022-11-23T00:48:24.0885014Z ##[endgroup] 2022-11-23T00:48:24.1090385Z ##[group]Run retry () { 2022-11-23T00:48:24.1090640Z retry () { 2022-11-23T00:48:24.1090891Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:24.1091109Z } 2022-11-23T00:48:24.1091299Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1091519Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:24.1091733Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1091941Z else 2022-11-23T00:48:24.1092143Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1092327Z fi 2022-11-23T00:48:24.1092513Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1107544Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:24.1107899Z env: 2022-11-23T00:48:24.1108069Z NO_SUDO: 2022-11-23T00:48:24.1108243Z ##[endgroup] 2022-11-23T00:48:24.1197660Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.1508025Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:24.1508269Z with: 2022-11-23T00:48:24.1508484Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:24.1508720Z fetch-depth: 0 2022-11-23T00:48:24.1508936Z submodules: recursive 2022-11-23T00:48:24.1509143Z quiet-checkout: true 2022-11-23T00:48:24.1509374Z repository: pytorch/pytorch 2022-11-23T00:48:24.1509741Z token: *** 2022-11-23T00:48:24.1509946Z ssh-strict: true 2022-11-23T00:48:24.1510159Z persist-credentials: true 2022-11-23T00:48:24.1510383Z clean: true 2022-11-23T00:48:24.1510701Z lfs: false 2022-11-23T00:48:24.1510905Z set-safe-directory: true 2022-11-23T00:48:24.1511124Z ##[endgroup] 2022-11-23T00:48:24.2559947Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:24.2561714Z ##[group]Getting Git version info 2022-11-23T00:48:24.2562173Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:24.2562678Z [command]/usr/bin/git version 2022-11-23T00:48:24.2562910Z git version 2.37.1 2022-11-23T00:48:24.2563511Z ##[endgroup] 2022-11-23T00:48:24.2574636Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8633cbf9-0c5a-47bb-b792-63099786c2c5' before making global git config changes 2022-11-23T00:48:24.2575092Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:24.2575587Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.2599164Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:24.2602947Z ##[group]Initializing the repository 2022-11-23T00:48:24.2605308Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.2629454Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:24.2630188Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:24.2630773Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:24.2631199Z hint: 2022-11-23T00:48:24.2631916Z hint: git config --global init.defaultBranch 2022-11-23T00:48:24.2632339Z hint: 2022-11-23T00:48:24.2632836Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:24.2633253Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:24.2633522Z hint: 2022-11-23T00:48:24.2633753Z hint: git branch -m 2022-11-23T00:48:24.2634168Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:24.2638599Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:24.2662930Z ##[endgroup] 2022-11-23T00:48:24.2663360Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:24.2665911Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:24.2688319Z ##[endgroup] 2022-11-23T00:48:24.2688717Z ##[group]Setting up auth 2022-11-23T00:48:24.2694423Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:24.2718910Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:48:24.2970820Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:24.2993321Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:48:24.3215432Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:24.3252958Z ##[endgroup] 2022-11-23T00:48:24.3253362Z ##[group]Fetching the repository 2022-11-23T00:48:24.3258792Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T00:49:15.1787248Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:15.1807311Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:15.1810840Z ##[endgroup] 2022-11-23T00:49:15.1811211Z ##[group]Determining the checkout info 2022-11-23T00:49:15.1812515Z ##[endgroup] 2022-11-23T00:49:15.1812863Z ##[group]Checking out the ref 2022-11-23T00:49:15.1816736Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:16.4340770Z ##[endgroup] 2022-11-23T00:49:16.4341216Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:16.4345613Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:16.4392369Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:16.4416964Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:16.4441312Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:16.4463804Z ##[endgroup] 2022-11-23T00:49:16.4464425Z ##[group]Fetching submodules 2022-11-23T00:49:16.4467929Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:16.4708084Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:16.4938292Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:16.4939329Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:16.4941601Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:16.4943621Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:16.4945946Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:16.4948569Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:16.4950872Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:16.4954073Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:16.4956984Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:16.4959648Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:16.4962573Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:16.4965494Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:16.4968984Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:16.4971873Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:16.4975214Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:16.4978555Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:16.4982072Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:16.4985774Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:16.4989491Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:16.4993716Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:16.4997924Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:16.5001913Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:16.5005986Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:16.5010379Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:16.5014626Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:16.5019058Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:16.5023495Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:16.5028034Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:16.5033077Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:16.5037952Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:16.5042919Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:16.5047843Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:16.5053129Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:16.5058125Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:16.5063406Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:16.5068772Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:16.5075818Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:16.5081293Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:16.5086994Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:16.5093044Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:16.5099045Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:16.5121807Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:16.7761705Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:16.9781121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:17.2005785Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:17.4956208Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:17.7430945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:19.8618352Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:25.7835323Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:26.1575285Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:26.6469973Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:28.0900278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:29.2310754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:30.6178510Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:35.7081791Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:36.3934567Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:37.7363998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:38.7940344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:38.9960774Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:39.4531649Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:39.8923961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:40.8879445Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:41.2932772Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:41.4821625Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:41.7120211Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:43.0262095Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:43.4157795Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:43.7684507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:49.8174835Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:51.5225402Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:51.9349804Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:52.1840276Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:49:57.5471203Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:49:57.7258169Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:49:57.9509626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:49:58.7305609Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:49:58.9399864Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:49:59.2382354Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:49:59.5223174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:00.0566920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:02.0669887Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:03.1140442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:05.3681318Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:05.3773477Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:05.3843749Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:05.4038948Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:05.4233682Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:05.4560593Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:06.0000403Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:06.0185201Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:06.1073268Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:06.1369066Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:06.3931339Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:06.7578186Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:06.9749456Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:07.0154477Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:07.0167030Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:07.0168874Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:07.0170963Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:07.0173149Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:07.0194502Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:07.9410558Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:08.4680575Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:09.4522860Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:09.8011004Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:09.8909279Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:09.9427650Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:09.9512471Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:10.0325107Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:10.0637889Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:10.0715841Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:10.1066543Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:10.1275243Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:10.1677620Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:10.1776351Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:10.1788773Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:10.1808855Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:18.0784680Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:18.0800535Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:18.0822645Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:26.1127696Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:26.1217818Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:26.1342403Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:26.2172334Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:26.2185191Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:26.2187061Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:26.2208602Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:27.3554105Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:28.4222941Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:28.4696640Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:28.4870117Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:28.4989994Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:28.5946720Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:28.8129968Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:28.8154116Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:28.8155981Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:28.8178705Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:29.2342784Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:30.0683643Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:30.0956006Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:30.1085319Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:30.1098025Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:30.1118133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:31.8714727Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:31.8731072Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:31.8732789Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:31.8755057Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:32.2965294Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:33.1295924Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:33.1887349Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:33.1898700Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:33.1920448Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:33.3896859Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:33.3974579Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:33.6278686Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:33.6295641Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:33.6297527Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:33.6319837Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:34.0270340Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:35.0494256Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:35.1101191Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:35.1173107Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:35.1264373Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:35.1555223Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:35.1630134Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:35.1872995Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:35.1952333Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:35.2337794Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:35.3292546Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:35.3513185Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:35.3525637Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:35.3527627Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:35.3529849Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:35.3532100Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:35.3552768Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:36.3492333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:36.5820643Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:37.7666246Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:38.6042096Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:38.6165091Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:38.6735469Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:38.6971000Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:38.6982390Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:38.7002253Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:38.9064772Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:39.0259118Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:39.0290802Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:39.0531215Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.0563348Z Entering 'third_party/FP16' 2022-11-23T00:50:39.0596416Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.0629186Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.0662428Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.0694445Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.0726849Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.0769276Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.0801207Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.0833993Z Entering 'third_party/cub' 2022-11-23T00:50:39.0865671Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.0902596Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.0939639Z Entering 'third_party/eigen' 2022-11-23T00:50:39.0973171Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.1005470Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.1037398Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.1069440Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.1101260Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.1134341Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.1167703Z Entering 'third_party/fmt' 2022-11-23T00:50:39.1200309Z Entering 'third_party/foxi' 2022-11-23T00:50:39.1232011Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.1264722Z Entering 'third_party/gloo' 2022-11-23T00:50:39.1296568Z Entering 'third_party/googletest' 2022-11-23T00:50:39.1328017Z Entering 'third_party/ideep' 2022-11-23T00:50:39.1359789Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.1393202Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.1429762Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.1462005Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.1493857Z Entering 'third_party/kineto' 2022-11-23T00:50:39.1525968Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.1557110Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.1589801Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.1622039Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.1653362Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.1686075Z Entering 'third_party/onnx' 2022-11-23T00:50:39.1728925Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.1760715Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.1793780Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.1825287Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.1860299Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.1892368Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.1924220Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.1959655Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.1991392Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.2027251Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.2058783Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.2091388Z Entering 'third_party/psimd' 2022-11-23T00:50:39.2122301Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.2154235Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.2185409Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.2216898Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.2249724Z Entering 'third_party/python-six' 2022-11-23T00:50:39.2280844Z Entering 'third_party/sleef' 2022-11-23T00:50:39.2312885Z Entering 'third_party/tbb' 2022-11-23T00:50:39.2345714Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.2377963Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.2409893Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.2440862Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.2471803Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.2503600Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.2536714Z Entering 'third_party/zstd' 2022-11-23T00:50:39.2575458Z ##[endgroup] 2022-11-23T00:50:39.2575843Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:39.2581611Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T00:50:39.2815621Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.2846840Z Entering 'third_party/FP16' 2022-11-23T00:50:39.2879346Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.2910906Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.2942481Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.2974705Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.3006293Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.3046431Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.3078579Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.3110411Z Entering 'third_party/cub' 2022-11-23T00:50:39.3143432Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.3179704Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.3218729Z Entering 'third_party/eigen' 2022-11-23T00:50:39.3253565Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.3286015Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.3318616Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.3350110Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.3381927Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.3414398Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.3449198Z Entering 'third_party/fmt' 2022-11-23T00:50:39.3480907Z Entering 'third_party/foxi' 2022-11-23T00:50:39.3512537Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.3545955Z Entering 'third_party/gloo' 2022-11-23T00:50:39.3577200Z Entering 'third_party/googletest' 2022-11-23T00:50:39.3611125Z Entering 'third_party/ideep' 2022-11-23T00:50:39.3642733Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.3676177Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.3713129Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.3744774Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.3778256Z Entering 'third_party/kineto' 2022-11-23T00:50:39.3809976Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.3842286Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.3874768Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.3906299Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.3938434Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.3972635Z Entering 'third_party/onnx' 2022-11-23T00:50:39.4016931Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.4049533Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.4084292Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.4117560Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.4154183Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.4185737Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.4218013Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.4254850Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.4286724Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.4323264Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.4355633Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.4388880Z Entering 'third_party/psimd' 2022-11-23T00:50:39.4423661Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.4456632Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.4490109Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.4522855Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.4554621Z Entering 'third_party/python-six' 2022-11-23T00:50:39.4586626Z Entering 'third_party/sleef' 2022-11-23T00:50:39.4619440Z Entering 'third_party/tbb' 2022-11-23T00:50:39.4652817Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.4686673Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.4717610Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.4747681Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.4778997Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.4812515Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.4850258Z Entering 'third_party/zstd' 2022-11-23T00:50:39.4893454Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T00:50:39.5139766Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.5169823Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:39.5182875Z Entering 'third_party/FP16' 2022-11-23T00:50:39.5212396Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:39.5225739Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.5256923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:39.5269781Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.5299327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:39.5313653Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.5343303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:39.5357416Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.5386303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:39.5400550Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.5429516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:39.5452684Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.5482777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.5495877Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.5525862Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:39.5539250Z Entering 'third_party/cub' 2022-11-23T00:50:39.5569026Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:39.5582977Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.5612749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:39.5630049Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.5659687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:39.5679004Z Entering 'third_party/eigen' 2022-11-23T00:50:39.5708171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:39.5723281Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.5753537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:39.5766760Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.5799714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:39.5812159Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.5841215Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:39.5855019Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.5884542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.5897490Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.5930762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T00:50:39.5945027Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.5974779Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:39.5989583Z Entering 'third_party/fmt' 2022-11-23T00:50:39.6019296Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:39.6035416Z Entering 'third_party/foxi' 2022-11-23T00:50:39.6065375Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:39.6080701Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.6111930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:39.6126636Z Entering 'third_party/gloo' 2022-11-23T00:50:39.6159202Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:39.6172539Z Entering 'third_party/googletest' 2022-11-23T00:50:39.6202739Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.6216141Z Entering 'third_party/ideep' 2022-11-23T00:50:39.6247595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:39.6261975Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.6296147Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:39.6312715Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.6343652Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T00:50:39.6365501Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.6396070Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:39.6408828Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.6440769Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:39.6454398Z Entering 'third_party/kineto' 2022-11-23T00:50:39.6485128Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:39.6498765Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.6529905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T00:50:39.6542939Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.6574782Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.6589305Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.6622157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:39.6635443Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.6667828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:39.6681052Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.6712276Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:39.6726682Z Entering 'third_party/onnx' 2022-11-23T00:50:39.6759709Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:39.6783634Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.6814614Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.6828820Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.6858836Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.6874274Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.6903572Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:39.6916655Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.6946060Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:39.6963240Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.6993538Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.7006597Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.7036844Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.7049782Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.7080730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:39.7107503Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.7137254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:39.7149815Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.7181500Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:39.7197843Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.7226132Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.7238961Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.7267760Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.7282759Z Entering 'third_party/psimd' 2022-11-23T00:50:39.7311214Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:39.7324188Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.7353558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:39.7366272Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.7394988Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.7408539Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.7439390Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:39.7452102Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.7481849Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:39.7495146Z Entering 'third_party/python-six' 2022-11-23T00:50:39.7524950Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:39.7537937Z Entering 'third_party/sleef' 2022-11-23T00:50:39.7568022Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:39.7581334Z Entering 'third_party/tbb' 2022-11-23T00:50:39.7610183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:39.7625266Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.7655013Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:39.7667968Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.7697449Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.7709833Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.7738940Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:39.7751552Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.7780236Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:39.7793672Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.7822580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.7835022Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.7864199Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:39.7879431Z Entering 'third_party/zstd' 2022-11-23T00:50:39.7908524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:39.8996714Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:39.9238721Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.9271456Z Entering 'third_party/FP16' 2022-11-23T00:50:39.9305297Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.9339752Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.9373449Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.9406850Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.9439447Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.9484249Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.9517662Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.9551133Z Entering 'third_party/cub' 2022-11-23T00:50:39.9584135Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.9622433Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.9660995Z Entering 'third_party/eigen' 2022-11-23T00:50:39.9695644Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.9728920Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.9761682Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.9794677Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.9826537Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.9859780Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.9893164Z Entering 'third_party/fmt' 2022-11-23T00:50:39.9926466Z Entering 'third_party/foxi' 2022-11-23T00:50:39.9958678Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.9990394Z Entering 'third_party/gloo' 2022-11-23T00:50:40.0023770Z Entering 'third_party/googletest' 2022-11-23T00:50:40.0055289Z Entering 'third_party/ideep' 2022-11-23T00:50:40.0086866Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:40.0120254Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:40.0157433Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:40.0189850Z Entering 'third_party/ittapi' 2022-11-23T00:50:40.0221564Z Entering 'third_party/kineto' 2022-11-23T00:50:40.0253245Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:40.0285950Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:40.0319958Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:40.0352978Z Entering 'third_party/neon2sse' 2022-11-23T00:50:40.0385634Z Entering 'third_party/nlohmann' 2022-11-23T00:50:40.0418524Z Entering 'third_party/onnx' 2022-11-23T00:50:40.0461057Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.0492680Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.0526821Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:40.0559651Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.0595706Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.0628718Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.0661367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.0699460Z Entering 'third_party/pocketfft' 2022-11-23T00:50:40.0731261Z Entering 'third_party/protobuf' 2022-11-23T00:50:40.0766307Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:40.0798915Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:40.0833580Z Entering 'third_party/psimd' 2022-11-23T00:50:40.0865762Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:40.0897912Z Entering 'third_party/pybind11' 2022-11-23T00:50:40.0930311Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.0962470Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.0994905Z Entering 'third_party/python-six' 2022-11-23T00:50:40.1026434Z Entering 'third_party/sleef' 2022-11-23T00:50:40.1059651Z Entering 'third_party/tbb' 2022-11-23T00:50:40.1093639Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.1126654Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.1159386Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.1191421Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.1224780Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.1386069Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.1421436Z Entering 'third_party/zstd' 2022-11-23T00:50:40.1466423Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:40.1712740Z Entering 'android/libs/fbjni' 2022-11-23T00:50:40.1744340Z Entering 'third_party/FP16' 2022-11-23T00:50:40.1778471Z Entering 'third_party/FXdiv' 2022-11-23T00:50:40.1811462Z Entering 'third_party/NNPACK' 2022-11-23T00:50:40.1844351Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:40.1877608Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:40.1910413Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:40.1951372Z Entering 'third_party/benchmark' 2022-11-23T00:50:40.1983676Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:40.2016716Z Entering 'third_party/cub' 2022-11-23T00:50:40.2049303Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:40.2086389Z Entering 'third_party/cutlass' 2022-11-23T00:50:40.2126314Z Entering 'third_party/eigen' 2022-11-23T00:50:40.2159654Z Entering 'third_party/fbgemm' 2022-11-23T00:50:40.2193575Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:40.2225126Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:40.2258890Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:40.2291362Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:40.2325312Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:40.2360322Z Entering 'third_party/fmt' 2022-11-23T00:50:40.2392306Z Entering 'third_party/foxi' 2022-11-23T00:50:40.2423725Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:40.2456647Z Entering 'third_party/gloo' 2022-11-23T00:50:40.2488952Z Entering 'third_party/googletest' 2022-11-23T00:50:40.2521548Z Entering 'third_party/ideep' 2022-11-23T00:50:40.2553470Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:40.2589520Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:40.2628136Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:40.2659939Z Entering 'third_party/ittapi' 2022-11-23T00:50:40.2692720Z Entering 'third_party/kineto' 2022-11-23T00:50:40.2725587Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:40.2758920Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:40.2792271Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:40.2824022Z Entering 'third_party/neon2sse' 2022-11-23T00:50:40.2856580Z Entering 'third_party/nlohmann' 2022-11-23T00:50:40.2890029Z Entering 'third_party/onnx' 2022-11-23T00:50:40.2933835Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.2966378Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.3001068Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:40.3034213Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.3070124Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.3102809Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.3136124Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.3171559Z Entering 'third_party/pocketfft' 2022-11-23T00:50:40.3204234Z Entering 'third_party/protobuf' 2022-11-23T00:50:40.3239990Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:40.3271537Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:40.3304639Z Entering 'third_party/psimd' 2022-11-23T00:50:40.3338641Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:40.3371485Z Entering 'third_party/pybind11' 2022-11-23T00:50:40.3404328Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.3437116Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.3468971Z Entering 'third_party/python-six' 2022-11-23T00:50:40.3501367Z Entering 'third_party/sleef' 2022-11-23T00:50:40.3534178Z Entering 'third_party/tbb' 2022-11-23T00:50:40.3568798Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.3602098Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.3634412Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.3666038Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.3698824Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.3731074Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.3765334Z Entering 'third_party/zstd' 2022-11-23T00:50:40.3804992Z ##[endgroup] 2022-11-23T00:50:40.3843669Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:40.3867000Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:40.3980292Z Prepare all required actions 2022-11-23T00:50:40.4005618Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:40.4005860Z ##[endgroup] 2022-11-23T00:50:40.4089924Z ##[group]Run set -euo pipefail 2022-11-23T00:50:40.4090193Z set -euo pipefail 2022-11-23T00:50:40.4090437Z function get_ec2_metadata() { 2022-11-23T00:50:40.4090709Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:40.4091094Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:40.4091426Z  category=$1 2022-11-23T00:50:40.4091705Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:40.4091952Z } 2022-11-23T00:50:40.4092189Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:40.4092479Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:40.4092806Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:40.4093073Z echo "system info $(uname -a)" 2022-11-23T00:50:40.4104610Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.4104871Z ##[endgroup] 2022-11-23T00:50:40.4178954Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:40.4224815Z instance-id: i-05caea03984509e13 2022-11-23T00:50:40.4268858Z instance-type: c5.2xlarge 2022-11-23T00:50:40.4275395Z system info Linux ip-10-0-7-23.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T00:50:40.4289286Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:40.4289600Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:40.4289878Z  echo "Docker daemon is running..."; 2022-11-23T00:50:40.4290099Z else 2022-11-23T00:50:40.4290363Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:40.4290630Z fi 2022-11-23T00:50:40.4300722Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.4300980Z ##[endgroup] 2022-11-23T00:50:40.4339783Z Docker daemon is running... 2022-11-23T00:50:40.4388674Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:40.4389023Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:40.4389310Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:40.4389676Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:40.4390007Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:40.4400078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.4400294Z env: 2022-11-23T00:50:40.4400456Z AWS_RETRY_MODE: standard 2022-11-23T00:50:40.4400648Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:40.4400851Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:40.4401025Z ##[endgroup] 2022-11-23T00:50:41.1548762Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:41.1549268Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:41.1550002Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:41.1550270Z 2022-11-23T00:50:41.1550599Z Login Succeeded 2022-11-23T00:50:41.1582526Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.1583023Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.1583462Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.1597044Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.1597274Z ##[endgroup] 2022-11-23T00:50:41.1689681Z Prepare all required actions 2022-11-23T00:50:41.1741921Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:41.1742172Z with: 2022-11-23T00:50:41.1742474Z docker-image-name: pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:50:41.1742771Z xla: false 2022-11-23T00:50:41.1743068Z skip_push: true 2022-11-23T00:50:41.1743305Z ##[endgroup] 2022-11-23T00:50:41.1795080Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.1795352Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.1795651Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:41.1796057Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.1796346Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1796676Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1796953Z else 2022-11-23T00:50:41.1797220Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.1797519Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1797843Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1798110Z fi 2022-11-23T00:50:41.1808392Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.1808644Z env: 2022-11-23T00:50:41.1808831Z IS_XLA: 2022-11-23T00:50:41.1809100Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:41.1809475Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:50:41.1809830Z ##[endgroup] 2022-11-23T00:50:41.1889935Z ##[group]Run set -x 2022-11-23T00:50:41.1890169Z set -x 2022-11-23T00:50:41.1890410Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:41.1890684Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:41.1890899Z  exit 0 2022-11-23T00:50:41.1891064Z fi 2022-11-23T00:50:41.1891268Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:41.1891541Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:41.1891798Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:41.1891997Z else 2022-11-23T00:50:41.1892212Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:41.1892491Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:41.1892703Z fi 2022-11-23T00:50:41.1892918Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:41.1893251Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:41.1893575Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:41.1893915Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:41.1894183Z  exit 1 2022-11-23T00:50:41.1894345Z fi 2022-11-23T00:50:41.1894580Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:41.1894893Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:41.1895196Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:41.1895525Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:41.1895881Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:41.1896188Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:41.1896528Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:41.1896821Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:41.1897154Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:41.1897485Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:41.1897784Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1897993Z  fi 2022-11-23T00:50:41.1898155Z fi 2022-11-23T00:50:41.1898340Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1908213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.1908429Z env: 2022-11-23T00:50:41.1908621Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:41.1909044Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.1909452Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.1909654Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:41.1909831Z ##[endgroup] 2022-11-23T00:50:41.1935168Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.3925440Z { 2022-11-23T00:50:41.3926336Z "schemaVersion": 2, 2022-11-23T00:50:41.3927413Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:41.3927904Z "config": { 2022-11-23T00:50:41.3928365Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:41.3929023Z "size": 28613, 2022-11-23T00:50:41.3929504Z "digest": "sha256:8a9806f7a3514b0ab1aaeab6eda07d33d1685a732d81b15f854a0231b3954d93" 2022-11-23T00:50:41.3929788Z }, 2022-11-23T00:50:41.3929979Z "layers": [ 2022-11-23T00:50:41.3930174Z { 2022-11-23T00:50:41.3930457Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3930743Z "size": 30425607, 2022-11-23T00:50:41.3931034Z "digest": "sha256:e96e057aae67380a4ddb16c337c5c3669d97fdff69ec537f02aa2cc30d814281" 2022-11-23T00:50:41.3931324Z }, 2022-11-23T00:50:41.3931511Z { 2022-11-23T00:50:41.3931778Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3932066Z "size": 2064, 2022-11-23T00:50:41.3932369Z "digest": "sha256:e378b5194ac2b1ca3140d044d4e79088c625f0a4a67d7cc4edecb68a563a7ebb" 2022-11-23T00:50:41.3932643Z }, 2022-11-23T00:50:41.3932811Z { 2022-11-23T00:50:41.3933089Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3933371Z "size": 338483011, 2022-11-23T00:50:41.3933663Z "digest": "sha256:8a1e9fffde74647092d803ec0e6d286fc562a0d48de9dbfce91d1bcf349e3605" 2022-11-23T00:50:41.3933954Z }, 2022-11-23T00:50:41.3934134Z { 2022-11-23T00:50:41.3934399Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3934683Z "size": 848, 2022-11-23T00:50:41.3934986Z "digest": "sha256:f0cf96ad3b46c10043cc712905aa19c2c8bcafef6dc8ee882426510358eea3dd" 2022-11-23T00:50:41.3935254Z }, 2022-11-23T00:50:41.3935437Z { 2022-11-23T00:50:41.3935714Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3935980Z "size": 63271111, 2022-11-23T00:50:41.3936284Z "digest": "sha256:14cfb9b4b1b2f7e3d72acb65b5e8c425bb729a2d4b8856e24369b8117fafaab6" 2022-11-23T00:50:41.3936570Z }, 2022-11-23T00:50:41.3936738Z { 2022-11-23T00:50:41.3937017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3937293Z "size": 408, 2022-11-23T00:50:41.3937577Z "digest": "sha256:ddbd72e57c8c0b2174c7452bca8514e523b4a77d79bb95a49df1f5b314819da5" 2022-11-23T00:50:41.3937856Z }, 2022-11-23T00:50:41.3938035Z { 2022-11-23T00:50:41.3938478Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3938767Z "size": 107, 2022-11-23T00:50:41.3939085Z "digest": "sha256:879beb9f8e9bf3d04eb8b5de71c01c123c1ec74d4dee4ff228e4afb5868bd7d2" 2022-11-23T00:50:41.3939408Z }, 2022-11-23T00:50:41.3939575Z { 2022-11-23T00:50:41.3939851Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3940128Z "size": 451, 2022-11-23T00:50:41.3940425Z "digest": "sha256:5508d9370614337783a27282c54e63110eeafb4359a1f99c49edc38a27e45e0b" 2022-11-23T00:50:41.3940810Z }, 2022-11-23T00:50:41.3941005Z { 2022-11-23T00:50:41.3941269Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3941549Z "size": 1231, 2022-11-23T00:50:41.3941852Z "digest": "sha256:1fc39cbbb5657f4c2abd1efd543eb4f17ea385f486e2d88173a57680da4de532" 2022-11-23T00:50:41.3942124Z }, 2022-11-23T00:50:41.3942302Z { 2022-11-23T00:50:41.3942579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3942848Z "size": 484, 2022-11-23T00:50:41.3943157Z "digest": "sha256:663add1d0e11d39a6fa2dcda88779cceff0437fae36da5bc57b227994211641a" 2022-11-23T00:50:41.3943440Z }, 2022-11-23T00:50:41.3943606Z { 2022-11-23T00:50:41.3943877Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3944156Z "size": 110, 2022-11-23T00:50:41.3944440Z "digest": "sha256:edd453626ff961c67438dad0144b53c85ffd5a3e97e3b8b0145d072ccde6beed" 2022-11-23T00:50:41.3944772Z }, 2022-11-23T00:50:41.3944951Z { 2022-11-23T00:50:41.3945228Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3945495Z "size": 2609, 2022-11-23T00:50:41.3945774Z "digest": "sha256:af95c6e2a9278f1b40b4774401332eb93a3070620f59ce99288881f993a951d6" 2022-11-23T00:50:41.3946033Z }, 2022-11-23T00:50:41.3946198Z { 2022-11-23T00:50:41.3946472Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3946750Z "size": 1959, 2022-11-23T00:50:41.3947019Z "digest": "sha256:150b1527b9631aa9d61d9cecb3dd047645835166cf1850399a02d222ad9e68ab" 2022-11-23T00:50:41.3947282Z }, 2022-11-23T00:50:41.3947459Z { 2022-11-23T00:50:41.3947823Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3948303Z "size": 1659213642, 2022-11-23T00:50:41.3948596Z "digest": "sha256:d562280e8e8572ef8ab61c52405e70a854c61c635cbbacae675d88a0ca0dfd8a" 2022-11-23T00:50:41.3948856Z }, 2022-11-23T00:50:41.3949033Z { 2022-11-23T00:50:41.3949311Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3949578Z "size": 172, 2022-11-23T00:50:41.3949875Z "digest": "sha256:019db445c1fddddc2121177e1fa9de516def37827f4222132b633a153b6a7cb3" 2022-11-23T00:50:41.3950149Z }, 2022-11-23T00:50:41.3950315Z { 2022-11-23T00:50:41.3950588Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3950866Z "size": 466, 2022-11-23T00:50:41.3951143Z "digest": "sha256:cd176c1b794266ec2b202385ffd161945902959fc72acc1ea0c3509fb54b7a1d" 2022-11-23T00:50:41.3951586Z }, 2022-11-23T00:50:41.3951767Z { 2022-11-23T00:50:41.3952041Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3952306Z "size": 104, 2022-11-23T00:50:41.3952598Z "digest": "sha256:dbbb3c6f2d646bc683ce9335d3b091fd1878d5984c1a164b0348b4211c7a16f0" 2022-11-23T00:50:41.3952873Z }, 2022-11-23T00:50:41.3953040Z { 2022-11-23T00:50:41.3953314Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3953591Z "size": 231, 2022-11-23T00:50:41.3953870Z "digest": "sha256:8f1fa103fbb935ccdcdd87a3463c3c54739ce773d732170103b4855a89843624" 2022-11-23T00:50:41.3954161Z }, 2022-11-23T00:50:41.3954338Z { 2022-11-23T00:50:41.3954599Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3954875Z "size": 1575139, 2022-11-23T00:50:41.3955261Z "digest": "sha256:5bd6d0d56bf00aabcb75d313e53a9f0c0f76fdc49fb47c6273bb190bc39880be" 2022-11-23T00:50:41.3955536Z }, 2022-11-23T00:50:41.3955718Z { 2022-11-23T00:50:41.3956069Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3956339Z "size": 1590, 2022-11-23T00:50:41.3956624Z "digest": "sha256:0700965955b12c7cfa6416d54cdc0d2e0d3c4d99887257c9ffa30327601889db" 2022-11-23T00:50:41.3956889Z }, 2022-11-23T00:50:41.3957054Z { 2022-11-23T00:50:41.3957329Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3957613Z "size": 3461319221, 2022-11-23T00:50:41.3957899Z "digest": "sha256:4d1869cce58818a0f885e581c11f724f0287aaf776373ab12e7f512919348f86" 2022-11-23T00:50:41.3958150Z }, 2022-11-23T00:50:41.3958329Z { 2022-11-23T00:50:41.3958601Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3958864Z "size": 452, 2022-11-23T00:50:41.3959146Z "digest": "sha256:6091823c97098e2179de98750da82000c3ff6ab1d5c36fd5fca33d27b26e6544" 2022-11-23T00:50:41.3959408Z }, 2022-11-23T00:50:41.3959577Z { 2022-11-23T00:50:41.3959851Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3960126Z "size": 104, 2022-11-23T00:50:41.3960395Z "digest": "sha256:01f8e63164db58eb7e7d28f545045e6c600275826e238dacaf454f239c588119" 2022-11-23T00:50:41.3960655Z }, 2022-11-23T00:50:41.3960831Z { 2022-11-23T00:50:41.3961092Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3961424Z "size": 888, 2022-11-23T00:50:41.3961719Z "digest": "sha256:d23e5c31fe154c816b4d76fb0ed07912c64e2c7d25ac6b940a255fb0d4bbf751" 2022-11-23T00:50:41.3961981Z }, 2022-11-23T00:50:41.3962157Z { 2022-11-23T00:50:41.3962431Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3962698Z "size": 109609619, 2022-11-23T00:50:41.3962991Z "digest": "sha256:3b049214e04bb25b92cc94209fa7da4e75a83c8be99b26505fc353d9ed2284f5" 2022-11-23T00:50:41.3963259Z }, 2022-11-23T00:50:41.3963438Z { 2022-11-23T00:50:41.3963699Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3963976Z "size": 109, 2022-11-23T00:50:41.3964268Z "digest": "sha256:b088326ed2541aab09820fafd2cb8717503b3d416bc34ceef004bb0d24207f4d" 2022-11-23T00:50:41.3964529Z }, 2022-11-23T00:50:41.3964705Z { 2022-11-23T00:50:41.3964980Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3965244Z "size": 558, 2022-11-23T00:50:41.3965532Z "digest": "sha256:8ebb86240384bf831c97e9645eda0383b154938ccc5e014f515f6751b5d8976a" 2022-11-23T00:50:41.3965792Z }, 2022-11-23T00:50:41.3965957Z { 2022-11-23T00:50:41.3966230Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3966507Z "size": 1134752, 2022-11-23T00:50:41.3966787Z "digest": "sha256:9eb8f079cece1b17b2f71985e2ce315a7b2194f93551b8207b60c29405956d3d" 2022-11-23T00:50:41.3967057Z }, 2022-11-23T00:50:41.3967236Z { 2022-11-23T00:50:41.3967501Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3967781Z "size": 103, 2022-11-23T00:50:41.3968076Z "digest": "sha256:7298abb1473317233bdd00093d3b25ad0bd1deeb4702e67dccc7f36a7aebe13a" 2022-11-23T00:50:41.3968337Z }, 2022-11-23T00:50:41.3968517Z { 2022-11-23T00:50:41.3968794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3969065Z "size": 548, 2022-11-23T00:50:41.3969370Z "digest": "sha256:3d276fde20d4a0998d4063bbeb0d7b3cecfe168720cde8b89d4c01147addaa13" 2022-11-23T00:50:41.3969657Z }, 2022-11-23T00:50:41.3969843Z { 2022-11-23T00:50:41.3970107Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3970392Z "size": 231535836, 2022-11-23T00:50:41.3970685Z "digest": "sha256:7226b9a88e349da5d85391e3c6d0576ac340b62ab1576c63df40c0ddd898f22e" 2022-11-23T00:50:41.3970941Z }, 2022-11-23T00:50:41.3971125Z { 2022-11-23T00:50:41.3971439Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3971710Z "size": 107, 2022-11-23T00:50:41.3972001Z "digest": "sha256:e343550e6bb7ea69a75bb9db5e7628180195b6673f66ba9cf687c47c399d4236" 2022-11-23T00:50:41.3972271Z }, 2022-11-23T00:50:41.3972439Z { 2022-11-23T00:50:41.3972720Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3973001Z "size": 1293, 2022-11-23T00:50:41.3973280Z "digest": "sha256:e6811ac2392f4f39415ffae44f257811e259a8849be99bdfbc4f278f9f519fb9" 2022-11-23T00:50:41.3973555Z }, 2022-11-23T00:50:41.3973733Z { 2022-11-23T00:50:41.3973996Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3974276Z "size": 151, 2022-11-23T00:50:41.3974686Z "digest": "sha256:b789d03aab9bcada9c48c28aef2c4c994fc49e2382a987da63f73ffc9c668f82" 2022-11-23T00:50:41.3974987Z }, 2022-11-23T00:50:41.3975286Z { 2022-11-23T00:50:41.3975647Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3975953Z "size": 645, 2022-11-23T00:50:41.3976305Z "digest": "sha256:f6d1856522f70a41ec55d414d54c1f16deb98be6a1e6daa8da2a185ece77e140" 2022-11-23T00:50:41.3976741Z }, 2022-11-23T00:50:41.3976941Z { 2022-11-23T00:50:41.3977396Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3977898Z "size": 108, 2022-11-23T00:50:41.3978206Z "digest": "sha256:3fff820d80da5e2513868d8a6564755dd7552f5b43b0148e1ea1fbf9443a40f8" 2022-11-23T00:50:41.3978542Z }, 2022-11-23T00:50:41.3978859Z { 2022-11-23T00:50:41.3979149Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3979482Z "size": 109, 2022-11-23T00:50:41.3979837Z "digest": "sha256:77948b4befff18f636916e6fb9eebf94f1494a14f5bd0de5c8c79beebc45a11a" 2022-11-23T00:50:41.3980167Z }, 2022-11-23T00:50:41.3980400Z { 2022-11-23T00:50:41.3980731Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3981026Z "size": 102, 2022-11-23T00:50:41.3981390Z "digest": "sha256:c194ecb28f772cd3a43041b0af334c6c2696b7f970a8d5bcf3a3cc302b5d91b8" 2022-11-23T00:50:41.3981763Z }, 2022-11-23T00:50:41.3981960Z { 2022-11-23T00:50:41.3982291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3982634Z "size": 421, 2022-11-23T00:50:41.3982996Z "digest": "sha256:984b30b43d41070ac29079de2f06b71aff395c0e863d3f3347adfc546a23d8ed" 2022-11-23T00:50:41.3983278Z }, 2022-11-23T00:50:41.3983515Z { 2022-11-23T00:50:41.3983856Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3984149Z "size": 111, 2022-11-23T00:50:41.3984536Z "digest": "sha256:95d350b8012cad15c248b578fac1ec0506eec4183bb216f26f11c9b972befa31" 2022-11-23T00:50:41.3984858Z }, 2022-11-23T00:50:41.3985053Z { 2022-11-23T00:50:41.3985388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3985717Z "size": 474, 2022-11-23T00:50:41.3986054Z "digest": "sha256:b321b388a3a3e39c51abdfa2dc75c9f1e59b353d943fe61c54ad47250c2b3368" 2022-11-23T00:50:41.3986387Z }, 2022-11-23T00:50:41.3986628Z { 2022-11-23T00:50:41.3986917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3987271Z "size": 112, 2022-11-23T00:50:41.3987624Z "digest": "sha256:42e81798fab45611928d016e27b9233ea88bbd0515bbf063e7f0e38a692bec3f" 2022-11-23T00:50:41.3987914Z }, 2022-11-23T00:50:41.3988143Z { 2022-11-23T00:50:41.3988474Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3988770Z "size": 447, 2022-11-23T00:50:41.3989130Z "digest": "sha256:756a60033f3449a09984bc16024c0528b5030efe709f65ca5dde9569a770a34b" 2022-11-23T00:50:41.3989743Z }, 2022-11-23T00:50:41.3989991Z { 2022-11-23T00:50:41.3990287Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3990674Z "size": 106, 2022-11-23T00:50:41.3991086Z "digest": "sha256:ce7daad670d2b85924d7d22a54d11cacc4a1f9d62cf26e0d18338d4f045db12b" 2022-11-23T00:50:41.3991548Z }, 2022-11-23T00:50:41.3991785Z { 2022-11-23T00:50:41.3992125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3992447Z "size": 294, 2022-11-23T00:50:41.3992801Z "digest": "sha256:e64c8e5ae53e2b302147585ed65d3b69eac50aca51a1d7ad451a524bea964e0f" 2022-11-23T00:50:41.3993133Z }, 2022-11-23T00:50:41.3993335Z { 2022-11-23T00:50:41.3993685Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.3994041Z "size": 106, 2022-11-23T00:50:41.3994363Z "digest": "sha256:b7cd7a6bcd83efff8857950be418f0c1267aaaaf944d861ecbcba291111ebc31" 2022-11-23T00:50:41.3994709Z }, 2022-11-23T00:50:41.3994926Z { 2022-11-23T00:50:41.4015918Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4016221Z "size": 401, 2022-11-23T00:50:41.4016489Z "digest": "sha256:7c51307650a893e7e3860660d56575bc01aa62929c35a087c9f9b13c3bc62b39" 2022-11-23T00:50:41.4016752Z }, 2022-11-23T00:50:41.4016938Z { 2022-11-23T00:50:41.4017205Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4017490Z "size": 18603082, 2022-11-23T00:50:41.4017777Z "digest": "sha256:3583a985b9b69459697bf8fc24b3493d5e7fe2d52a81ce8db63e60ba1230d408" 2022-11-23T00:50:41.4018045Z }, 2022-11-23T00:50:41.4018212Z { 2022-11-23T00:50:41.4018487Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4018765Z "size": 108, 2022-11-23T00:50:41.4019133Z "digest": "sha256:e6308881a2179519cfe60ae109028519200a59acb99d926f5a41595f358a0727" 2022-11-23T00:50:41.4019390Z }, 2022-11-23T00:50:41.4019569Z { 2022-11-23T00:50:41.4019828Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4020104Z "size": 1765, 2022-11-23T00:50:41.4020378Z "digest": "sha256:c685b8b780553e83fc4042b5d48223654772857e60ba317e9867b8a00fa82f24" 2022-11-23T00:50:41.4020623Z }, 2022-11-23T00:50:41.4020798Z { 2022-11-23T00:50:41.4021075Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4021343Z "size": 460820791, 2022-11-23T00:50:41.4021642Z "digest": "sha256:2845f3a299b0d49eee054e4f80f9e2e55c9ffd4a783e27b9a8ceec1c4ee1e3b6" 2022-11-23T00:50:41.4021917Z }, 2022-11-23T00:50:41.4022079Z { 2022-11-23T00:50:41.4022353Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4022629Z "size": 164, 2022-11-23T00:50:41.4022907Z "digest": "sha256:5ad13efae5bc01c33992111968a0ace66b15b7f737e088075df3307c0d652e58" 2022-11-23T00:50:41.4023179Z }, 2022-11-23T00:50:41.4023356Z { 2022-11-23T00:50:41.4023618Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4023894Z "size": 7940, 2022-11-23T00:50:41.4024199Z "digest": "sha256:fc9ccff83ea641bee7ef622eeda27d297987807c44cdf838ce54fd3dc33d7d48" 2022-11-23T00:50:41.4024481Z }, 2022-11-23T00:50:41.4024647Z { 2022-11-23T00:50:41.4024923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4025193Z "size": 8070, 2022-11-23T00:50:41.4025468Z "digest": "sha256:57864f16ed6a4f5ecfc998b3e3267f5323de765533b2ced165b65c83efedf12a" 2022-11-23T00:50:41.4025735Z }, 2022-11-23T00:50:41.4025911Z { 2022-11-23T00:50:41.4026169Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4026444Z "size": 304, 2022-11-23T00:50:41.4026720Z "digest": "sha256:7b75b71432fef2959196be8a8fb5e39b25cc88899954390551295e50a23c8a75" 2022-11-23T00:50:41.4026970Z }, 2022-11-23T00:50:41.4027147Z { 2022-11-23T00:50:41.4027416Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4027682Z "size": 13336815, 2022-11-23T00:50:41.4027992Z "digest": "sha256:05ef9e642aaf827da3babcab268ac8dfd7cb593a973fe0a5fa55def9ef338b70" 2022-11-23T00:50:41.4028282Z }, 2022-11-23T00:50:41.4028446Z { 2022-11-23T00:50:41.4028770Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4029050Z "size": 108, 2022-11-23T00:50:41.4029312Z "digest": "sha256:c4b1d8556375293747ca91f3983a487c65b3a6cb14777532745e7fe4c1e3ccc4" 2022-11-23T00:50:41.4029571Z }, 2022-11-23T00:50:41.4029746Z { 2022-11-23T00:50:41.4030005Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.4030282Z "size": 54145470, 2022-11-23T00:50:41.4030570Z "digest": "sha256:7f51862f42a811fabe1fe9879ebfc53a9498119bcf44121fb148490c85898e30" 2022-11-23T00:50:41.4030838Z } 2022-11-23T00:50:41.4031001Z ] 2022-11-23T00:50:41.4031174Z } 2022-11-23T00:50:41.4031512Z + exit 0 2022-11-23T00:50:41.4130403Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:41.4130668Z with: 2022-11-23T00:50:41.4131073Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.4131470Z ##[endgroup] 2022-11-23T00:50:41.4182959Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:41.4183260Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:41.4183555Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:41.4183867Z # only pull docker image if it's not available locally 2022-11-23T00:50:41.4184180Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:41.4184545Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:41.4184772Z fi 2022-11-23T00:50:41.4196462Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.4196711Z env: 2022-11-23T00:50:41.4197102Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.4197504Z ##[endgroup] 2022-11-23T00:50:41.7026509Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:50:41.7029556Z e96e057aae67: Pulling fs layer 2022-11-23T00:50:41.7030392Z e378b5194ac2: Pulling fs layer 2022-11-23T00:50:41.7030708Z 8a1e9fffde74: Pulling fs layer 2022-11-23T00:50:41.7030946Z f0cf96ad3b46: Pulling fs layer 2022-11-23T00:50:41.7032286Z 14cfb9b4b1b2: Pulling fs layer 2022-11-23T00:50:41.7032794Z ddbd72e57c8c: Pulling fs layer 2022-11-23T00:50:41.7033137Z 879beb9f8e9b: Pulling fs layer 2022-11-23T00:50:41.7033487Z 5508d9370614: Pulling fs layer 2022-11-23T00:50:41.7033764Z 1fc39cbbb565: Pulling fs layer 2022-11-23T00:50:41.7034012Z 663add1d0e11: Pulling fs layer 2022-11-23T00:50:41.7034390Z edd453626ff9: Pulling fs layer 2022-11-23T00:50:41.7034769Z af95c6e2a927: Pulling fs layer 2022-11-23T00:50:41.7035105Z 150b1527b963: Pulling fs layer 2022-11-23T00:50:41.7035303Z d562280e8e85: Pulling fs layer 2022-11-23T00:50:41.7035492Z f0cf96ad3b46: Waiting 2022-11-23T00:50:41.7038351Z 019db445c1fd: Pulling fs layer 2022-11-23T00:50:41.7038798Z cd176c1b7942: Pulling fs layer 2022-11-23T00:50:41.7039125Z 5508d9370614: Waiting 2022-11-23T00:50:41.7039475Z dbbb3c6f2d64: Pulling fs layer 2022-11-23T00:50:41.7039831Z 8f1fa103fbb9: Pulling fs layer 2022-11-23T00:50:41.7040173Z 1fc39cbbb565: Waiting 2022-11-23T00:50:41.7040526Z 5bd6d0d56bf0: Pulling fs layer 2022-11-23T00:50:41.7040862Z 0700965955b1: Pulling fs layer 2022-11-23T00:50:41.7041176Z 663add1d0e11: Waiting 2022-11-23T00:50:41.7041479Z 4d1869cce588: Pulling fs layer 2022-11-23T00:50:41.7041857Z 6091823c9709: Pulling fs layer 2022-11-23T00:50:41.7042070Z 01f8e63164db: Pulling fs layer 2022-11-23T00:50:41.7043842Z 14cfb9b4b1b2: Waiting 2022-11-23T00:50:41.7044204Z 879beb9f8e9b: Waiting 2022-11-23T00:50:41.7044603Z d23e5c31fe15: Pulling fs layer 2022-11-23T00:50:41.7045047Z 3b049214e04b: Pulling fs layer 2022-11-23T00:50:41.7045375Z edd453626ff9: Waiting 2022-11-23T00:50:41.7045766Z b088326ed254: Pulling fs layer 2022-11-23T00:50:41.7046106Z ddbd72e57c8c: Waiting 2022-11-23T00:50:41.7046357Z 6091823c9709: Waiting 2022-11-23T00:50:41.7046576Z 8ebb86240384: Pulling fs layer 2022-11-23T00:50:41.7046758Z af95c6e2a927: Waiting 2022-11-23T00:50:41.7046920Z 8f1fa103fbb9: Waiting 2022-11-23T00:50:41.7047105Z 9eb8f079cece: Pulling fs layer 2022-11-23T00:50:41.7047295Z 7298abb14733: Pulling fs layer 2022-11-23T00:50:41.7053451Z 01f8e63164db: Waiting 2022-11-23T00:50:41.7054081Z 3d276fde20d4: Pulling fs layer 2022-11-23T00:50:41.7054810Z 7226b9a88e34: Pulling fs layer 2022-11-23T00:50:41.7055227Z 9eb8f079cece: Waiting 2022-11-23T00:50:41.7055564Z d23e5c31fe15: Waiting 2022-11-23T00:50:41.7056035Z 8ebb86240384: Waiting 2022-11-23T00:50:41.7056364Z e343550e6bb7: Pulling fs layer 2022-11-23T00:50:41.7057641Z e6811ac2392f: Pulling fs layer 2022-11-23T00:50:41.7059812Z b789d03aab9b: Pulling fs layer 2022-11-23T00:50:41.7060004Z 5bd6d0d56bf0: Waiting 2022-11-23T00:50:41.7060168Z 7298abb14733: Waiting 2022-11-23T00:50:41.7060354Z f6d1856522f7: Pulling fs layer 2022-11-23T00:50:41.7060632Z 0700965955b1: Waiting 2022-11-23T00:50:41.7060828Z 3fff820d80da: Pulling fs layer 2022-11-23T00:50:41.7061007Z 3d276fde20d4: Waiting 2022-11-23T00:50:41.7065283Z 77948b4befff: Pulling fs layer 2022-11-23T00:50:41.7065675Z c194ecb28f77: Pulling fs layer 2022-11-23T00:50:41.7066152Z b088326ed254: Waiting 2022-11-23T00:50:41.7066531Z 984b30b43d41: Pulling fs layer 2022-11-23T00:50:41.7066862Z d562280e8e85: Waiting 2022-11-23T00:50:41.7067149Z 95d350b8012c: Pulling fs layer 2022-11-23T00:50:41.7067601Z e343550e6bb7: Waiting 2022-11-23T00:50:41.7067876Z 7226b9a88e34: Waiting 2022-11-23T00:50:41.7068151Z b321b388a3a3: Pulling fs layer 2022-11-23T00:50:41.7068478Z 42e81798fab4: Pulling fs layer 2022-11-23T00:50:41.7068790Z 756a60033f34: Pulling fs layer 2022-11-23T00:50:41.7069088Z ce7daad670d2: Pulling fs layer 2022-11-23T00:50:41.7069323Z e64c8e5ae53e: Pulling fs layer 2022-11-23T00:50:41.7069529Z b7cd7a6bcd83: Pulling fs layer 2022-11-23T00:50:41.7069711Z 7c51307650a8: Pulling fs layer 2022-11-23T00:50:41.7069903Z 4d1869cce588: Waiting 2022-11-23T00:50:41.7070085Z dbbb3c6f2d64: Waiting 2022-11-23T00:50:41.7070259Z 3583a985b9b6: Pulling fs layer 2022-11-23T00:50:41.7070451Z e6308881a217: Pulling fs layer 2022-11-23T00:50:41.7070632Z f6d1856522f7: Waiting 2022-11-23T00:50:41.7070803Z c685b8b78055: Pulling fs layer 2022-11-23T00:50:41.7070990Z 3fff820d80da: Waiting 2022-11-23T00:50:41.7071173Z 2845f3a299b0: Pulling fs layer 2022-11-23T00:50:41.7071537Z 5ad13efae5bc: Pulling fs layer 2022-11-23T00:50:41.7071732Z fc9ccff83ea6: Pulling fs layer 2022-11-23T00:50:41.7071924Z 77948b4befff: Waiting 2022-11-23T00:50:41.7072117Z 57864f16ed6a: Pulling fs layer 2022-11-23T00:50:41.7072289Z c194ecb28f77: Waiting 2022-11-23T00:50:41.7072472Z 7b75b71432fe: Pulling fs layer 2022-11-23T00:50:41.7072667Z 05ef9e642aaf: Pulling fs layer 2022-11-23T00:50:41.7072849Z c4b1d8556375: Pulling fs layer 2022-11-23T00:50:41.7073042Z 7f51862f42a8: Pulling fs layer 2022-11-23T00:50:41.7073224Z cd176c1b7942: Waiting 2022-11-23T00:50:41.7073383Z 3b049214e04b: Waiting 2022-11-23T00:50:41.7073552Z b321b388a3a3: Waiting 2022-11-23T00:50:41.7073738Z 42e81798fab4: Waiting 2022-11-23T00:50:41.7073980Z 984b30b43d41: Waiting 2022-11-23T00:50:41.7074262Z 756a60033f34: Waiting 2022-11-23T00:50:41.7074463Z e6811ac2392f: Waiting 2022-11-23T00:50:41.7074620Z 7c51307650a8: Waiting 2022-11-23T00:50:41.7074792Z b7cd7a6bcd83: Waiting 2022-11-23T00:50:41.7074962Z 3583a985b9b6: Waiting 2022-11-23T00:50:41.7075117Z fc9ccff83ea6: Waiting 2022-11-23T00:50:41.7075296Z e64c8e5ae53e: Waiting 2022-11-23T00:50:41.7075465Z 7b75b71432fe: Waiting 2022-11-23T00:50:41.7075622Z 57864f16ed6a: Waiting 2022-11-23T00:50:41.7075863Z c4b1d8556375: Waiting 2022-11-23T00:50:41.7076034Z 05ef9e642aaf: Waiting 2022-11-23T00:50:41.7076189Z c685b8b78055: Waiting 2022-11-23T00:50:41.7076358Z e6308881a217: Waiting 2022-11-23T00:50:41.7076523Z 95d350b8012c: Waiting 2022-11-23T00:50:41.7076676Z 019db445c1fd: Waiting 2022-11-23T00:50:41.7076847Z 7f51862f42a8: Waiting 2022-11-23T00:50:41.8166713Z e378b5194ac2: Verifying Checksum 2022-11-23T00:50:41.8167010Z e378b5194ac2: Download complete 2022-11-23T00:50:41.9197753Z f0cf96ad3b46: Verifying Checksum 2022-11-23T00:50:41.9198201Z f0cf96ad3b46: Download complete 2022-11-23T00:50:42.1541535Z e96e057aae67: Verifying Checksum 2022-11-23T00:50:42.1541809Z e96e057aae67: Download complete 2022-11-23T00:50:42.2624405Z ddbd72e57c8c: Verifying Checksum 2022-11-23T00:50:42.2624664Z ddbd72e57c8c: Download complete 2022-11-23T00:50:42.3401198Z 879beb9f8e9b: Download complete 2022-11-23T00:50:42.4274249Z 5508d9370614: Verifying Checksum 2022-11-23T00:50:42.4274776Z 5508d9370614: Download complete 2022-11-23T00:50:42.5053697Z 1fc39cbbb565: Verifying Checksum 2022-11-23T00:50:42.5054025Z 1fc39cbbb565: Download complete 2022-11-23T00:50:42.5884627Z 663add1d0e11: Verifying Checksum 2022-11-23T00:50:42.5885087Z 663add1d0e11: Download complete 2022-11-23T00:50:42.7911673Z edd453626ff9: Verifying Checksum 2022-11-23T00:50:42.7912504Z edd453626ff9: Download complete 2022-11-23T00:50:42.8856273Z af95c6e2a927: Download complete 2022-11-23T00:50:42.9437336Z e96e057aae67: Pull complete 2022-11-23T00:50:43.0002551Z 150b1527b963: Verifying Checksum 2022-11-23T00:50:43.0002806Z 150b1527b963: Download complete 2022-11-23T00:50:43.0732555Z e378b5194ac2: Pull complete 2022-11-23T00:50:44.7336854Z 14cfb9b4b1b2: Verifying Checksum 2022-11-23T00:50:44.8071939Z 14cfb9b4b1b2: Download complete 2022-11-23T00:50:44.8072298Z 019db445c1fd: Download complete 2022-11-23T00:50:44.9048634Z cd176c1b7942: Download complete 2022-11-23T00:50:44.9870622Z dbbb3c6f2d64: Download complete 2022-11-23T00:50:45.0600425Z 8f1fa103fbb9: Download complete 2022-11-23T00:50:45.1703788Z 5bd6d0d56bf0: Verifying Checksum 2022-11-23T00:50:45.1704042Z 5bd6d0d56bf0: Download complete 2022-11-23T00:50:45.2449320Z 0700965955b1: Verifying Checksum 2022-11-23T00:50:45.2449547Z 0700965955b1: Download complete 2022-11-23T00:50:55.2052546Z 8a1e9fffde74: Download complete 2022-11-23T00:50:55.3024676Z 6091823c9709: Verifying Checksum 2022-11-23T00:50:55.3025763Z 6091823c9709: Download complete 2022-11-23T00:50:55.3866219Z 01f8e63164db: Verifying Checksum 2022-11-23T00:50:55.3866645Z 01f8e63164db: Download complete 2022-11-23T00:50:55.4794582Z d23e5c31fe15: Verifying Checksum 2022-11-23T00:50:55.4795160Z d23e5c31fe15: Download complete 2022-11-23T00:50:59.9603593Z 3b049214e04b: Verifying Checksum 2022-11-23T00:50:59.9604004Z 3b049214e04b: Download complete 2022-11-23T00:51:00.0630826Z b088326ed254: Download complete 2022-11-23T00:51:00.1591585Z 8ebb86240384: Verifying Checksum 2022-11-23T00:51:00.1592030Z 8ebb86240384: Download complete 2022-11-23T00:51:00.3222390Z 9eb8f079cece: Verifying Checksum 2022-11-23T00:51:00.3223245Z 9eb8f079cece: Download complete 2022-11-23T00:51:00.4158159Z 7298abb14733: Download complete 2022-11-23T00:51:00.4845777Z 3d276fde20d4: Verifying Checksum 2022-11-23T00:51:00.4846040Z 3d276fde20d4: Download complete 2022-11-23T00:51:01.9911811Z 8a1e9fffde74: Pull complete 2022-11-23T00:51:02.2256003Z f0cf96ad3b46: Pull complete 2022-11-23T00:51:03.4715734Z 14cfb9b4b1b2: Pull complete 2022-11-23T00:51:03.6356743Z ddbd72e57c8c: Pull complete 2022-11-23T00:51:03.8348451Z 879beb9f8e9b: Pull complete 2022-11-23T00:51:04.0654665Z 5508d9370614: Pull complete 2022-11-23T00:51:04.3112270Z 1fc39cbbb565: Pull complete 2022-11-23T00:51:04.5407944Z 663add1d0e11: Pull complete 2022-11-23T00:51:04.6772597Z edd453626ff9: Pull complete 2022-11-23T00:51:04.8084958Z af95c6e2a927: Pull complete 2022-11-23T00:51:04.9863880Z 150b1527b963: Pull complete 2022-11-23T00:51:09.8513683Z 7226b9a88e34: Verifying Checksum 2022-11-23T00:51:09.8513959Z 7226b9a88e34: Download complete 2022-11-23T00:51:09.9297166Z e343550e6bb7: Verifying Checksum 2022-11-23T00:51:09.9297632Z e343550e6bb7: Download complete 2022-11-23T00:51:10.0069259Z e6811ac2392f: Verifying Checksum 2022-11-23T00:51:10.0069620Z e6811ac2392f: Download complete 2022-11-23T00:51:10.1088012Z b789d03aab9b: Verifying Checksum 2022-11-23T00:51:10.1088427Z b789d03aab9b: Download complete 2022-11-23T00:51:10.1980037Z f6d1856522f7: Download complete 2022-11-23T00:51:10.3154123Z 3fff820d80da: Download complete 2022-11-23T00:51:10.3886918Z 77948b4befff: Verifying Checksum 2022-11-23T00:51:10.3887347Z 77948b4befff: Download complete 2022-11-23T00:51:10.4632962Z c194ecb28f77: Verifying Checksum 2022-11-23T00:51:10.4633373Z c194ecb28f77: Download complete 2022-11-23T00:51:10.5506636Z 984b30b43d41: Verifying Checksum 2022-11-23T00:51:10.5507060Z 984b30b43d41: Download complete 2022-11-23T00:51:10.6273254Z 95d350b8012c: Verifying Checksum 2022-11-23T00:51:10.6273527Z 95d350b8012c: Download complete 2022-11-23T00:51:10.7133095Z b321b388a3a3: Download complete 2022-11-23T00:51:10.7788807Z 42e81798fab4: Verifying Checksum 2022-11-23T00:51:10.7789086Z 42e81798fab4: Download complete 2022-11-23T00:51:10.8713309Z 756a60033f34: Verifying Checksum 2022-11-23T00:51:10.8713745Z 756a60033f34: Download complete 2022-11-23T00:51:10.9917464Z ce7daad670d2: Verifying Checksum 2022-11-23T00:51:10.9917757Z ce7daad670d2: Download complete 2022-11-23T00:51:11.0798689Z e64c8e5ae53e: Verifying Checksum 2022-11-23T00:51:11.0799020Z e64c8e5ae53e: Download complete 2022-11-23T00:51:11.2518024Z b7cd7a6bcd83: Verifying Checksum 2022-11-23T00:51:11.2518278Z b7cd7a6bcd83: Download complete 2022-11-23T00:51:11.3287675Z 7c51307650a8: Download complete 2022-11-23T00:51:12.1106041Z 3583a985b9b6: Verifying Checksum 2022-11-23T00:51:12.1106396Z 3583a985b9b6: Download complete 2022-11-23T00:51:12.2020677Z e6308881a217: Download complete 2022-11-23T00:51:12.3111833Z c685b8b78055: Download complete 2022-11-23T00:51:30.6451486Z 2845f3a299b0: Verifying Checksum 2022-11-23T00:51:30.6451770Z 2845f3a299b0: Download complete 2022-11-23T00:51:30.7150811Z 5ad13efae5bc: Download complete 2022-11-23T00:51:30.8012971Z fc9ccff83ea6: Verifying Checksum 2022-11-23T00:51:30.8013467Z fc9ccff83ea6: Download complete 2022-11-23T00:51:30.8732227Z 57864f16ed6a: Verifying Checksum 2022-11-23T00:51:30.8732551Z 57864f16ed6a: Download complete 2022-11-23T00:51:30.9476213Z 7b75b71432fe: Download complete 2022-11-23T00:51:31.5908139Z 05ef9e642aaf: Verifying Checksum 2022-11-23T00:51:31.5908394Z 05ef9e642aaf: Download complete 2022-11-23T00:51:31.6668428Z c4b1d8556375: Download complete 2022-11-23T00:51:33.5212906Z 7f51862f42a8: Verifying Checksum 2022-11-23T00:51:33.5213141Z 7f51862f42a8: Download complete 2022-11-23T00:51:46.2811879Z d562280e8e85: Verifying Checksum 2022-11-23T00:51:46.2812166Z d562280e8e85: Download complete 2022-11-23T00:52:11.1611651Z d562280e8e85: Pull complete 2022-11-23T00:52:11.5119725Z 019db445c1fd: Pull complete 2022-11-23T00:52:11.8004766Z cd176c1b7942: Pull complete 2022-11-23T00:52:12.0453771Z dbbb3c6f2d64: Pull complete 2022-11-23T00:52:12.2693874Z 8f1fa103fbb9: Pull complete 2022-11-23T00:52:12.5472301Z 5bd6d0d56bf0: Pull complete 2022-11-23T00:52:12.7615934Z 0700965955b1: Pull complete 2022-11-23T00:53:00.2424962Z 4d1869cce588: Verifying Checksum 2022-11-23T00:53:00.2425257Z 4d1869cce588: Download complete 2022-11-23T00:53:39.4707958Z 4d1869cce588: Pull complete 2022-11-23T00:53:39.9066451Z 6091823c9709: Pull complete 2022-11-23T00:53:40.1433295Z 01f8e63164db: Pull complete 2022-11-23T00:53:40.3272272Z d23e5c31fe15: Pull complete 2022-11-23T00:53:43.1837598Z 3b049214e04b: Pull complete 2022-11-23T00:53:43.6380200Z b088326ed254: Pull complete 2022-11-23T00:53:43.8975863Z 8ebb86240384: Pull complete 2022-11-23T00:53:44.1597070Z 9eb8f079cece: Pull complete 2022-11-23T00:53:44.3892209Z 7298abb14733: Pull complete 2022-11-23T00:53:44.6453618Z 3d276fde20d4: Pull complete 2022-11-23T00:53:49.4084526Z 7226b9a88e34: Pull complete 2022-11-23T00:53:49.6363617Z e343550e6bb7: Pull complete 2022-11-23T00:53:49.8530737Z e6811ac2392f: Pull complete 2022-11-23T00:53:50.0628974Z b789d03aab9b: Pull complete 2022-11-23T00:53:50.2785585Z f6d1856522f7: Pull complete 2022-11-23T00:53:50.5068222Z 3fff820d80da: Pull complete 2022-11-23T00:53:50.7286580Z 77948b4befff: Pull complete 2022-11-23T00:53:50.9632701Z c194ecb28f77: Pull complete 2022-11-23T00:53:51.1834012Z 984b30b43d41: Pull complete 2022-11-23T00:53:51.4339110Z 95d350b8012c: Pull complete 2022-11-23T00:53:51.6378068Z b321b388a3a3: Pull complete 2022-11-23T00:53:51.8619495Z 42e81798fab4: Pull complete 2022-11-23T00:53:52.0937260Z 756a60033f34: Pull complete 2022-11-23T00:53:52.3364693Z ce7daad670d2: Pull complete 2022-11-23T00:53:52.5718492Z e64c8e5ae53e: Pull complete 2022-11-23T00:53:52.8144409Z b7cd7a6bcd83: Pull complete 2022-11-23T00:53:53.0236476Z 7c51307650a8: Pull complete 2022-11-23T00:53:53.4290693Z 3583a985b9b6: Pull complete 2022-11-23T00:53:53.5811845Z e6308881a217: Pull complete 2022-11-23T00:53:53.7952841Z c685b8b78055: Pull complete 2022-11-23T00:53:58.4836517Z 2845f3a299b0: Pull complete 2022-11-23T00:53:58.7095344Z 5ad13efae5bc: Pull complete 2022-11-23T00:53:58.9380966Z fc9ccff83ea6: Pull complete 2022-11-23T00:53:59.1602335Z 57864f16ed6a: Pull complete 2022-11-23T00:53:59.3829348Z 7b75b71432fe: Pull complete 2022-11-23T00:54:00.2025890Z 05ef9e642aaf: Pull complete 2022-11-23T00:54:00.4448597Z c4b1d8556375: Pull complete 2022-11-23T00:54:02.0072150Z 7f51862f42a8: Pull complete 2022-11-23T00:54:02.0785709Z Digest: sha256:f15daf30e0ee370771cb4bf4d72b4d0718bbfb8e9c3a733ae56e0890d1e30de2 2022-11-23T00:54:02.1025495Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:02.1060760Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:02.1090271Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:54:02.1090508Z .github/scripts/parse_ref.py 2022-11-23T00:54:02.1110864Z shell: /usr/bin/bash -e {0} 2022-11-23T00:54:02.1111066Z ##[endgroup] 2022-11-23T00:54:02.7768925Z Prepare all required actions 2022-11-23T00:54:02.7769159Z Getting action download info 2022-11-23T00:54:02.9336114Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:54:03.1282522Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:54:03.1282744Z with: 2022-11-23T00:54:03.1283143Z github-token: *** 2022-11-23T00:54:03.1283326Z ##[endgroup] 2022-11-23T00:54:03.1367499Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:54:03.1367734Z with: 2022-11-23T00:54:03.1367893Z shell: bash 2022-11-23T00:54:03.1368059Z timeout_minutes: 10 2022-11-23T00:54:03.1368249Z max_attempts: 5 2022-11-23T00:54:03.1368426Z retry_wait_seconds: 30 2022-11-23T00:54:03.1368817Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:54:03.1369200Z polling_interval_seconds: 1 2022-11-23T00:54:03.1369394Z warning_on_retry: true 2022-11-23T00:54:03.1369584Z continue_on_error: false 2022-11-23T00:54:03.1369764Z env: 2022-11-23T00:54:03.1370049Z GITHUB_TOKEN: *** 2022-11-23T00:54:03.1370224Z ##[endgroup] 2022-11-23T00:54:04.3468894Z + python3 -m pip install requests==2.26.0 2022-11-23T00:54:06.9929646Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:54:07.1912970Z Collecting requests==2.26.0 2022-11-23T00:54:07.2070475Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:54:07.2970601Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:54:07.3005455Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:54:07.4234967Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:54:07.4274632Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:54:07.4713188Z Collecting certifi>=2017.4.17 2022-11-23T00:54:07.4745602Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:54:07.5436836Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:54:07.5470283Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:54:07.6167825Z Installing collected packages: idna, charset-normalizer, certifi, urllib3, requests 2022-11-23T00:54:07.7040869Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:54:07.7041372Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:54:07.8082204Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T00:54:07.9524507Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-05caea03984509e13 2022-11-23T00:54:09.2189583Z + GHA_WORKFLOW_JOB_ID=9654935310 2022-11-23T00:54:09.2189969Z + echo job-id=9654935310 2022-11-23T00:54:09.3474132Z Command completed after 1 attempt(s). 2022-11-23T00:54:09.3536686Z Prepare all required actions 2022-11-23T00:54:09.3536989Z Getting action download info 2022-11-23T00:54:10.3216193Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:54:10.3216584Z with: 2022-11-23T00:54:10.3217220Z github-token: *** 2022-11-23T00:54:10.3217543Z ##[endgroup] 2022-11-23T00:54:10.3250634Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:54:10.3250868Z with: 2022-11-23T00:54:10.3251012Z shell: bash 2022-11-23T00:54:10.3251186Z timeout_minutes: 10 2022-11-23T00:54:10.3251368Z max_attempts: 5 2022-11-23T00:54:10.3251535Z retry_wait_seconds: 30 2022-11-23T00:54:10.3251866Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:54:10.3252115Z polling_interval_seconds: 1 2022-11-23T00:54:10.3252311Z warning_on_retry: true 2022-11-23T00:54:10.3252486Z continue_on_error: false 2022-11-23T00:54:10.3252661Z env: 2022-11-23T00:54:10.3252939Z GITHUB_TOKEN: *** 2022-11-23T00:54:10.3253157Z ##[endgroup] 2022-11-23T00:54:10.3729752Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:54:10.5699892Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:54:10.5853674Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:54:10.6970828Z Collecting pyyaml==6.0 2022-11-23T00:54:10.7111010Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-11-23T00:54:10.7299972Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:54:10.7306887Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:54:10.7453813Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:54:10.7464240Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:54:10.7751904Z Installing collected packages: pyyaml 2022-11-23T00:54:10.8270088Z Successfully installed pyyaml-6.0 2022-11-23T00:54:11.3716294Z Command completed after 1 attempt(s). 2022-11-23T00:54:11.3765445Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:54:11.3765692Z .github/scripts/parse_ref.py 2022-11-23T00:54:11.3776762Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:11.3776988Z ##[endgroup] 2022-11-23T00:54:11.3983411Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:54:11.3983686Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:54:11.3983914Z  --test-matrix "" \ 2022-11-23T00:54:11.3984100Z  --pr-number "" \ 2022-11-23T00:54:11.3984298Z  --tag "" \ 2022-11-23T00:54:11.3984489Z  --event-name "push" 2022-11-23T00:54:11.3995200Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:11.3995424Z env: 2022-11-23T00:54:11.3995744Z GITHUB_TOKEN: *** 2022-11-23T00:54:11.3995909Z ##[endgroup] 2022-11-23T00:54:11.5049926Z .github/scripts/filter_test_configs.py:154: UserWarning: Invalid test matrix input '', exiting 2022-11-23T00:54:11.5050674Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2022-11-23T00:54:11.5157962Z ##[group]Run echo "" 2022-11-23T00:54:11.5158147Z echo "" 2022-11-23T00:54:11.5168609Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:11.5168822Z ##[endgroup] 2022-11-23T00:54:11.5190755Z 2022-11-23T00:54:11.5259461Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:54:11.5259822Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:54:11.5260086Z container_name=$(docker run \ 2022-11-23T00:54:11.5260290Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:54:11.5260514Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:54:11.5260732Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:54:11.5260920Z  -e PR_NUMBER \ 2022-11-23T00:54:11.5261105Z  -e SHA1 \ 2022-11-23T00:54:11.5261280Z  -e BRANCH \ 2022-11-23T00:54:11.5261467Z  -e SCCACHE_BUCKET \ 2022-11-23T00:54:11.5261658Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:54:11.5261855Z  -e XLA_CUDA \ 2022-11-23T00:54:11.5262060Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:54:11.5262568Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:54:11.5262818Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:54:11.5263021Z  -e PR_LABELS \ 2022-11-23T00:54:11.5263204Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:54:11.5263438Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:54:11.5263693Z  --security-opt seccomp=unconfined \ 2022-11-23T00:54:11.5263909Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:54:11.5264099Z  --tty \ 2022-11-23T00:54:11.5264273Z  --detach \ 2022-11-23T00:54:11.5264446Z  --user jenkins \ 2022-11-23T00:54:11.5264682Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:54:11.5264932Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:54:11.5265124Z  "${DOCKER_IMAGE}" 2022-11-23T00:54:11.5265295Z ) 2022-11-23T00:54:11.5265530Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:54:11.5275634Z shell: /usr/bin/bash -e {0} 2022-11-23T00:54:11.5275810Z env: 2022-11-23T00:54:11.5276131Z BUILD_ENVIRONMENT: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:54:11.5276383Z BRANCH: master 2022-11-23T00:54:11.5276563Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:54:11.5276755Z PR_NUMBER: 2022-11-23T00:54:11.5276956Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:11.5277203Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:54:11.5277449Z SCCACHE_S3_KEY_PREFIX: pull 2022-11-23T00:54:11.5277732Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:54:11.5277985Z PR_LABELS: [] 2022-11-23T00:54:11.5278162Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:54:11.5278550Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:11.5278925Z XLA_CUDA: 2022-11-23T00:54:11.5279076Z DEBUG: 0 2022-11-23T00:54:11.5279249Z OUR_GITHUB_JOB_ID: 9654935310 2022-11-23T00:54:11.5279433Z ##[endgroup] 2022-11-23T00:54:21.8941298Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:54:21.8970013Z + source .jenkins/pytorch/common.sh 2022-11-23T00:54:21.8976684Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:54:21.8981624Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:54:21.8988863Z +++ declare -f -t trap_add 2022-11-23T00:54:21.8992270Z ++ set -ex 2022-11-23T00:54:21.8992829Z ++ [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *rocm* ]] 2022-11-23T00:54:21.8993231Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:54:21.8995901Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:54:21.9001504Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:54:21.9018602Z ++ [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *win-* ]] 2022-11-23T00:54:21.9023527Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:54:21.9029193Z +++ cd .jenkins/pytorch 2022-11-23T00:54:21.9029575Z +++ pwd -P 2022-11-23T00:54:21.9031403Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:54:21.9031833Z ++ which sccache 2022-11-23T00:54:21.9046748Z ++ sccache --stop-server 2022-11-23T00:54:21.9177355Z ++ true 2022-11-23T00:54:21.9177612Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:54:21.9215405Z ++ [[ -n 1 ]] 2022-11-23T00:54:21.9215962Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:54:21.9216457Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:54:21.9216803Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:21.9217125Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:21.9217438Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:21.9217854Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:21.9230790Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:54:21.9231045Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:54:21.9231706Z ++ sccache --zero-stats 2022-11-23T00:54:21.9416420Z Compile requests 0 2022-11-23T00:54:21.9416793Z Compile requests executed 0 2022-11-23T00:54:21.9417079Z Cache hits 0 2022-11-23T00:54:21.9417300Z Cache misses 0 2022-11-23T00:54:21.9417620Z Cache timeouts 0 2022-11-23T00:54:21.9417824Z Cache read errors 0 2022-11-23T00:54:21.9418014Z Forced recaches 0 2022-11-23T00:54:21.9418212Z Cache write errors 0 2022-11-23T00:54:21.9418477Z Compilation failures 0 2022-11-23T00:54:21.9418665Z Cache errors 0 2022-11-23T00:54:21.9418952Z Non-cacheable compilations 0 2022-11-23T00:54:21.9419262Z Non-cacheable calls 0 2022-11-23T00:54:21.9419509Z Non-compilation calls 0 2022-11-23T00:54:21.9419744Z Unsupported compiler calls 0 2022-11-23T00:54:21.9420054Z Average cache write 0.000 s 2022-11-23T00:54:21.9420328Z Average cache read miss 0.000 s 2022-11-23T00:54:21.9420688Z Average cache read hit 0.000 s 2022-11-23T00:54:21.9421088Z Failed distributed compilations 0 2022-11-23T00:54:21.9422840Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:54:21.9423468Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:54:21.9423800Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:54:21.9424092Z ++ shift 2022-11-23T00:54:21.9424347Z ++ for trap_add_name in "$@" 2022-11-23T00:54:21.9425979Z ++++ trap -p EXIT 2022-11-23T00:54:21.9428374Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:54:21.9428710Z ++++ extract_trap_cmd 2022-11-23T00:54:21.9429186Z ++++ printf '%s\n' '' 2022-11-23T00:54:21.9429597Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:54:21.9431420Z ++ trap -- ' 2022-11-23T00:54:21.9431790Z sccache_epilogue' EXIT 2022-11-23T00:54:21.9432115Z ++ which ccache 2022-11-23T00:54:21.9440974Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-clang7-asan* ]] 2022-11-23T00:54:21.9441708Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-clang7-tsan* ]] 2022-11-23T00:54:21.9442113Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-mobile-*build* ]] 2022-11-23T00:54:21.9442406Z + echo 'Python version:' 2022-11-23T00:54:21.9442594Z Python version: 2022-11-23T00:54:21.9442783Z + python --version 2022-11-23T00:54:21.9769021Z Python 3.8.13 2022-11-23T00:54:21.9769699Z + echo 'GCC version:' 2022-11-23T00:54:21.9769926Z GCC version: 2022-11-23T00:54:21.9770133Z + gcc --version 2022-11-23T00:54:22.1289750Z gcc (Ubuntu 10.4.0-4ubuntu1~22.04) 10.4.0 2022-11-23T00:54:22.1290157Z Copyright (C) 2020 Free Software Foundation, Inc. 2022-11-23T00:54:22.1290434Z This is free software; see the source for copying conditions. There is NO 2022-11-23T00:54:22.1290755Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T00:54:22.1290953Z 2022-11-23T00:54:22.1295141Z + echo 'CMake version:' 2022-11-23T00:54:22.1295730Z CMake version: 2022-11-23T00:54:22.1295953Z + cmake --version 2022-11-23T00:54:22.3532686Z cmake version 3.22.1 2022-11-23T00:54:22.3533063Z 2022-11-23T00:54:22.3533302Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T00:54:22.3726456Z + echo 'Environment variables:' 2022-11-23T00:54:22.3726738Z Environment variables: 2022-11-23T00:54:22.3726908Z + env 2022-11-23T00:54:22.3733322Z INSTALLED_DB=yes 2022-11-23T00:54:22.3734618Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:54:22.3734992Z PR_LABELS=[] 2022-11-23T00:54:22.3735582Z BUILD_ENVIRONMENT=linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T00:54:22.3735984Z HOSTNAME=e6d639e2ed1e 2022-11-23T00:54:22.3736410Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_09c1790c-5471-4cf0-8a5b-a5f577cb0e3f 2022-11-23T00:54:22.3736869Z GITHUB_ACTION=__self 2022-11-23T00:54:22.3737057Z GITHUB_RUN_NUMBER=67324 2022-11-23T00:54:22.3737386Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-11-23T00:54:22.3737857Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T00:54:22.3738238Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:22.3738590Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T00:54:22.3738825Z GITHUB_REF_TYPE=branch 2022-11-23T00:54:22.3739125Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T00:54:22.3739450Z XLA_CUDA= 2022-11-23T00:54:22.3740033Z *** 2022-11-23T00:54:22.3740370Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-11-23T00:54:22.3740705Z GITHUB_ACTIONS=true 2022-11-23T00:54:22.3741091Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:22.3741548Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:22.3741995Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:22.3742400Z UCC_HOME=/usr 2022-11-23T00:54:22.3742731Z GITHUB_REF=refs/heads/master 2022-11-23T00:54:22.3743110Z GITHUB_REF_PROTECTED=true 2022-11-23T00:54:22.3743479Z HOME=/var/lib/jenkins 2022-11-23T00:54:22.3743876Z GITHUB_API_URL=https://api.github.com 2022-11-23T00:54:22.3744278Z INSTALLED_THRIFT= 2022-11-23T00:54:22.3744612Z UCX_COMMIT= 2022-11-23T00:54:22.3744908Z SCCACHE_S3_KEY_PREFIX=pull 2022-11-23T00:54:22.3745097Z UCX_HOME=/usr 2022-11-23T00:54:22.3745502Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_09c1790c-5471-4cf0-8a5b-a5f577cb0e3f 2022-11-23T00:54:22.3745983Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_09c1790c-5471-4cf0-8a5b-a5f577cb0e3f 2022-11-23T00:54:22.3746415Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T00:54:22.3746677Z GITHUB_EVENT_NAME=push 2022-11-23T00:54:22.3746866Z GITHUB_RUN_ID=3528293562 2022-11-23T00:54:22.3747270Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_09c1790c-5471-4cf0-8a5b-a5f577cb0e3f 2022-11-23T00:54:22.3747581Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T00:54:22.3747775Z PR_NUMBER= 2022-11-23T00:54:22.3747931Z DESIRED_CUDA=11.6 2022-11-23T00:54:22.3748114Z GITHUB_RUN_ATTEMPT=1 2022-11-23T00:54:22.3748347Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T00:54:22.3753171Z TERM=xterm 2022-11-23T00:54:22.3753540Z INSTALLED_VISION=yes 2022-11-23T00:54:22.3753838Z BRANCH=master 2022-11-23T00:54:22.3754076Z OUR_GITHUB_JOB_ID=9654935310 2022-11-23T00:54:22.3754271Z OPENSSL_ROOT_DIR=/opt/openssl 2022-11-23T00:54:22.3754471Z CUDA_PATH=/usr/local/cuda 2022-11-23T00:54:22.3754950Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T00:54:22.3755250Z GITHUB_SERVER_URL=https://github.com 2022-11-23T00:54:22.3755485Z UCC_COMMIT= 2022-11-23T00:54:22.3755673Z INSTALLED_ANDROID= 2022-11-23T00:54:22.3755828Z SHLVL=1 2022-11-23T00:54:22.3755989Z MAX_JOBS=6 2022-11-23T00:54:22.3756278Z GITHUB_REF_NAME=master 2022-11-23T00:54:22.3756770Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:54:22.3757102Z GITHUB_JOB=build 2022-11-23T00:54:22.3757302Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T00:54:22.3757638Z GITHUB_RETENTION_DAYS=90 2022-11-23T00:54:22.3757889Z OPENSSL_DIR=/opt/openssl 2022-11-23T00:54:22.3758085Z GITHUB_ACTION_REPOSITORY= 2022-11-23T00:54:22.3758388Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T00:54:22.3758731Z GITHUB_BASE_REF= 2022-11-23T00:54:22.3758902Z CI=true 2022-11-23T00:54:22.3759104Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T00:54:22.3759447Z RUST_LOG=sccache::server=error 2022-11-23T00:54:22.3759820Z INSTALLED_PROTOBUF=yes 2022-11-23T00:54:22.3760142Z GITHUB_HEAD_REF= 2022-11-23T00:54:22.3760373Z GITHUB_ACTION_REF= 2022-11-23T00:54:22.3760699Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T00:54:22.3761017Z GITHUB_WORKFLOW=pull 2022-11-23T00:54:22.3761202Z DEBIAN_FRONTEND=noninteractive 2022-11-23T00:54:22.3761855Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_09c1790c-5471-4cf0-8a5b-a5f577cb0e3f 2022-11-23T00:54:22.3762260Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T00:54:22.3762540Z _=/usr/bin/env 2022-11-23T00:54:22.3762964Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *cuda* ]] 2022-11-23T00:54:22.3763417Z + echo 'NVCC version:' 2022-11-23T00:54:22.3763712Z NVCC version: 2022-11-23T00:54:22.3764032Z + nvcc --version 2022-11-23T00:54:22.3764364Z nvcc: NVIDIA (R) Cuda compiler driver 2022-11-23T00:54:22.3764816Z Copyright (c) 2005-2022 NVIDIA Corporation 2022-11-23T00:54:22.3765175Z Built on Tue_Mar__8_18:18:20_PST_2022 2022-11-23T00:54:22.3765559Z Cuda compilation tools, release 11.6, V11.6.124 2022-11-23T00:54:22.3765932Z Build cuda_11.6.r11.6/compiler.31057947_0 2022-11-23T00:54:22.3766461Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *cuda11* ]] 2022-11-23T00:54:22.3767129Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *cuda11.3* ]] 2022-11-23T00:54:22.3767752Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *clang* ]] 2022-11-23T00:54:22.3768417Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *\c\a\f\f\e\2* ]] 2022-11-23T00:54:22.3769089Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *\o\n\n\x* ]] 2022-11-23T00:54:22.3769620Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T00:54:22.3770186Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T00:54:22.3770591Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *rocm* ]] 2022-11-23T00:54:22.3770874Z + export USE_LLVM=/opt/llvm 2022-11-23T00:54:22.3771061Z + USE_LLVM=/opt/llvm 2022-11-23T00:54:22.3771252Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:54:22.3771509Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:54:22.3771819Z + which conda 2022-11-23T00:54:22.3772098Z /opt/conda/bin/conda 2022-11-23T00:54:22.3772378Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:54:22.3772590Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:54:22.3772908Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *libtorch* ]] 2022-11-23T00:54:22.3773281Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-android* ]] 2022-11-23T00:54:22.3773650Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *android* ]] 2022-11-23T00:54:22.3773997Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *vulkan* ]] 2022-11-23T00:54:22.3774352Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *rocm* ]] 2022-11-23T00:54:22.3774602Z + '[' -z 6 ']' 2022-11-23T00:54:22.3774887Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *cuda* ]] 2022-11-23T00:54:22.3775124Z + [[ -z 5.2 ]] 2022-11-23T00:54:22.3775412Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *clang* ]] 2022-11-23T00:54:22.3775646Z + export CC=clang 2022-11-23T00:54:22.3775814Z + CC=clang 2022-11-23T00:54:22.3775980Z + export CXX=clang++ 2022-11-23T00:54:22.3776151Z + CXX=clang++ 2022-11-23T00:54:22.3776429Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *no-ops* ]] 2022-11-23T00:54:22.3776790Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-pch* ]] 2022-11-23T00:54:22.3777295Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T00:54:22.3777687Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *android* ]] 2022-11-23T00:54:22.3778043Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *cuda* ]] 2022-11-23T00:54:22.3778402Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *-bazel-* ]] 2022-11-23T00:54:22.3778799Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T00:54:22.3779124Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T00:54:22.3779405Z + get_exit_code python setup.py bad_argument 2022-11-23T00:54:22.3779602Z + set +e 2022-11-23T00:54:22.3779768Z + python setup.py bad_argument 2022-11-23T00:54:22.7493912Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:22.7982687Z invalid command 'bad_argument' 2022-11-23T00:54:22.8372743Z + retcode=1 2022-11-23T00:54:22.8373041Z + set -e 2022-11-23T00:54:22.8373211Z + return 1 2022-11-23T00:54:22.8376838Z + get_exit_code python setup.py 'clean]' 2022-11-23T00:54:22.8377043Z + set +e 2022-11-23T00:54:22.8377259Z + python setup.py 'clean]' 2022-11-23T00:54:23.0813720Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:23.1035992Z invalid command name 'clean]' 2022-11-23T00:54:23.1427763Z + retcode=1 2022-11-23T00:54:23.1428050Z + set -e 2022-11-23T00:54:23.1428207Z + return 1 2022-11-23T00:54:23.1431980Z + get_exit_code python setup.py clean bad_argument 2022-11-23T00:54:23.1432261Z + set +e 2022-11-23T00:54:23.1432442Z + python setup.py clean bad_argument 2022-11-23T00:54:23.3879904Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:23.4168489Z invalid command 'bad_argument' 2022-11-23T00:54:23.4534013Z + retcode=1 2022-11-23T00:54:23.4534336Z + set -e 2022-11-23T00:54:23.4534503Z + return 1 2022-11-23T00:54:23.4536851Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *libtorch* ]] 2022-11-23T00:54:23.4537542Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *rocm* ]] 2022-11-23T00:54:23.4538182Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *xla* ]] 2022-11-23T00:54:23.4538451Z + WERROR=1 2022-11-23T00:54:23.4538629Z + python setup.py bdist_wheel 2022-11-23T00:54:23.6717158Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:23.7257856Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:54:23.7503293Z cmake -DBUILD_ENVIRONMENT=linux-jammy-cuda11.6-cudnn8-py3.8-clang12 -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.8/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.8 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DWERROR=1 /var/lib/jenkins/workspace 2022-11-23T00:54:24.8004062Z -- The CXX compiler identification is Clang 12.0.1 2022-11-23T00:54:24.8894561Z -- The C compiler identification is Clang 12.0.1 2022-11-23T00:54:24.9124805Z -- Detecting CXX compiler ABI info 2022-11-23T00:54:25.0755171Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:54:25.0817132Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:54:25.0834260Z -- Detecting CXX compile features 2022-11-23T00:54:25.0844236Z -- Detecting CXX compile features - done 2022-11-23T00:54:25.0908719Z -- Detecting C compiler ABI info 2022-11-23T00:54:25.1977814Z -- Detecting C compiler ABI info - done 2022-11-23T00:54:25.2038228Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:54:25.2041057Z -- Detecting C compile features 2022-11-23T00:54:25.2045623Z -- Detecting C compile features - done 2022-11-23T00:54:25.2050760Z -- Not forcing any particular BLAS to be found 2022-11-23T00:54:25.2073975Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:25.2074485Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:25.2074873Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:25.2075204Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:25.2075493Z Call Stack (most recent call first): 2022-11-23T00:54:25.2075799Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:54:25.2076241Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:25.2076541Z  2022-11-23T00:54:25.2076893Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:25.2077229Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:25.2077599Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:25.2077981Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:25.2078225Z Call Stack (most recent call first): 2022-11-23T00:54:25.2078461Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:54:25.2078793Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:25.2079024Z  2022-11-23T00:54:25.2088210Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:54:25.2226489Z -- Performing Test COMPILER_WORKS 2022-11-23T00:54:25.3305924Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:54:25.3308551Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:54:25.6242578Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:54:25.6244670Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:54:25.7813572Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:54:25.7814204Z -- std::exception_ptr is supported. 2022-11-23T00:54:25.7815332Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:54:25.8212493Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:54:25.8212882Z -- Turning off deprecation warning due to glog. 2022-11-23T00:54:25.8228360Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:54:26.1709046Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:54:26.1709387Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:54:26.3408781Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:54:26.3410856Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:54:26.6156698Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:54:26.6157981Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:54:26.7840895Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:54:26.7843092Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:54:27.0528104Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:54:27.0529007Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:54:27.2747332Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T00:54:27.2748952Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:54:27.5394061Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:54:27.5394641Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:54:27.7166910Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:54:27.7168246Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:54:27.9866482Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:54:27.9867513Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:54:28.1553610Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:54:28.1556005Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:54:28.4260411Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:54:28.4261122Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:54:28.5953947Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T00:54:28.5954687Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:54:28.5957454Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:54:28.7748716Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:54:28.7749283Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:54:28.7754580Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:54:28.9077241Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:54:28.9082866Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:54:29.0412947Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:54:29.0418493Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:54:29.1822957Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:54:29.2108175Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T00:54:29.8917660Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T00:54:29.8999544Z -- Detecting CUDA compiler ABI info 2022-11-23T00:54:30.4833167Z -- Detecting CUDA compiler ABI info - done 2022-11-23T00:54:30.5063876Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T00:54:30.5067344Z -- Detecting CUDA compile features 2022-11-23T00:54:30.5071569Z -- Detecting CUDA compile features - done 2022-11-23T00:54:30.5100730Z -- Caffe2: CUDA detected: 11.6 2022-11-23T00:54:30.5101101Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T00:54:30.5101413Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T00:54:30.6919352Z -- Caffe2: Header version is: 11.6 2022-11-23T00:54:30.6967288Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T00:54:30.6969224Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T00:54:30.8346219Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T00:54:30.8357061Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:54:30.8357518Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:54:30.8357930Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:54:30.8358220Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:54:30.8358469Z Call Stack (most recent call first): 2022-11-23T00:54:30.8358786Z cmake/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:54:30.8359045Z cmake/Dependencies.cmake:43 (include) 2022-11-23T00:54:30.8359260Z CMakeLists.txt:719 (include) 2022-11-23T00:54:30.8359384Z 2022-11-23T00:54:30.8359473Z  2022-11-23T00:54:30.8361088Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T00:54:30.8378398Z -- Building using own protobuf under third_party per request. 2022-11-23T00:54:30.8378921Z -- Use custom protobuf build. 2022-11-23T00:54:30.8414713Z -- 2022-11-23T00:54:30.8415062Z -- 3.13.0.0 2022-11-23T00:54:30.8442342Z -- Looking for pthread.h 2022-11-23T00:54:30.9733008Z -- Looking for pthread.h - found 2022-11-23T00:54:30.9733373Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:54:31.0774276Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T00:54:31.0782981Z -- Found Threads: TRUE 2022-11-23T00:54:31.0786840Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:54:31.2250962Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:54:31.2464238Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:54:31.2493860Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:54:31.2534803Z -- MKL_THREADING = OMP 2022-11-23T00:54:31.2537090Z -- Looking for sys/types.h 2022-11-23T00:54:31.3585363Z -- Looking for sys/types.h - found 2022-11-23T00:54:31.3586909Z -- Looking for stdint.h 2022-11-23T00:54:31.4667377Z -- Looking for stdint.h - found 2022-11-23T00:54:31.4668243Z -- Looking for stddef.h 2022-11-23T00:54:31.5863270Z -- Looking for stddef.h - found 2022-11-23T00:54:31.5863551Z -- Check size of void* 2022-11-23T00:54:31.6933626Z -- Check size of void* - done 2022-11-23T00:54:31.6956047Z -- Looking for cblas_sgemm 2022-11-23T00:54:31.9241692Z -- Looking for cblas_sgemm - found 2022-11-23T00:54:31.9286833Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_intel_thread.so;/opt/conda/lib/libmkl_core.so;/opt/conda/lib/libiomp5.so;/usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.a 2022-11-23T00:54:31.9287401Z -- MKL include directory: /opt/conda/include 2022-11-23T00:54:31.9287648Z -- MKL OpenMP type: Intel 2022-11-23T00:54:31.9287929Z -- MKL OpenMP library: /opt/conda/lib/libiomp5.so 2022-11-23T00:54:32.0149978Z -- The ASM compiler identification is Clang with GNU-like command-line 2022-11-23T00:54:32.0165255Z -- Found assembler: /opt/cache/bin/clang 2022-11-23T00:54:32.0347524Z -- Brace yourself, we are building NNPACK 2022-11-23T00:54:32.0409081Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:54:32.0766121Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:54:32.0957216Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:54:32.0957747Z -- NNPACK backend is x86-64 2022-11-23T00:54:32.3454063Z -- Found Python: /usr/bin/python3.10 (found version "3.10.6") found components: Interpreter 2022-11-23T00:54:32.3526058Z -- Failed to find LLVM FileCheck 2022-11-23T00:54:32.3561287Z -- Found Git: /usr/bin/git (found version "2.34.1") 2022-11-23T00:54:32.4972579Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:54:32.4972881Z -- Version: 1.6.1 2022-11-23T00:54:32.4979280Z -- Looking for shm_open in rt 2022-11-23T00:54:32.6014933Z -- Looking for shm_open in rt - found 2022-11-23T00:54:32.6020761Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:54:32.7373300Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:54:32.7379395Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:54:32.8805168Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:54:32.8811342Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:54:33.0186875Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:54:33.0193201Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:54:33.1522374Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:54:33.1528839Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:54:33.2908247Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:54:33.2918121Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:54:33.4278548Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T00:54:33.4284811Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:54:33.5687347Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:54:33.5694167Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:54:33.7383177Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:54:33.7389443Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:54:33.8739779Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2022-11-23T00:54:33.8746317Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:54:34.0232839Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:54:34.0239207Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:54:34.1596794Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:54:34.1603029Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:54:34.3164189Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:54:34.3174548Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:54:34.4581967Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:54:34.4587968Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:54:34.4958736Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:54:34.4964674Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:54:34.6315668Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2022-11-23T00:54:34.6316384Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:54:34.6317142Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:54:34.7646237Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile 2022-11-23T00:54:34.7652242Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:54:34.9080619Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:54:34.9082057Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:54:34.9082357Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:54:35.2111026Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:54:35.2111503Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:54:35.2111784Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:54:35.2711244Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:54:35.2711748Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:54:35.2712013Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:54:35.4291949Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:54:35.4292476Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:54:35.4292940Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:54:35.5718368Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:54:35.6002926Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:54:35.7375546Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:54:36.1221222Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:36.1221971Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:36.1222542Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:36.1223107Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:36.1223598Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:36.1223952Z Call Stack (most recent call first): 2022-11-23T00:54:36.1224235Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:36.1224532Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:54:36.1224881Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:36.1225117Z  2022-11-23T00:54:36.1225338Z -- Found OpenMP_C: -fopenmp=libomp 2022-11-23T00:54:36.2818122Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:36.2818735Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:36.2819058Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:36.2819376Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:36.2819644Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:36.2819898Z Call Stack (most recent call first): 2022-11-23T00:54:36.2820244Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:36.2820620Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:54:36.2820969Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:36.2821216Z  2022-11-23T00:54:36.2821440Z -- Found OpenMP_CXX: -fopenmp=libomp 2022-11-23T00:54:36.2821734Z -- Found OpenMP: TRUE 2022-11-23T00:54:36.2822711Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T00:54:36.2823200Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T00:54:36.2823412Z 2022-11-23T00:54:36.2823495Z  2022-11-23T00:54:36.3819178Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:54:36.3819605Z ========== 2022-11-23T00:54:36.3819799Z 2022-11-23T00:54:36.3819957Z  2022-11-23T00:54:36.3820467Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:54:36.3820814Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:54:36.3820936Z 2022-11-23T00:54:36.3821032Z  2022-11-23T00:54:36.3821300Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:54:36.3821784Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:54:36.3821947Z 2022-11-23T00:54:36.3822054Z  2022-11-23T00:54:36.3822390Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:54:36.3822700Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:54:36.3822834Z 2022-11-23T00:54:36.3822920Z  2022-11-23T00:54:36.3823252Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:54:36.3823464Z ========== 2022-11-23T00:54:36.3823564Z 2022-11-23T00:54:36.3823647Z  2022-11-23T00:54:36.3866015Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:54:36.5276590Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:54:36.5283196Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:54:36.6838593Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T00:54:36.6845779Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:54:36.8230875Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:54:36.8236888Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:54:36.8640099Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Failed 2022-11-23T00:54:36.8657872Z ** AsmJit Summary ** 2022-11-23T00:54:36.8658483Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:54:36.8659003Z  ASMJIT_TEST=FALSE 2022-11-23T00:54:36.8659427Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:54:36.8659725Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:54:36.8660214Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:54:36.8660584Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:54:36.8661056Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T00:54:36.8661464Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:54:36.8661775Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants 2022-11-23T00:54:36.8720634Z -- Found Numa: /usr/include 2022-11-23T00:54:36.8721273Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2022-11-23T00:54:36.8749435Z -- Using third party subdirectory Eigen. 2022-11-23T00:54:36.8949443Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T00:54:36.8991730Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T00:54:36.8993530Z -- Using third_party/pybind11. 2022-11-23T00:54:36.8994197Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:54:37.1232308Z -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2022-11-23T00:54:37.5626456Z -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") 2022-11-23T00:54:37.5627788Z -- Found MPI: TRUE (found version "3.1") 2022-11-23T00:54:37.5632004Z -- MPI support found 2022-11-23T00:54:37.5632409Z -- MPI compile flags: 2022-11-23T00:54:37.5633004Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi 2022-11-23T00:54:37.5633328Z -- MPI LINK flags path: 2022-11-23T00:54:37.5633703Z -- 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-23T00:54:37.7933666Z CMake Warning at cmake/Dependencies.cmake:1162 (message): 2022-11-23T00:54:37.7934158Z OpenMPI found, but it is not built with CUDA support. 2022-11-23T00:54:37.7934400Z Call Stack (most recent call first): 2022-11-23T00:54:37.7934616Z CMakeLists.txt:719 (include) 2022-11-23T00:54:37.7934740Z 2022-11-23T00:54:37.7934833Z  2022-11-23T00:54:37.7956370Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:37.7957045Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:37.7957385Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:37.7957695Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:37.7957953Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:37.7975113Z Call Stack (most recent call first): 2022-11-23T00:54:37.7975573Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:37.7976042Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:54:37.7976258Z CMakeLists.txt:719 (include) 2022-11-23T00:54:37.7976734Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:37.7977073Z  2022-11-23T00:54:37.7977466Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:37.7977962Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:37.7978276Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:37.7978583Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:37.7978838Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:37.7979065Z Call Stack (most recent call first): 2022-11-23T00:54:37.7979328Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:37.7979601Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:54:37.7979810Z CMakeLists.txt:719 (include) 2022-11-23T00:54:37.7980122Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:37.7980367Z  2022-11-23T00:54:37.7980592Z -- Adding OpenMP CXX_FLAGS: -fopenmp=libomp 2022-11-23T00:54:37.7980920Z -- Will link against OpenMP libraries: /opt/conda/lib/libiomp5.so 2022-11-23T00:54:37.7981212Z -- Disabling kernel asserts for ROCm 2022-11-23T00:54:37.7981447Z -- Looking for LLVM in /opt/llvm 2022-11-23T00:54:37.8014832Z -- Found LLVM 9.0.1 2022-11-23T00:54:37.8015123Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-11-23T00:54:37.8034654Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:54:37.8035112Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:54:37.8035722Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:54:37.8036019Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:54:37.8036311Z Call Stack (most recent call first): 2022-11-23T00:54:37.8036564Z cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:54:37.8036822Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T00:54:37.8037029Z CMakeLists.txt:719 (include) 2022-11-23T00:54:37.8037153Z 2022-11-23T00:54:37.8037243Z  2022-11-23T00:54:37.8592660Z CMake Warning at cmake/External/nccl.cmake:89 (message): 2022-11-23T00:54:37.8593102Z Objcopy version is too old to support NCCL library slimming 2022-11-23T00:54:37.8593346Z Call Stack (most recent call first): 2022-11-23T00:54:37.8593577Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T00:54:37.8593800Z CMakeLists.txt:719 (include) 2022-11-23T00:54:37.8593925Z 2022-11-23T00:54:37.8593999Z  2022-11-23T00:54:37.8611281Z -- Found CUB: /usr/local/cuda/include 2022-11-23T00:54:37.8613103Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T00:54:37.8614766Z 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-23T00:54:37.8615805Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:37.8616096Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T00:54:37.8616418Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:37.8616730Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T00:54:37.8774786Z -- Performing Test UV_LINT_W4 2022-11-23T00:54:37.9148028Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:54:37.9154739Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:54:37.9515232Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:54:37.9520942Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:54:37.9876543Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:54:37.9882027Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:54:38.0226301Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:54:38.0231853Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:54:38.0573088Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:54:38.0578324Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:54:38.0915098Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:54:38.0920544Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:54:38.1272798Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:54:38.1278347Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:54:38.1624625Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:54:38.1629775Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:54:38.1983009Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:54:38.1988389Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:54:38.2331656Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:54:38.2337040Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:54:38.2687972Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:54:38.2693820Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:54:38.3032071Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:54:38.3038197Z -- Performing Test UV_LINT_WALL 2022-11-23T00:54:38.4150096Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:54:38.4155971Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:54:38.5237227Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:54:38.5242491Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:54:38.6318867Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:54:38.6323595Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:54:38.7377126Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:54:38.7382027Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:54:38.7747477Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:54:38.7755362Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:54:38.8802494Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:54:38.8812322Z -- summary of build options: 2022-11-23T00:54:38.8812746Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:54:38.8813165Z Target system: Linux 2022-11-23T00:54:38.8813495Z Compiler: 2022-11-23T00:54:38.8813850Z C compiler: /opt/cache/bin/clang 2022-11-23T00:54:38.8814310Z CFLAGS: -fopenmp=libomp 2022-11-23T00:54:38.8814539Z 2022-11-23T00:54:38.8841864Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:54:38.8907239Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T00:54:38.8909012Z 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-23T00:54:38.8910071Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:38.8910377Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T00:54:38.8910681Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:38.8910987Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T00:54:38.8927720Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:54:38.8928264Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:54:38.8928667Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:54:38.8928948Z set the policy and suppress this warning. 2022-11-23T00:54:38.8929091Z 2022-11-23T00:54:38.8929260Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:54:38.8929711Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:54:38.8930097Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:38.8930489Z  2022-11-23T00:54:38.8930869Z -- Enabling sccache for CXX 2022-11-23T00:54:38.8931183Z -- Enabling sccache for C 2022-11-23T00:54:38.8931414Z -- Gloo build as SHARED library 2022-11-23T00:54:38.9037938Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi 2022-11-23T00:54:38.9038528Z -- 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-23T00:54:38.9088956Z -- Found CUDA: /usr/local/cuda (found suitable version "11.6", minimum required is "7.0") 2022-11-23T00:54:38.9098528Z -- CUDA detected: 11.6 2022-11-23T00:54:38.9333036Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:54:38.9333556Z Metal is only used in ios builds. 2022-11-23T00:54:38.9333908Z Call Stack (most recent call first): 2022-11-23T00:54:38.9334130Z CMakeLists.txt:719 (include) 2022-11-23T00:54:38.9334242Z 2022-11-23T00:54:38.9334336Z  2022-11-23T00:54:38.9568392Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:54:38.9584186Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found version "3.8.13") 2022-11-23T00:54:38.9587591Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:54:38.9589904Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:54:38.9592342Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:54:39.0546661Z -- 2022-11-23T00:54:39.0547071Z -- ******** Summary ******** 2022-11-23T00:54:39.0547514Z -- CMake version : 3.22.1 2022-11-23T00:54:39.0547994Z -- CMake command : /usr/bin/cmake 2022-11-23T00:54:39.0548400Z -- System : Linux 2022-11-23T00:54:39.0548872Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:54:39.0549362Z -- C++ compiler version : 12.0.1 2022-11-23T00:54:39.0550181Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-11-23T00:54:39.0550824Z -- Build type : Release 2022-11-23T00:54:39.0551680Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:54:39.0552699Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:54:39.0553407Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:54:39.0554221Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:54:39.0554751Z -- 2022-11-23T00:54:39.0555134Z -- ONNX version : 1.12.0 2022-11-23T00:54:39.0555581Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:54:39.0556040Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:54:39.0556591Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:54:39.0557025Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:54:39.0557477Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:54:39.0557917Z -- ONNX_WERROR : OFF 2022-11-23T00:54:39.0558327Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:54:39.0558896Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:54:39.0559345Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:54:39.0559776Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:54:39.0560128Z -- 2022-11-23T00:54:39.0560500Z -- Protobuf compiler : 2022-11-23T00:54:39.0560916Z -- Protobuf includes : 2022-11-23T00:54:39.0561338Z -- Protobuf libraries : 2022-11-23T00:54:39.0561767Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:54:39.0593121Z -- 2022-11-23T00:54:39.0593515Z -- ******** Summary ******** 2022-11-23T00:54:39.0593937Z -- CMake version : 3.22.1 2022-11-23T00:54:39.0594384Z -- CMake command : /usr/bin/cmake 2022-11-23T00:54:39.0594855Z -- System : Linux 2022-11-23T00:54:39.0595207Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:54:39.0595469Z -- C++ compiler version : 12.0.1 2022-11-23T00:54:39.0595894Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-11-23T00:54:39.0596332Z -- Build type : Release 2022-11-23T00:54:39.0596659Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:54:39.0597069Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:54:39.0597417Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:54:39.0597925Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:54:39.0598220Z -- 2022-11-23T00:54:39.0598416Z -- ONNX version : 1.4.1 2022-11-23T00:54:39.0598659Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:54:39.0598904Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:54:39.0599127Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:54:39.0599366Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:54:39.0599600Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:54:39.0599785Z -- 2022-11-23T00:54:39.0599992Z -- Protobuf compiler : 2022-11-23T00:54:39.0600229Z -- Protobuf includes : 2022-11-23T00:54:39.0600462Z -- Protobuf libraries : 2022-11-23T00:54:39.0600684Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:54:39.0601008Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2022-11-23T00:54:39.0601305Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:54:39.0626171Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:54:39.1030727Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:54:39.1031409Z CMake Warning at cmake/Dependencies.cmake:1738 (message): 2022-11-23T00:54:39.1031784Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-11-23T00:54:39.1032034Z Call Stack (most recent call first): 2022-11-23T00:54:39.1032247Z CMakeLists.txt:719 (include) 2022-11-23T00:54:39.1032372Z 2022-11-23T00:54:39.1032453Z  2022-11-23T00:54:39.1281409Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:54:39.1281784Z -- No OMAP3 processor on this machine. 2022-11-23T00:54:39.1282197Z -- No OMAP4 processor on this machine. 2022-11-23T00:54:39.1315218Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:54:39.1315973Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T00:54:39.1316631Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T00:54:39.1335566Z -- Will build oneDNN Graph 2022-11-23T00:54:39.1347838Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T00:54:39.1368353Z -- cmake version: 3.22.1 2022-11-23T00:54:39.1368811Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T00:54:39.1369148Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T00:54:39.1369386Z of CMake. 2022-11-23T00:54:39.1369492Z 2022-11-23T00:54:39.1369693Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:54:39.1370158Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:54:39.1370526Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:54:39.1370816Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:54:39.1370963Z 2022-11-23T00:54:39.1371044Z  2022-11-23T00:54:39.1415933Z -- DNNL_TARGET_ARCH: X64 2022-11-23T00:54:39.1449831Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T00:54:39.1516499Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:39.1516884Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:39.1517197Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:39.1517542Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:39.1517942Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:39.1518180Z Call Stack (most recent call first): 2022-11-23T00:54:39.1518506Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:39.1518905Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:54:39.1519291Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:54:39.1519646Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:39.1519891Z  2022-11-23T00:54:39.1520119Z -- Found OpenMP_C: -fopenmp=libomp 2022-11-23T00:54:39.1521262Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:39.1521919Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:39.1522469Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:39.1522900Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:39.1523157Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:39.1523384Z Call Stack (most recent call first): 2022-11-23T00:54:39.1523654Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:39.1524035Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:54:39.1524414Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:54:39.1524782Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:39.1525013Z  2022-11-23T00:54:39.1525245Z -- Found OpenMP_CXX: -fopenmp=libomp 2022-11-23T00:54:39.1630472Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T00:54:39.1816311Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "2.7") 2022-11-23T00:54:39.1833963Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-11-23T00:54:39.2085145Z -- Enabled workload: TRAINING 2022-11-23T00:54:39.2085625Z -- Enabled primitives: ALL 2022-11-23T00:54:39.2086109Z -- Enabled primitive CPU ISA: ALL 2022-11-23T00:54:39.2086596Z -- Enabled primitive GPU ISA: ALL 2022-11-23T00:54:39.2154286Z -- Primitive cache is enabled 2022-11-23T00:54:39.2372683Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T00:54:39.3466891Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T00:54:39.3469407Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T00:54:39.4772938Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T00:54:39.4779583Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T00:54:39.6608784Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T00:54:39.6665211Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-11-23T00:54:39.6667521Z -- Cannot find Doxygen package 2022-11-23T00:54:39.6849812Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:39.6850506Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:39.6850933Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:39.6851227Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:39.6851498Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:39.6851724Z Call Stack (most recent call first): 2022-11-23T00:54:39.6851981Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:39.6852346Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:54:39.6852682Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:54:39.6853152Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:39.6853393Z  2022-11-23T00:54:39.6854294Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:39.6854923Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:39.6855234Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:39.6855538Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:39.6855812Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:39.6856041Z Call Stack (most recent call first): 2022-11-23T00:54:39.6856296Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:39.6856658Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:54:39.6856980Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:54:39.6857313Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:39.6857564Z  2022-11-23T00:54:39.6898485Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T00:54:39.6918954Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T00:54:39.6919323Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T00:54:39.7002926Z -- Graph compiler backend is disabled. 2022-11-23T00:54:39.7015088Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T00:54:39.7030695Z -- Compiled partition cache is enabled 2022-11-23T00:54:39.7088857Z -- Found MKL-DNN: TRUE 2022-11-23T00:54:39.7092533Z -- Looking for clock_gettime in rt 2022-11-23T00:54:39.8168888Z -- Looking for clock_gettime in rt - found 2022-11-23T00:54:39.8169617Z -- Looking for mmap 2022-11-23T00:54:39.9258665Z -- Looking for mmap - found 2022-11-23T00:54:39.9258976Z -- Looking for shm_open 2022-11-23T00:54:40.0318214Z -- Looking for shm_open - found 2022-11-23T00:54:40.0318602Z -- Looking for shm_unlink 2022-11-23T00:54:40.1514594Z -- Looking for shm_unlink - found 2022-11-23T00:54:40.1515036Z -- Looking for malloc_usable_size 2022-11-23T00:54:40.2821408Z -- Looking for malloc_usable_size - found 2022-11-23T00:54:40.2822333Z -- Performing Test C_HAS_THREAD 2022-11-23T00:54:40.3914327Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:54:40.3992936Z -- Version: 7.1.3 2022-11-23T00:54:40.3993196Z -- Build type: Release 2022-11-23T00:54:40.4000808Z -- CXX_STANDARD: 14 2022-11-23T00:54:40.4006115Z -- Performing Test has_std_14_flag 2022-11-23T00:54:40.5370143Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:54:40.5375366Z -- Performing Test has_std_1y_flag 2022-11-23T00:54:40.6790190Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:54:40.6792137Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:54:40.8152302Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:54:40.8152960Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:54:40.9696426Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:54:40.9703140Z -- Required features: cxx_variadic_templates 2022-11-23T00:54:40.9709009Z -- Performing Test HAS_NULLPTR_WARNING 2022-11-23T00:54:41.1156355Z -- Performing Test HAS_NULLPTR_WARNING - Success 2022-11-23T00:54:41.1176285Z -- Looking for strtod_l 2022-11-23T00:54:41.2126895Z -- Looking for strtod_l - not found 2022-11-23T00:54:41.2133519Z -- Using Kineto with CUPTI support 2022-11-23T00:54:41.2134102Z -- Configuring Kineto dependency: 2022-11-23T00:54:41.2134501Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:54:41.2134912Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:54:41.2135330Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:54:41.2135798Z -- CUDA_SOURCE_DIR = /usr/local/cuda 2022-11-23T00:54:41.2136088Z -- CUDA_INCLUDE_DIRS = /usr/local/cuda/include 2022-11-23T00:54:41.2136390Z -- CUPTI_INCLUDE_DIR = /usr/local/cuda/extras/CUPTI/include 2022-11-23T00:54:41.2136760Z -- CUDA_cupti_LIBRARY = /usr/local/cuda/extras/CUPTI/lib64/libcupti.so 2022-11-23T00:54:41.2137020Z -- Found CUPTI 2022-11-23T00:54:41.2350920Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:54:41.2353539Z INFO ROCM_SOURCE_DIR =  2022-11-23T00:54:41.2889863Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:54:41.2890283Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:54:41.2890640Z INFO CUPTI_INCLUDE_DIR = /usr/local/cuda/extras/CUPTI/include 2022-11-23T00:54:41.2890968Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T00:54:41.2893219Z -- Configured Kineto 2022-11-23T00:54:41.2911225Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:41.2912000Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:41.2912571Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:41.2912879Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:41.2913118Z Call Stack (most recent call first): 2022-11-23T00:54:41.2913350Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:54:41.2913682Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:41.2913929Z  2022-11-23T00:54:41.2925586Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:54:41.4332996Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:54:41.4339461Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:54:41.5770508Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:54:41.5777216Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:54:41.7139149Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2022-11-23T00:54:41.7145558Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:54:41.8488188Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2022-11-23T00:54:41.8494898Z -- Performing Test HAS_WNARROWING 2022-11-23T00:54:41.9877656Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:54:41.9884051Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:54:42.1214217Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:54:42.1220210Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:54:42.2600581Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:54:42.2606364Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:54:42.3958434Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:54:42.3965195Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:54:42.5327878Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:54:42.5334412Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:54:42.6760788Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:54:42.6768566Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:54:42.8125075Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:54:42.8131344Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:54:42.9470809Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:54:42.9477363Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:54:43.1004180Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:54:43.1010660Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:54:43.2388893Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:54:43.2396581Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:54:43.3738462Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:54:43.3745098Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:54:43.5091323Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:54:43.5097877Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:54:43.6500849Z -- Performing Test HAS_WVLA_EXTENSION - Success 2022-11-23T00:54:43.6508178Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:54:43.7916937Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:54:43.7923888Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:54:43.9268588Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:54:43.9275449Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:54:44.0604223Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:54:44.0610949Z -- Performing Test HAS_WCONSTANT_CONVERSION 2022-11-23T00:54:44.1946777Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2022-11-23T00:54:44.1954008Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2022-11-23T00:54:44.3305670Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Success 2022-11-23T00:54:44.3312421Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION 2022-11-23T00:54:44.4684603Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION - Success 2022-11-23T00:54:44.4691210Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2022-11-23T00:54:44.6056243Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2022-11-23T00:54:44.6062908Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE 2022-11-23T00:54:44.7763675Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE - Success 2022-11-23T00:54:44.7770028Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2022-11-23T00:54:44.9173086Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2022-11-23T00:54:44.9180145Z -- Performing Test HAS_WNO_C++14_EXTENSIONS 2022-11-23T00:54:45.0532805Z -- Performing Test HAS_WNO_C++14_EXTENSIONS - Success 2022-11-23T00:54:45.0539453Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST 2022-11-23T00:54:45.1906841Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST - Success 2022-11-23T00:54:45.1913680Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:54:45.3275008Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:54:45.3281719Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE 2022-11-23T00:54:45.4652553Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE - Success 2022-11-23T00:54:45.4658761Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF 2022-11-23T00:54:45.6027395Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF - Success 2022-11-23T00:54:45.6034353Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2022-11-23T00:54:45.7412662Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2022-11-23T00:54:45.7418934Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:54:45.8815001Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2022-11-23T00:54:45.8821642Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:54:46.0211353Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:54:46.0218141Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-11-23T00:54:46.1578924Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-11-23T00:54:46.1585807Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:54:46.1989382Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Failed 2022-11-23T00:54:46.1995681Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:54:46.2365666Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2022-11-23T00:54:46.2371809Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:54:46.3702458Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:54:46.3709108Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:54:46.5052395Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:54:46.5058687Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:54:46.6437259Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:54:46.6444338Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:54:46.6831120Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T00:54:46.6837785Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:54:46.7229339Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2022-11-23T00:54:46.7276231Z -- Performing Test HASPRIVATE 2022-11-23T00:54:46.7645822Z -- Performing Test HASPRIVATE - Failed 2022-11-23T00:54:46.7670565Z -- Looking for backtrace 2022-11-23T00:54:46.8704270Z -- Looking for backtrace - found 2022-11-23T00:54:46.8705677Z -- backtrace facility detected in default set of libraries 2022-11-23T00:54:46.8707755Z -- Found Backtrace: /usr/include 2022-11-23T00:54:46.8709082Z -- NUMA paths: 2022-11-23T00:54:46.8709383Z -- /usr/include 2022-11-23T00:54:46.8709849Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2022-11-23T00:54:49.6834867Z -- headers outputs: 2022-11-23T00:54:55.7564640Z -- sources outputs: 2022-11-23T00:54:56.8441067Z -- declarations_yaml outputs: 2022-11-23T00:54:56.8496899Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:54:56.8994270Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2022-11-23T00:54:56.9364517Z -- Using ATen parallel backend: OMP 2022-11-23T00:54:57.0662758Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:54:57.0663468Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:54:57.0663731Z of CMake. 2022-11-23T00:54:57.0663836Z 2022-11-23T00:54:57.0664046Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:54:57.0664356Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:54:57.0664715Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:54:57.0664998Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:54:57.0665141Z 2022-11-23T00:54:57.0665219Z  2022-11-23T00:54:57.1202464Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:54:57.1223160Z -- Check size of long double 2022-11-23T00:54:57.2377262Z -- Check size of long double - done 2022-11-23T00:54:57.2378226Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:54:57.3420053Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:54:57.3421038Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:54:57.4497747Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:54:57.4498109Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:54:57.6030897Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:54:57.6031676Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:54:57.7510659Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:54:57.7511819Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:54:57.9300134Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:54:57.9301484Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:54:58.0978997Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:54:58.0980368Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:54:58.2483438Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:54:58.2484797Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:54:58.3984827Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:54:58.4026567Z -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") 2022-11-23T00:54:58.4029420Z -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") 2022-11-23T00:54:58.4031992Z -- Found OpenMP: TRUE (found version "5.0") 2022-11-23T00:54:58.4034021Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T00:54:58.5644810Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T00:54:58.5645865Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:54:58.6734888Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:54:58.6736849Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:54:58.7997136Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2022-11-23T00:54:58.7998153Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:54:58.9344687Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:54:58.9486288Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:54:58.9487067Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:54:58.9487727Z  Target processor: x86_64 2022-11-23T00:54:58.9488121Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:54:58.9488467Z  Host processor: x86_64 2022-11-23T00:54:58.9488743Z  Detected C compiler: Clang @ /opt/cache/bin/clang 2022-11-23T00:54:58.9488999Z  CMake: 3.22.1 2022-11-23T00:54:58.9489238Z  Make program: /usr/bin/gmake 2022-11-23T00:54:58.9489704Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T00:54:58.9490083Z -- Building shared libs : OFF 2022-11-23T00:54:58.9490325Z -- Building static test bins: OFF 2022-11-23T00:54:58.9490549Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:54:58.9490774Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:54:58.9491021Z -- RT : /usr/lib/x86_64-linux-gnu/librt.a 2022-11-23T00:54:58.9491267Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:54:58.9491483Z -- OPENSSL : 1.1.1s 2022-11-23T00:54:58.9491706Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:54:58.9491915Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:54:58.9492145Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T00:54:58.9492347Z  2022-11-23T00:54:58.9492615Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:54:58.9492836Z  2022-11-23T00:54:58.9606461Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:54:58.9607162Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:54:58.9607670Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:54:58.9608093Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:54:59.9742837Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:55:00.1320890Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:55:00.1330616Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:55:00.1723024Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Failed 2022-11-23T00:55:00.1760476Z -- /opt/cache/bin/clang++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:55:00.4632788Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:55:00.4677685Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:55:00.4678007Z Syntax Warning in cmake code at column 107 2022-11-23T00:55:00.4678193Z 2022-11-23T00:55:00.4678459Z Argument not separated from preceding token by whitespace. 2022-11-23T00:55:00.4679067Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:00.4679434Z  2022-11-23T00:55:00.4679758Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:55:00.4680180Z Syntax Warning in cmake code at column 115 2022-11-23T00:55:00.4680634Z 2022-11-23T00:55:00.4680901Z Argument not separated from preceding token by whitespace. 2022-11-23T00:55:00.4681572Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:00.4681885Z  2022-11-23T00:55:00.5352091Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:55:00.5352686Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:55:00.5353063Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:55:00.5353346Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:55:00.5353583Z Call Stack (most recent call first): 2022-11-23T00:55:00.5353819Z torch/CMakeLists.txt:338 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:55:00.5353977Z 2022-11-23T00:55:00.5354067Z  2022-11-23T00:55:00.5381472Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:00.5382139Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:00.5382733Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:00.5383070Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:00.5383425Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:00.5383689Z Call Stack (most recent call first): 2022-11-23T00:55:00.5384098Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:00.5384524Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:55:00.5385080Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:00.5385530Z  2022-11-23T00:55:00.5386230Z CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:00.5386879Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:00.5387226Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:00.5387529Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:00.5387806Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:00.5388137Z Call Stack (most recent call first): 2022-11-23T00:55:00.5388474Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:00.5388902Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:55:00.5389400Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:00.5389839Z  2022-11-23T00:55:00.5390263Z -- pytorch is compiling with OpenMP. 2022-11-23T00:55:00.5390536Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-11-23T00:55:00.5390909Z OpenMP libraries: /opt/conda/lib/libiomp5.so. 2022-11-23T00:55:00.5391523Z -- Caffe2 is compiling with OpenMP. 2022-11-23T00:55:00.5392022Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-11-23T00:55:00.5392290Z OpenMP libraries: /opt/conda/lib/libiomp5.so. 2022-11-23T00:55:00.5839049Z -- Using lib/python3.8/site-packages as python relative installation path 2022-11-23T00:55:00.6232299Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:55:00.6232828Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:55:00.6233155Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:55:00.6233388Z tested. 2022-11-23T00:55:00.6233487Z 2022-11-23T00:55:00.6233600Z  2022-11-23T00:55:00.6257036Z -- 2022-11-23T00:55:00.6257573Z -- ******** Summary ******** 2022-11-23T00:55:00.6257923Z -- General: 2022-11-23T00:55:00.6258277Z -- CMake version : 3.22.1 2022-11-23T00:55:00.6258689Z -- CMake command : /usr/bin/cmake 2022-11-23T00:55:00.6259096Z -- System : Linux 2022-11-23T00:55:00.6259523Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:55:00.6259957Z -- C++ compiler id : Clang 2022-11-23T00:55:00.6260362Z -- C++ compiler version : 12.0.1 2022-11-23T00:55:00.6261141Z -- Using ccache if found : ON 2022-11-23T00:55:00.6261632Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:55:00.6266593Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -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 -Werror=braced-scalar-init -Werror=range-loop-construct -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format 2022-11-23T00:55:00.6269032Z -- Build type : Release 2022-11-23T00:55:00.6269776Z -- 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-23T00:55:00.6270844Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:55:00.6271670Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:55:00.6272157Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:55:00.6272506Z -- 2022-11-23T00:55:00.6272888Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:55:00.6273354Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:55:00.6273663Z -- BUILD_CAFFE2 : OFF 2022-11-23T00:55:00.6273900Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T00:55:00.6274150Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-11-23T00:55:00.6274395Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:55:00.6274816Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:55:00.6275266Z -- BUILD_BINARY : OFF 2022-11-23T00:55:00.6275675Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:55:00.6276173Z -- Link local protobuf : ON 2022-11-23T00:55:00.6276603Z -- BUILD_DOCS : OFF 2022-11-23T00:55:00.6277145Z -- BUILD_PYTHON : True 2022-11-23T00:55:00.6277568Z -- Python version : 3.8.13 2022-11-23T00:55:00.6277894Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:55:00.6278163Z -- Pythonlibs version : 3.8.13 2022-11-23T00:55:00.6278449Z -- Python library : /opt/conda/lib/libpython3.8.so.1.0 2022-11-23T00:55:00.6278771Z -- Python includes : /opt/conda/include/python3.8 2022-11-23T00:55:00.6279211Z -- Python site-packages: lib/python3.8/site-packages 2022-11-23T00:55:00.6279488Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:55:00.6279737Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:55:00.6279983Z -- BUILD_TEST : True 2022-11-23T00:55:00.6280206Z -- BUILD_JNI : OFF 2022-11-23T00:55:00.6280428Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:55:00.6280756Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:55:00.6281159Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:55:00.6281571Z -- TRACING_BASED : OFF 2022-11-23T00:55:00.6281984Z -- USE_BLAS : 1 2022-11-23T00:55:00.6282393Z -- BLAS : mkl 2022-11-23T00:55:00.6282776Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:55:00.6283177Z -- USE_LAPACK : 1 2022-11-23T00:55:00.6283406Z -- LAPACK : mkl 2022-11-23T00:55:00.6283610Z -- USE_ASAN : OFF 2022-11-23T00:55:00.6283892Z -- USE_TSAN : OFF 2022-11-23T00:55:00.6284118Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:55:00.6284336Z -- USE_CUDA : ON 2022-11-23T00:55:00.6284555Z -- Split CUDA : 2022-11-23T00:55:00.6284780Z -- CUDA static link : OFF 2022-11-23T00:55:00.6284994Z -- USE_CUDNN : ON 2022-11-23T00:55:00.6285239Z -- USE_EXPERIMENTAL_CUDNN_V8_API: ON 2022-11-23T00:55:00.6285485Z -- CUDA version : 11.6 2022-11-23T00:55:00.6285713Z -- USE_FLASH_ATTENTION : ON 2022-11-23T00:55:00.6285932Z -- cuDNN version : 8.3.2 2022-11-23T00:55:00.6286188Z -- CUDA root directory : /usr/local/cuda 2022-11-23T00:55:00.6286488Z -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so 2022-11-23T00:55:00.6286796Z -- cudart library : /usr/local/cuda/lib64/libcudart.so 2022-11-23T00:55:00.6287108Z -- cublas library : /usr/local/cuda/lib64/libcublas.so 2022-11-23T00:55:00.6287418Z -- cufft library : /usr/local/cuda/lib64/libcufft.so 2022-11-23T00:55:00.6287720Z -- curand library : /usr/local/cuda/lib64/libcurand.so 2022-11-23T00:55:00.6288030Z -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so 2022-11-23T00:55:00.6288326Z -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so 2022-11-23T00:55:00.6288602Z -- CUDA include path : /usr/local/cuda/include 2022-11-23T00:55:00.6288892Z -- NVCC executable : /usr/local/cuda/bin/nvcc 2022-11-23T00:55:00.6289176Z -- CUDA compiler : /usr/local/cuda/bin/nvcc 2022-11-23T00:55:00.6291002Z -- 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-23T00:55:00.6292284Z -- CUDA host compiler : /opt/cache/bin/clang 2022-11-23T00:55:00.6292531Z -- CUDA --device-c : OFF 2022-11-23T00:55:00.6292766Z -- USE_TENSORRT : OFF 2022-11-23T00:55:00.6292989Z -- USE_ROCM : OFF 2022-11-23T00:55:00.6293201Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:55:00.6293425Z -- USE_FBGEMM : ON 2022-11-23T00:55:00.6293654Z -- USE_FAKELOWP : OFF 2022-11-23T00:55:00.6293869Z -- USE_KINETO : ON 2022-11-23T00:55:00.6294094Z -- USE_FFMPEG : OFF 2022-11-23T00:55:00.6294357Z -- USE_GFLAGS : OFF 2022-11-23T00:55:00.6294565Z -- USE_GLOG : OFF 2022-11-23T00:55:00.6294783Z -- USE_LEVELDB : OFF 2022-11-23T00:55:00.6295007Z -- USE_LITE_PROTO : OFF 2022-11-23T00:55:00.6295218Z -- USE_LMDB : OFF 2022-11-23T00:55:00.6295433Z -- USE_METAL : OFF 2022-11-23T00:55:00.6295657Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:55:00.6295889Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:55:00.6296125Z -- USE_MPS : OFF 2022-11-23T00:55:00.6296344Z -- USE_FFTW : OFF 2022-11-23T00:55:00.6296545Z -- USE_MKL : ON 2022-11-23T00:55:00.6296763Z -- USE_MKLDNN : ON 2022-11-23T00:55:00.6296986Z -- USE_MKLDNN_ACL : OFF 2022-11-23T00:55:00.6297196Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T00:55:00.6297416Z -- USE_UCC : OFF 2022-11-23T00:55:00.6297659Z -- USE_ITT : ON 2022-11-23T00:55:00.6297872Z -- USE_NCCL : ON 2022-11-23T00:55:00.6298086Z -- USE_SYSTEM_NCCL : OFF 2022-11-23T00:55:00.6298313Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T00:55:00.6298537Z -- USE_NNPACK : ON 2022-11-23T00:55:00.6298748Z -- USE_NUMPY : ON 2022-11-23T00:55:00.6298973Z -- USE_OBSERVERS : ON 2022-11-23T00:55:00.6299212Z -- USE_OPENCL : OFF 2022-11-23T00:55:00.6299421Z -- USE_OPENCV : OFF 2022-11-23T00:55:00.6299640Z -- USE_OPENMP : ON 2022-11-23T00:55:00.6299862Z -- USE_TBB : OFF 2022-11-23T00:55:00.6300066Z -- USE_VULKAN : OFF 2022-11-23T00:55:00.6300286Z -- USE_PROF : OFF 2022-11-23T00:55:00.6300509Z -- USE_QNNPACK : ON 2022-11-23T00:55:00.6300721Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:55:00.6300947Z -- USE_XNNPACK : ON 2022-11-23T00:55:00.6301171Z -- USE_REDIS : OFF 2022-11-23T00:55:00.6301379Z -- USE_ROCKSDB : OFF 2022-11-23T00:55:00.6301599Z -- USE_ZMQ : OFF 2022-11-23T00:55:00.6301818Z -- USE_DISTRIBUTED : ON 2022-11-23T00:55:00.6302043Z -- USE_MPI : ON 2022-11-23T00:55:00.6302256Z -- USE_GLOO : ON 2022-11-23T00:55:00.6302489Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:55:00.6302728Z -- USE_TENSORPIPE : ON 2022-11-23T00:55:00.6303106Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:55:00.6303938Z -- 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;dl 2022-11-23T00:55:00.6304458Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:55:00.6304689Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:55:00.6304940Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:55:00.6370035Z -- Configuring done 2022-11-23T00:55:02.5141273Z -- Generating done 2022-11-23T00:55:02.5457093Z CMake Warning: 2022-11-23T00:55:02.5457830Z Manually-specified variables were not used by the project: 2022-11-23T00:55:02.5458117Z 2022-11-23T00:55:02.5458221Z BUILD_ENVIRONMENT 2022-11-23T00:55:02.5458339Z 2022-11-23T00:55:02.5458424Z  2022-11-23T00:55:02.5478024Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:55:02.6184642Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:55:02.6778548Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:55:02.6779375Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:55:02.6780144Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:55:02.6790647Z [ 0%] Creating directories for 'nccl_external' 2022-11-23T00:55:02.6815320Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:55:02.6846767Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:55:02.7351545Z [ 0%] No download step for 'nccl_external' 2022-11-23T00:55:02.7505600Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:55:02.7561222Z [ 1%] No update step for 'nccl_external' 2022-11-23T00:55:02.7660210Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:55:02.7761512Z [ 1%] No patch step for 'nccl_external' 2022-11-23T00:55:02.7961797Z [ 1%] No configure step for 'nccl_external' 2022-11-23T00:55:02.8147065Z [ 1%] Performing build step for 'nccl_external' 2022-11-23T00:55:02.8354024Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:55:02.8575100Z [ 1%] Built target clog 2022-11-23T00:55:02.8651588Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:55:02.8663499Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:55:02.8693524Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:55:02.8758105Z Generating nccl.h.in > /var/lib/jenkins/workspace/build/nccl/include/nccl.h 2022-11-23T00:55:02.8806547Z Grabbing include/nccl_net.h > /var/lib/jenkins/workspace/build/nccl/include/nccl_net.h 2022-11-23T00:55:02.8923684Z Generating nccl.pc.in > /var/lib/jenkins/workspace/build/nccl/lib/pkgconfig/nccl.pc 2022-11-23T00:55:02.8982736Z Compiling init.cc > /var/lib/jenkins/workspace/build/nccl/obj/init.o 2022-11-23T00:55:02.9047355Z Compiling channel.cc > /var/lib/jenkins/workspace/build/nccl/obj/channel.o 2022-11-23T00:55:02.9449833Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:55:02.9907860Z [ 1%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:55:03.0070348Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:55:03.0133929Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:55:03.0168864Z [ 1%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:55:03.0190358Z [ 1%] Built target gtest 2022-11-23T00:55:03.0295316Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:55:03.0514389Z [ 1%] Built target pthreadpool 2022-11-23T00:55:03.0627024Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:55:03.1356812Z In file included from channel.cc:7: 2022-11-23T00:55:03.1360371Z In file included from include/channel.h:9: 2022-11-23T00:55:03.1360832Z In file included from include/comm.h:10: 2022-11-23T00:55:03.1361269Z In file included from include/transport.h:11: 2022-11-23T00:55:03.1361720Z In file included from include/graph.h:110: 2022-11-23T00:55:03.1362143Z In file included from include/info.h:13: 2022-11-23T00:55:03.1362532Z In file included from include/core.h:62: 2022-11-23T00:55:03.1362765Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.1363323Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.1363833Z color& operator=(color const&) = default; 2022-11-23T00:55:03.1364033Z ^ 2022-11-23T00:55:03.1364655Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.1365125Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.1365327Z ^ 2022-11-23T00:55:03.1365746Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.1366074Z color& operator=(color&&) = default; 2022-11-23T00:55:03.1366251Z ^ 2022-11-23T00:55:03.1366804Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.1367321Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.1367533Z ^ 2022-11-23T00:55:03.1367945Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.1368291Z category& operator=(category const&) = default; 2022-11-23T00:55:03.1368492Z ^ 2022-11-23T00:55:03.1369037Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.1369484Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.1369693Z ^ 2022-11-23T00:55:03.1370106Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.1370433Z category& operator=(category&&) = default; 2022-11-23T00:55:03.1370628Z ^ 2022-11-23T00:55:03.1371178Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.1371605Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.1371810Z ^ 2022-11-23T00:55:03.1372167Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.1372457Z 0, // payload value (union) 2022-11-23T00:55:03.1372647Z ^ 2022-11-23T00:55:03.1372800Z {} 2022-11-23T00:55:03.1373145Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.1373422Z 0 // message value (union) 2022-11-23T00:55:03.1373613Z ^ 2022-11-23T00:55:03.1373762Z {} 2022-11-23T00:55:03.1373917Z 6 warnings generated. 2022-11-23T00:55:03.1492728Z Compiling bootstrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/bootstrap.o 2022-11-23T00:55:03.2005720Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:55:03.2174240Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:55:03.2687506Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:55:03.2694751Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:55:03.2755681Z In file included from init.cc:8: 2022-11-23T00:55:03.2756226Z In file included from include/channel.h:9: 2022-11-23T00:55:03.2756841Z In file included from include/comm.h:10: 2022-11-23T00:55:03.2757282Z In file included from include/transport.h:11: 2022-11-23T00:55:03.2757733Z In file included from include/graph.h:110: 2022-11-23T00:55:03.2758147Z In file included from include/info.h:13: 2022-11-23T00:55:03.2758552Z In file included from include/core.h:62: 2022-11-23T00:55:03.2758971Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.2794735Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.2795493Z color& operator=(color const&) = default; 2022-11-23T00:55:03.2795850Z ^ 2022-11-23T00:55:03.2797082Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.2798100Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.2798490Z ^ 2022-11-23T00:55:03.2799293Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.2799902Z color& operator=(color&&) = default; 2022-11-23T00:55:03.2800234Z ^ 2022-11-23T00:55:03.2801294Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.2802159Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.2802548Z ^ 2022-11-23T00:55:03.2803336Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.2803988Z category& operator=(category const&) = default; 2022-11-23T00:55:03.2804366Z ^ 2022-11-23T00:55:03.2805427Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.2806261Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.2806635Z ^ 2022-11-23T00:55:03.2807420Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.2808039Z category& operator=(category&&) = default; 2022-11-23T00:55:03.2808396Z ^ 2022-11-23T00:55:03.2809456Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.2810278Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.2810651Z ^ 2022-11-23T00:55:03.2811327Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.2811882Z 0, // payload value (union) 2022-11-23T00:55:03.2812237Z ^ 2022-11-23T00:55:03.2812520Z {} 2022-11-23T00:55:03.2813187Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.2813718Z 0 // message value (union) 2022-11-23T00:55:03.2814060Z ^ 2022-11-23T00:55:03.2814336Z {} 2022-11-23T00:55:03.2814629Z 6 warnings generated. 2022-11-23T00:55:03.3381591Z Compiling transport.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport.o 2022-11-23T00:55:03.3434858Z In file included from bootstrap.cc:8: 2022-11-23T00:55:03.3435260Z In file included from include/core.h:62: 2022-11-23T00:55:03.3436910Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.3437948Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.3438594Z color& operator=(color const&) = default; 2022-11-23T00:55:03.3438936Z ^ 2022-11-23T00:55:03.3439706Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.3440157Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.3440372Z ^ 2022-11-23T00:55:03.3441078Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.3441657Z color& operator=(color&&) = default; 2022-11-23T00:55:03.3441830Z ^ 2022-11-23T00:55:03.3442389Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.3442950Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.3443281Z ^ 2022-11-23T00:55:03.3445008Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.3445634Z category& operator=(category const&) = default; 2022-11-23T00:55:03.3445879Z ^ 2022-11-23T00:55:03.3446435Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.3446893Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.3447097Z ^ 2022-11-23T00:55:03.3447497Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.3447841Z category& operator=(category&&) = default; 2022-11-23T00:55:03.3448035Z ^ 2022-11-23T00:55:03.3448587Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.3449019Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.3449222Z ^ 2022-11-23T00:55:03.3449576Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.3449868Z 0, // payload value (union) 2022-11-23T00:55:03.3450060Z ^ 2022-11-23T00:55:03.3450219Z {} 2022-11-23T00:55:03.3450550Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.3450843Z 0 // message value (union) 2022-11-23T00:55:03.3451032Z ^ 2022-11-23T00:55:03.3451181Z {} 2022-11-23T00:55:03.3451336Z 6 warnings generated. 2022-11-23T00:55:03.4046301Z Compiling enqueue.cc > /var/lib/jenkins/workspace/build/nccl/obj/enqueue.o 2022-11-23T00:55:03.4248267Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:55:03.4336646Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:55:03.4597452Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:55:03.5106582Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:55:03.5634945Z In file included from transport.cc:7: 2022-11-23T00:55:03.5635361Z In file included from include/comm.h:10: 2022-11-23T00:55:03.5635709Z In file included from include/transport.h:11: 2022-11-23T00:55:03.5636208Z In file included from include/graph.h:110: 2022-11-23T00:55:03.5636610Z In file included from include/info.h:13: 2022-11-23T00:55:03.5636950Z In file included from include/core.h:62: 2022-11-23T00:55:03.5637292Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.5638057Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.5638506Z color& operator=(color const&) = default; 2022-11-23T00:55:03.5638733Z ^ 2022-11-23T00:55:03.5639451Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.5640096Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.5640305Z ^ 2022-11-23T00:55:03.5640777Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.5641108Z color& operator=(color&&) = default; 2022-11-23T00:55:03.5641330Z ^ 2022-11-23T00:55:03.5641892Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.5642410Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.5642622Z ^ 2022-11-23T00:55:03.5643089Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.5643438Z category& operator=(category const&) = default; 2022-11-23T00:55:03.5643693Z ^ 2022-11-23T00:55:03.5644242Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.5644734Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.5644938Z ^ 2022-11-23T00:55:03.5645404Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.5645729Z category& operator=(category&&) = default; 2022-11-23T00:55:03.5645973Z ^ 2022-11-23T00:55:03.5646535Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.5647005Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.5647212Z ^ 2022-11-23T00:55:03.5647629Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.5647931Z 0, // payload value (union) 2022-11-23T00:55:03.5648149Z ^ 2022-11-23T00:55:03.5648316Z {} 2022-11-23T00:55:03.5648665Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.5648993Z 0 // message value (union) 2022-11-23T00:55:03.5649181Z ^ 2022-11-23T00:55:03.5649332Z {} 2022-11-23T00:55:03.5649486Z 6 warnings generated. 2022-11-23T00:55:03.5751039Z Compiling group.cc > /var/lib/jenkins/workspace/build/nccl/obj/group.o 2022-11-23T00:55:03.5811718Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:55:03.6022009Z Compiling debug.cc > /var/lib/jenkins/workspace/build/nccl/obj/debug.o 2022-11-23T00:55:03.6144713Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:55:03.6722648Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:55:03.6943044Z In file included from enqueue.cc:7: 2022-11-23T00:55:03.6943522Z In file included from include/enqueue.h:10: 2022-11-23T00:55:03.6943939Z In file included from include/comm.h:10: 2022-11-23T00:55:03.6944386Z In file included from include/transport.h:11: 2022-11-23T00:55:03.6944829Z In file included from include/graph.h:110: 2022-11-23T00:55:03.6945239Z In file included from include/info.h:13: 2022-11-23T00:55:03.6945658Z In file included from include/core.h:62: 2022-11-23T00:55:03.6946060Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.6947135Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.6947738Z color& operator=(color const&) = default; 2022-11-23T00:55:03.6948080Z ^ 2022-11-23T00:55:03.6949175Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.6950016Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.6950403Z ^ 2022-11-23T00:55:03.6951178Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.6951978Z color& operator=(color&&) = default; 2022-11-23T00:55:03.6952311Z ^ 2022-11-23T00:55:03.6953378Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.6954259Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.6954636Z ^ 2022-11-23T00:55:03.6955426Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.6956084Z category& operator=(category const&) = default; 2022-11-23T00:55:03.6956513Z ^ 2022-11-23T00:55:03.6957576Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.6958414Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.6958786Z ^ 2022-11-23T00:55:03.6959551Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.6960198Z category& operator=(category&&) = default; 2022-11-23T00:55:03.6960552Z ^ 2022-11-23T00:55:03.6961610Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.6962445Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.6962817Z ^ 2022-11-23T00:55:03.6963479Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.6964020Z 0, // payload value (union) 2022-11-23T00:55:03.6964363Z ^ 2022-11-23T00:55:03.6964637Z {} 2022-11-23T00:55:03.6965274Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.6965825Z 0 // message value (union) 2022-11-23T00:55:03.6966165Z ^ 2022-11-23T00:55:03.6966601Z {} 2022-11-23T00:55:03.6967217Z enqueue.cc:18:20: warning: unused variable 'ncclKernelGeneric' [-Wunused-const-variable] 2022-11-23T00:55:03.6967892Z static void* const ncclKernelGeneric = (void*)NCCL_KERN_NAME(SendRecv, RING, SIMPLE, Sum, int8_t); 2022-11-23T00:55:03.6968356Z ^ 2022-11-23T00:55:03.6968671Z 7 warnings generated. 2022-11-23T00:55:03.7296450Z Compiling proxy.cc > /var/lib/jenkins/workspace/build/nccl/obj/proxy.o 2022-11-23T00:55:03.7529919Z In file included from debug.cc:7: 2022-11-23T00:55:03.7530364Z In file included from include/core.h:62: 2022-11-23T00:55:03.7530784Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.7531776Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7532454Z color& operator=(color const&) = default; 2022-11-23T00:55:03.7532963Z ^ 2022-11-23T00:55:03.7534072Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7534941Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.7535316Z ^ 2022-11-23T00:55:03.7536112Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7536731Z color& operator=(color&&) = default; 2022-11-23T00:55:03.7537055Z ^ 2022-11-23T00:55:03.7538104Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7538964Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.7539351Z ^ 2022-11-23T00:55:03.7540129Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7540758Z category& operator=(category const&) = default; 2022-11-23T00:55:03.7541119Z ^ 2022-11-23T00:55:03.7542173Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7543004Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.7543367Z ^ 2022-11-23T00:55:03.7544153Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7544772Z category& operator=(category&&) = default; 2022-11-23T00:55:03.7545127Z ^ 2022-11-23T00:55:03.7546188Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7547010Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.7547366Z ^ 2022-11-23T00:55:03.7548029Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.7548590Z 0, // payload value (union) 2022-11-23T00:55:03.7548919Z ^ 2022-11-23T00:55:03.7549193Z {} 2022-11-23T00:55:03.7549845Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.7550372Z 0 // message value (union) 2022-11-23T00:55:03.7550713Z ^ 2022-11-23T00:55:03.7550990Z {} 2022-11-23T00:55:03.7551514Z 6 warnings generated. 2022-11-23T00:55:03.7591862Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:55:03.7699930Z In file included from group.cc:7: 2022-11-23T00:55:03.7700382Z In file included from include/group.h:11: 2022-11-23T00:55:03.7700793Z In file included from include/comm.h:10: 2022-11-23T00:55:03.7701264Z In file included from include/transport.h:11: 2022-11-23T00:55:03.7701708Z In file included from include/graph.h:110: 2022-11-23T00:55:03.7702114Z In file included from include/info.h:13: 2022-11-23T00:55:03.7702526Z In file included from include/core.h:62: 2022-11-23T00:55:03.7702879Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.7703774Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7704387Z color& operator=(color const&) = default; 2022-11-23T00:55:03.7704727Z ^ 2022-11-23T00:55:03.7706008Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7706872Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.7707237Z ^ 2022-11-23T00:55:03.7708024Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7708640Z color& operator=(color&&) = default; 2022-11-23T00:55:03.7708967Z ^ 2022-11-23T00:55:03.7709973Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7710801Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.7711154Z ^ 2022-11-23T00:55:03.7712130Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7712749Z category& operator=(category const&) = default; 2022-11-23T00:55:03.7713105Z ^ 2022-11-23T00:55:03.7714137Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7714950Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.7715313Z ^ 2022-11-23T00:55:03.7716085Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.7716778Z category& operator=(category&&) = default; 2022-11-23T00:55:03.7717266Z ^ 2022-11-23T00:55:03.7718347Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.7719165Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.7719522Z ^ 2022-11-23T00:55:03.7720138Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.7720663Z 0, // payload value (union) 2022-11-23T00:55:03.7721004Z ^ 2022-11-23T00:55:03.7721276Z {} 2022-11-23T00:55:03.7721897Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.7722582Z 0 // message value (union) 2022-11-23T00:55:03.7722922Z ^ 2022-11-23T00:55:03.7723184Z {} 2022-11-23T00:55:03.7723480Z 6 warnings generated. 2022-11-23T00:55:03.8163543Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:55:03.8225051Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:55:03.8559781Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:55:03.8575874Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:55:03.9104215Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:55:03.9405212Z In file included from proxy.cc:7: 2022-11-23T00:55:03.9405735Z In file included from include/comm.h:10: 2022-11-23T00:55:03.9406207Z In file included from include/transport.h:11: 2022-11-23T00:55:03.9406692Z In file included from include/graph.h:110: 2022-11-23T00:55:03.9407257Z In file included from include/info.h:13: 2022-11-23T00:55:03.9407671Z In file included from include/core.h:62: 2022-11-23T00:55:03.9408070Z In file included from include/nvtx.h:10: 2022-11-23T00:55:03.9409045Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.9409685Z color& operator=(color const&) = default; 2022-11-23T00:55:03.9410032Z ^ 2022-11-23T00:55:03.9411134Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.9412012Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.9412401Z ^ 2022-11-23T00:55:03.9413176Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.9413795Z color& operator=(color&&) = default; 2022-11-23T00:55:03.9414134Z ^ 2022-11-23T00:55:03.9415181Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:03.9416029Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:03.9416414Z ^ 2022-11-23T00:55:03.9417199Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.9417838Z category& operator=(category const&) = default; 2022-11-23T00:55:03.9418201Z ^ 2022-11-23T00:55:03.9419253Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.9420082Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.9420444Z ^ 2022-11-23T00:55:03.9421228Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:03.9421854Z category& operator=(category&&) = default; 2022-11-23T00:55:03.9422192Z ^ 2022-11-23T00:55:03.9423245Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:03.9424063Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:03.9424434Z ^ 2022-11-23T00:55:03.9425079Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.9425633Z 0, // payload value (union) 2022-11-23T00:55:03.9425978Z ^ 2022-11-23T00:55:03.9426239Z {} 2022-11-23T00:55:03.9427014Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:03.9427567Z 0 // message value (union) 2022-11-23T00:55:03.9427889Z ^ 2022-11-23T00:55:03.9428161Z {} 2022-11-23T00:55:03.9428460Z 6 warnings generated. 2022-11-23T00:55:03.9535241Z Compiling enhcompat.cc > /var/lib/jenkins/workspace/build/nccl/obj/enhcompat.o 2022-11-23T00:55:03.9598737Z Compiling net.cc > /var/lib/jenkins/workspace/build/nccl/obj/net.o 2022-11-23T00:55:03.9922896Z Compiling misc/cudawrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/cudawrap.o 2022-11-23T00:55:04.0047053Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:55:04.0631134Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:55:04.0723690Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:55:04.1106501Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:55:04.1232783Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:55:04.1489457Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:55:04.1949522Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:55:04.1969546Z In file included from net.cc:1: 2022-11-23T00:55:04.1969947Z In file included from include/net.h:12: 2022-11-23T00:55:04.1970401Z In file included from include/comm.h:10: 2022-11-23T00:55:04.1970845Z In file included from include/transport.h:11: 2022-11-23T00:55:04.1971273Z In file included from include/graph.h:110: 2022-11-23T00:55:04.1971706Z In file included from include/info.h:13: 2022-11-23T00:55:04.1972338Z In file included from include/core.h:62: 2022-11-23T00:55:04.1972720Z In file included from include/nvtx.h:10: 2022-11-23T00:55:04.1973278Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.1973627Z color& operator=(color const&) = default; 2022-11-23T00:55:04.1975726Z ^ 2022-11-23T00:55:04.1977003Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.1977862Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.1978242Z ^ 2022-11-23T00:55:04.1979038Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.1979664Z color& operator=(color&&) = default; 2022-11-23T00:55:04.1979994Z ^ 2022-11-23T00:55:04.1981083Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.1981951Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.1982340Z ^ 2022-11-23T00:55:04.1983123Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.1983721Z category& operator=(category const&) = default; 2022-11-23T00:55:04.1984084Z ^ 2022-11-23T00:55:04.1985342Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.1986171Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.1986541Z ^ 2022-11-23T00:55:04.1987332Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.1987952Z category& operator=(category&&) = default; 2022-11-23T00:55:04.1988307Z ^ 2022-11-23T00:55:04.1989383Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.1990216Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.1990664Z ^ 2022-11-23T00:55:04.1991838Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.1992404Z 0, // payload value (union) 2022-11-23T00:55:04.1992739Z ^ 2022-11-23T00:55:04.1993017Z {} 2022-11-23T00:55:04.1993680Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.1994219Z 0 // message value (union) 2022-11-23T00:55:04.1994558Z ^ 2022-11-23T00:55:04.1994832Z {} 2022-11-23T00:55:04.1995124Z 6 warnings generated. 2022-11-23T00:55:04.2304213Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:55:04.2574402Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:55:04.2690538Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:55:04.3231666Z Compiling misc/nvmlwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/nvmlwrap.o 2022-11-23T00:55:04.3305318Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:55:04.3403877Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:55:04.3703998Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:55:04.4105880Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:55:04.4311540Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:55:04.4668841Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:55:04.4874341Z Compiling misc/ibvwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/ibvwrap.o 2022-11-23T00:55:04.5061748Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:55:04.5240706Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:55:04.5461842Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:55:04.5812972Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:55:04.6203293Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:55:04.6318553Z In file included from misc/ibvwrap.cc:7: 2022-11-23T00:55:04.6318969Z In file included from include/ibvwrap.h:15: 2022-11-23T00:55:04.6319283Z In file included from include/core.h:62: 2022-11-23T00:55:04.6319513Z In file included from include/nvtx.h:10: 2022-11-23T00:55:04.6320054Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.6320391Z color& operator=(color const&) = default; 2022-11-23T00:55:04.6320585Z ^ 2022-11-23T00:55:04.6321210Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.6322270Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.6322664Z ^ 2022-11-23T00:55:04.6323326Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.6323907Z color& operator=(color&&) = default; 2022-11-23T00:55:04.6324239Z ^ 2022-11-23T00:55:04.6325270Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.6326098Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.6326493Z ^ 2022-11-23T00:55:04.6327262Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.6327790Z category& operator=(category const&) = default; 2022-11-23T00:55:04.6328120Z ^ 2022-11-23T00:55:04.6328841Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.6329557Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.6329927Z ^ 2022-11-23T00:55:04.6330683Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.6331326Z category& operator=(category&&) = default; 2022-11-23T00:55:04.6331684Z ^ 2022-11-23T00:55:04.6332430Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.6332946Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.6333140Z ^ 2022-11-23T00:55:04.6333497Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.6333801Z 0, // payload value (union) 2022-11-23T00:55:04.6333981Z ^ 2022-11-23T00:55:04.6334136Z {} 2022-11-23T00:55:04.6334480Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.6334758Z 0 // message value (union) 2022-11-23T00:55:04.6334942Z ^ 2022-11-23T00:55:04.6335091Z {} 2022-11-23T00:55:04.6335243Z 6 warnings generated. 2022-11-23T00:55:04.6380882Z Compiling misc/gdrwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/gdrwrap.o 2022-11-23T00:55:04.6571847Z Compiling misc/utils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/utils.o 2022-11-23T00:55:04.6846077Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:55:04.7285926Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:55:04.7349683Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:55:04.7792340Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:55:04.7956457Z In file included from misc/utils.cc:8: 2022-11-23T00:55:04.7956949Z In file included from include/core.h:62: 2022-11-23T00:55:04.7957323Z In file included from include/nvtx.h:10: 2022-11-23T00:55:04.7958350Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.7959200Z color& operator=(color const&) = default; 2022-11-23T00:55:04.7959530Z ^ 2022-11-23T00:55:04.7960681Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.7961536Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.7961877Z ^ 2022-11-23T00:55:04.7962671Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.7963363Z color& operator=(color&&) = default; 2022-11-23T00:55:04.7963770Z ^ 2022-11-23T00:55:04.7964662Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.7965304Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.7965548Z ^ 2022-11-23T00:55:04.7965990Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.7966403Z category& operator=(category const&) = default; 2022-11-23T00:55:04.7966604Z ^ 2022-11-23T00:55:04.7967363Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.7968167Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.7968557Z ^ 2022-11-23T00:55:04.7969170Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.7969554Z category& operator=(category&&) = default; 2022-11-23T00:55:04.7969750Z ^ 2022-11-23T00:55:04.7970360Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.7970788Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.7971045Z ^ 2022-11-23T00:55:04.7971401Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.7971754Z 0, // payload value (union) 2022-11-23T00:55:04.7971934Z ^ 2022-11-23T00:55:04.7972097Z {} 2022-11-23T00:55:04.7972501Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.7972790Z 0 // message value (union) 2022-11-23T00:55:04.7972977Z ^ 2022-11-23T00:55:04.7973142Z {} 2022-11-23T00:55:04.7973333Z 6 warnings generated. 2022-11-23T00:55:04.8017705Z In file included from misc/gdrwrap.cc:10: 2022-11-23T00:55:04.8018425Z In file included from include/core.h:62: 2022-11-23T00:55:04.8019031Z In file included from include/nvtx.h:10: 2022-11-23T00:55:04.8020174Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.8020920Z color& operator=(color const&) = default; 2022-11-23T00:55:04.8021298Z ^ 2022-11-23T00:55:04.8022455Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.8023447Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.8023873Z ^ 2022-11-23T00:55:04.8024730Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.8025506Z color& operator=(color&&) = default; 2022-11-23T00:55:04.8025874Z ^ 2022-11-23T00:55:04.8027079Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:04.8028050Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:04.8028498Z ^ 2022-11-23T00:55:04.8028941Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.8029346Z category& operator=(category const&) = default; 2022-11-23T00:55:04.8042761Z ^ 2022-11-23T00:55:04.8043467Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.8043918Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.8044135Z ^ 2022-11-23T00:55:04.8044561Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:04.8044892Z category& operator=(category&&) = default; 2022-11-23T00:55:04.8045089Z ^ 2022-11-23T00:55:04.8045654Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:04.8046100Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:04.8046293Z ^ 2022-11-23T00:55:04.8046654Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.8046956Z 0, // payload value (union) 2022-11-23T00:55:04.8047140Z ^ 2022-11-23T00:55:04.8047297Z {} 2022-11-23T00:55:04.8047652Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:04.8047934Z 0 // message value (union) 2022-11-23T00:55:04.8048123Z ^ 2022-11-23T00:55:04.8048276Z {} 2022-11-23T00:55:04.8048431Z 6 warnings generated. 2022-11-23T00:55:04.8079574Z Compiling misc/argcheck.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/argcheck.o 2022-11-23T00:55:04.8910990Z Compiling misc/socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/socket.o 2022-11-23T00:55:04.8965450Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:55:04.9010260Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:55:04.9080485Z Compiling misc/shmutils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/shmutils.o 2022-11-23T00:55:04.9230377Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:55:05.0205442Z In file included from misc/argcheck.cc:7: 2022-11-23T00:55:05.0205956Z In file included from include/argcheck.h:10: 2022-11-23T00:55:05.0206336Z In file included from include/core.h:62: 2022-11-23T00:55:05.0206752Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.0207748Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.0208360Z color& operator=(color const&) = default; 2022-11-23T00:55:05.0209773Z ^ 2022-11-23T00:55:05.0211113Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.0212161Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.0212532Z ^ 2022-11-23T00:55:05.0213252Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.0213867Z color& operator=(color&&) = default; 2022-11-23T00:55:05.0214200Z ^ 2022-11-23T00:55:05.0215186Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.0216052Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.0216447Z ^ 2022-11-23T00:55:05.0217231Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.0217842Z category& operator=(category const&) = default; 2022-11-23T00:55:05.0218214Z ^ 2022-11-23T00:55:05.0219264Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.0220082Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.0220438Z ^ 2022-11-23T00:55:05.0221215Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.0221809Z category& operator=(category&&) = default; 2022-11-23T00:55:05.0222159Z ^ 2022-11-23T00:55:05.0223200Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.0224013Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.0224378Z ^ 2022-11-23T00:55:05.0224976Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.0225429Z 0, // payload value (union) 2022-11-23T00:55:05.0225690Z ^ 2022-11-23T00:55:05.0225947Z {} 2022-11-23T00:55:05.0226484Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.0226842Z 0 // message value (union) 2022-11-23T00:55:05.0227141Z ^ 2022-11-23T00:55:05.0227338Z {} 2022-11-23T00:55:05.0227619Z 6 warnings generated. 2022-11-23T00:55:05.0574495Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:55:05.0665238Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:55:05.0729436Z Compiling misc/profiler.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/profiler.o 2022-11-23T00:55:05.0858025Z Compiling misc/param.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/param.o 2022-11-23T00:55:05.0959108Z Compiling misc/strongstream.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/strongstream.o 2022-11-23T00:55:05.1567935Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:55:05.2039627Z Compiling transport/p2p.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/p2p.o 2022-11-23T00:55:05.2387803Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:55:05.2631764Z [ 2%] Built target defs.bzl 2022-11-23T00:55:05.2693521Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:55:05.2815354Z In file included from misc/profiler.cc:7: 2022-11-23T00:55:05.2815870Z In file included from include/profiler.h:10: 2022-11-23T00:55:05.2816255Z In file included from include/proxy.h:11: 2022-11-23T00:55:05.2816666Z In file included from include/info.h:13: 2022-11-23T00:55:05.2817087Z In file included from include/core.h:62: 2022-11-23T00:55:05.2817486Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.2818452Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.2819048Z color& operator=(color const&) = default; 2022-11-23T00:55:05.2820972Z ^ 2022-11-23T00:55:05.2822570Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.2823445Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.2823845Z ^ 2022-11-23T00:55:05.2824602Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.2825215Z color& operator=(color&&) = default; 2022-11-23T00:55:05.2825552Z ^ 2022-11-23T00:55:05.2826591Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.2827404Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.2827795Z ^ 2022-11-23T00:55:05.2828564Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.2829185Z category& operator=(category const&) = default; 2022-11-23T00:55:05.2829542Z ^ 2022-11-23T00:55:05.2830582Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.2831823Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.2832176Z ^ 2022-11-23T00:55:05.2832937Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.2833531Z category& operator=(category&&) = default; 2022-11-23T00:55:05.2833893Z ^ 2022-11-23T00:55:05.2834909Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.2835716Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.2836183Z ^ 2022-11-23T00:55:05.2837029Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.2837600Z 0, // payload value (union) 2022-11-23T00:55:05.2837940Z ^ 2022-11-23T00:55:05.2838226Z {} 2022-11-23T00:55:05.2838846Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.2839371Z 0 // message value (union) 2022-11-23T00:55:05.2839703Z ^ 2022-11-23T00:55:05.2839968Z {} 2022-11-23T00:55:05.2840275Z 6 warnings generated. 2022-11-23T00:55:05.2840840Z [ 2%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:55:05.3243061Z [ 2%] Built target libprotobuf-lite 2022-11-23T00:55:05.3254041Z Compiling transport/shm.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/shm.o 2022-11-23T00:55:05.3732256Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:55:05.4356992Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:55:05.4490425Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:55:05.4680915Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:55:05.4926995Z In file included from transport/shm.cc:7: 2022-11-23T00:55:05.4927538Z In file included from include/comm.h:10: 2022-11-23T00:55:05.4927925Z In file included from include/transport.h:11: 2022-11-23T00:55:05.4928336Z In file included from include/graph.h:110: 2022-11-23T00:55:05.4928713Z In file included from include/info.h:13: 2022-11-23T00:55:05.4929120Z In file included from include/core.h:62: 2022-11-23T00:55:05.4929478Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.4930443Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.4931077Z color& operator=(color const&) = default; 2022-11-23T00:55:05.4931365Z ^ 2022-11-23T00:55:05.4931982Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.4932709Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.4933046Z ^ 2022-11-23T00:55:05.4934009Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.4934530Z color& operator=(color&&) = default; 2022-11-23T00:55:05.4934846Z ^ 2022-11-23T00:55:05.4935849Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.4936648Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.4937006Z ^ 2022-11-23T00:55:05.4937726Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.4938308Z category& operator=(category const&) = default; 2022-11-23T00:55:05.4938644Z ^ 2022-11-23T00:55:05.4939616Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.4940287Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.4940507Z ^ 2022-11-23T00:55:05.4941106Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.4941455Z category& operator=(category&&) = default; 2022-11-23T00:55:05.4941654Z ^ 2022-11-23T00:55:05.4942214Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.4942654Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.4942857Z ^ 2022-11-23T00:55:05.4943212Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.4943503Z 0, // payload value (union) 2022-11-23T00:55:05.4943691Z ^ 2022-11-23T00:55:05.4943841Z {} 2022-11-23T00:55:05.4944174Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.4944566Z 0 // message value (union) 2022-11-23T00:55:05.4944752Z ^ 2022-11-23T00:55:05.4944892Z {} 2022-11-23T00:55:05.4945059Z 6 warnings generated. 2022-11-23T00:55:05.5220657Z In file included from transport/p2p.cc:7: 2022-11-23T00:55:05.5221124Z In file included from include/comm.h:10: 2022-11-23T00:55:05.5221680Z In file included from include/transport.h:11: 2022-11-23T00:55:05.5222127Z In file included from include/graph.h:110: 2022-11-23T00:55:05.5222551Z In file included from include/info.h:13: 2022-11-23T00:55:05.5222965Z In file included from include/core.h:62: 2022-11-23T00:55:05.5223382Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.5224361Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.5224980Z color& operator=(color const&) = default; 2022-11-23T00:55:05.5225346Z ^ 2022-11-23T00:55:05.5226405Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.5227267Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.5227639Z ^ 2022-11-23T00:55:05.5228438Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.5229043Z color& operator=(color&&) = default; 2022-11-23T00:55:05.5229367Z ^ 2022-11-23T00:55:05.5230428Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.5231471Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.5231873Z ^ 2022-11-23T00:55:05.5232665Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.5233315Z category& operator=(category const&) = default; 2022-11-23T00:55:05.5233678Z ^ 2022-11-23T00:55:05.5234732Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.5235564Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.5235933Z ^ 2022-11-23T00:55:05.5236778Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.5237392Z category& operator=(category&&) = default; 2022-11-23T00:55:05.5237746Z ^ 2022-11-23T00:55:05.5239002Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.5239839Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.5240199Z ^ 2022-11-23T00:55:05.5240861Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.5241414Z 0, // payload value (union) 2022-11-23T00:55:05.5241748Z ^ 2022-11-23T00:55:05.5242022Z {} 2022-11-23T00:55:05.5242679Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.5243201Z 0 // message value (union) 2022-11-23T00:55:05.5243533Z ^ 2022-11-23T00:55:05.5243795Z {} 2022-11-23T00:55:05.5244045Z 6 warnings generated. 2022-11-23T00:55:05.5749700Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:55:05.5948238Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:55:05.6187063Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:55:05.6195562Z Compiling transport/net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net.o 2022-11-23T00:55:05.6441385Z Compiling transport/net_socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_socket.o 2022-11-23T00:55:05.6675824Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:55:05.8056352Z In file included from transport/net_socket.cc:7: 2022-11-23T00:55:05.8056775Z In file included from include/comm.h:10: 2022-11-23T00:55:05.8057187Z In file included from include/transport.h:11: 2022-11-23T00:55:05.8057621Z In file included from include/graph.h:110: 2022-11-23T00:55:05.8057998Z In file included from include/info.h:13: 2022-11-23T00:55:05.8058348Z In file included from include/core.h:62: 2022-11-23T00:55:05.8058693Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.8059553Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8060002Z color& operator=(color const&) = default; 2022-11-23T00:55:05.8060180Z ^ 2022-11-23T00:55:05.8060803Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8061261Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.8061533Z ^ 2022-11-23T00:55:05.8061952Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8062279Z color& operator=(color&&) = default; 2022-11-23T00:55:05.8062449Z ^ 2022-11-23T00:55:05.8062995Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8063451Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.8063660Z ^ 2022-11-23T00:55:05.8064061Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8064400Z category& operator=(category const&) = default; 2022-11-23T00:55:05.8064599Z ^ 2022-11-23T00:55:05.8065283Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8065730Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.8065937Z ^ 2022-11-23T00:55:05.8066348Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8066668Z category& operator=(category&&) = default; 2022-11-23T00:55:05.8066862Z ^ 2022-11-23T00:55:05.8067418Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8067853Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.8068041Z ^ 2022-11-23T00:55:05.8068396Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.8068778Z 0, // payload value (union) 2022-11-23T00:55:05.8068956Z ^ 2022-11-23T00:55:05.8069108Z {} 2022-11-23T00:55:05.8069458Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.8069742Z 0 // message value (union) 2022-11-23T00:55:05.8069929Z ^ 2022-11-23T00:55:05.8070076Z {} 2022-11-23T00:55:05.8070230Z 6 warnings generated. 2022-11-23T00:55:05.8288282Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:55:05.8294472Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:55:05.8675680Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:55:05.8906787Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:55:05.8914022Z In file included from transport/net.cc:7: 2022-11-23T00:55:05.8914823Z In file included from include/comm.h:10: 2022-11-23T00:55:05.8915671Z In file included from include/transport.h:11: 2022-11-23T00:55:05.8916203Z In file included from include/graph.h:110: 2022-11-23T00:55:05.8916630Z In file included from include/info.h:13: 2022-11-23T00:55:05.8917027Z In file included from include/core.h:62: 2022-11-23T00:55:05.8918094Z In file included from include/nvtx.h:10: 2022-11-23T00:55:05.8919014Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8919649Z color& operator=(color const&) = default; 2022-11-23T00:55:05.8920302Z ^ 2022-11-23T00:55:05.8921412Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8922335Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.8922725Z ^ 2022-11-23T00:55:05.8923497Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8924104Z color& operator=(color&&) = default; 2022-11-23T00:55:05.8924439Z ^ 2022-11-23T00:55:05.8925483Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8926339Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:05.8926724Z ^ 2022-11-23T00:55:05.8927514Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8928331Z category& operator=(category const&) = default; 2022-11-23T00:55:05.8928703Z ^ 2022-11-23T00:55:05.8929763Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8930572Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.8930944Z ^ 2022-11-23T00:55:05.8931727Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:05.8932346Z category& operator=(category&&) = default; 2022-11-23T00:55:05.8932680Z ^ 2022-11-23T00:55:05.8933732Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:05.8934667Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:05.8935033Z ^ 2022-11-23T00:55:05.8935691Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.8936244Z 0, // payload value (union) 2022-11-23T00:55:05.8936587Z ^ 2022-11-23T00:55:05.8936848Z {} 2022-11-23T00:55:05.8937501Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:05.8938046Z 0 // message value (union) 2022-11-23T00:55:05.8938373Z ^ 2022-11-23T00:55:05.8938641Z {} 2022-11-23T00:55:05.8938943Z 6 warnings generated. 2022-11-23T00:55:05.9243196Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:55:05.9732224Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:55:05.9845711Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:55:06.0281373Z Compiling transport/net_ib.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_ib.o 2022-11-23T00:55:06.0312407Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:55:06.0732855Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:55:06.1087441Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:55:06.2033973Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:55:06.2095631Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:55:06.2110689Z Compiling transport/coll_net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/coll_net.o 2022-11-23T00:55:06.2319215Z Compiling collectives/sendrecv.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/sendrecv.o 2022-11-23T00:55:06.2659504Z In file included from transport/net_ib.cc:8: 2022-11-23T00:55:06.2659997Z In file included from include/core.h:62: 2022-11-23T00:55:06.2660632Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.2662013Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.2662861Z color& operator=(color const&) = default; 2022-11-23T00:55:06.2663406Z ^ 2022-11-23T00:55:06.2664683Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.2666052Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.2666572Z ^ 2022-11-23T00:55:06.2667412Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.2668016Z color& operator=(color&&) = default; 2022-11-23T00:55:06.2668358Z ^ 2022-11-23T00:55:06.2669413Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.2670228Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.2670596Z ^ 2022-11-23T00:55:06.2671550Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.2672328Z category& operator=(category const&) = default; 2022-11-23T00:55:06.2672686Z ^ 2022-11-23T00:55:06.2673775Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.2674597Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.2674948Z ^ 2022-11-23T00:55:06.2675710Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.2676413Z category& operator=(category&&) = default; 2022-11-23T00:55:06.2676767Z ^ 2022-11-23T00:55:06.2677838Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.2678686Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.2679061Z ^ 2022-11-23T00:55:06.2679737Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.2680259Z 0, // payload value (union) 2022-11-23T00:55:06.2680598Z ^ 2022-11-23T00:55:06.2680867Z {} 2022-11-23T00:55:06.2681497Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.2682052Z 0 // message value (union) 2022-11-23T00:55:06.2682386Z ^ 2022-11-23T00:55:06.2682645Z {} 2022-11-23T00:55:06.2682948Z 6 warnings generated. 2022-11-23T00:55:06.2944696Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:55:06.3414646Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:55:06.3786930Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:55:06.3954300Z In file included from collectives/sendrecv.cc:7: 2022-11-23T00:55:06.3954807Z In file included from include/enqueue.h:10: 2022-11-23T00:55:06.3955240Z In file included from include/comm.h:10: 2022-11-23T00:55:06.3955658Z In file included from include/transport.h:11: 2022-11-23T00:55:06.3956158Z In file included from include/graph.h:110: 2022-11-23T00:55:06.3956672Z In file included from include/info.h:13: 2022-11-23T00:55:06.3957075Z In file included from include/core.h:62: 2022-11-23T00:55:06.3957503Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.3958473Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.3959099Z color& operator=(color const&) = default; 2022-11-23T00:55:06.3959461Z ^ 2022-11-23T00:55:06.3960770Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.3961683Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.3962080Z ^ 2022-11-23T00:55:06.3962862Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.3963479Z color& operator=(color&&) = default; 2022-11-23T00:55:06.3963814Z ^ 2022-11-23T00:55:06.3964855Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.3965718Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.3966187Z ^ 2022-11-23T00:55:06.3966990Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.3967632Z category& operator=(category const&) = default; 2022-11-23T00:55:06.3967999Z ^ 2022-11-23T00:55:06.3969067Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.3969881Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.3970251Z ^ 2022-11-23T00:55:06.3971033Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.3971668Z category& operator=(category&&) = default; 2022-11-23T00:55:06.3972011Z ^ 2022-11-23T00:55:06.3973071Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.3973902Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.3974259Z ^ 2022-11-23T00:55:06.3974928Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.3975486Z 0, // payload value (union) 2022-11-23T00:55:06.3975815Z ^ 2022-11-23T00:55:06.3976101Z {} 2022-11-23T00:55:06.3976756Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.3977304Z 0 // message value (union) 2022-11-23T00:55:06.3977630Z ^ 2022-11-23T00:55:06.3977905Z {} 2022-11-23T00:55:06.3978210Z 6 warnings generated. 2022-11-23T00:55:06.4185979Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:55:06.4424751Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:55:06.4875870Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:55:06.5034162Z In file included from transport/coll_net.cc:7: 2022-11-23T00:55:06.5034843Z In file included from include/comm.h:10: 2022-11-23T00:55:06.5035335Z In file included from include/transport.h:11: 2022-11-23T00:55:06.5036183Z In file included from include/graph.h:110: 2022-11-23T00:55:06.5036599Z In file included from include/info.h:13: 2022-11-23T00:55:06.5036960Z In file included from include/core.h:62: 2022-11-23T00:55:06.5037348Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.5039039Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.5039865Z color& operator=(color const&) = default; 2022-11-23T00:55:06.5040198Z ^ 2022-11-23T00:55:06.5041306Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.5042163Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.5042538Z ^ 2022-11-23T00:55:06.5043296Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.5043882Z color& operator=(color&&) = default; 2022-11-23T00:55:06.5044213Z ^ 2022-11-23T00:55:06.5045221Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.5046209Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.5046584Z ^ 2022-11-23T00:55:06.5047328Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.5047938Z category& operator=(category const&) = default; 2022-11-23T00:55:06.5048291Z ^ 2022-11-23T00:55:06.5049307Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.5050081Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.5050453Z ^ 2022-11-23T00:55:06.5051206Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.5051826Z category& operator=(category&&) = default; 2022-11-23T00:55:06.5052191Z ^ 2022-11-23T00:55:06.5053217Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.5054009Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.5054358Z ^ 2022-11-23T00:55:06.5054981Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.5055538Z 0, // payload value (union) 2022-11-23T00:55:06.5055881Z ^ 2022-11-23T00:55:06.5056145Z {} 2022-11-23T00:55:06.5056774Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.5057304Z 0 // message value (union) 2022-11-23T00:55:06.5057630Z ^ 2022-11-23T00:55:06.5057912Z {} 2022-11-23T00:55:06.5058227Z 6 warnings generated. 2022-11-23T00:55:06.5097340Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:55:06.5644447Z Compiling collectives/all_reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_reduce.o 2022-11-23T00:55:06.5962276Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:55:06.6172170Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:55:06.6268901Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:55:06.6737695Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:55:06.6781006Z Compiling collectives/all_gather.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_gather.o 2022-11-23T00:55:06.6819260Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:55:06.7403578Z Compiling collectives/broadcast.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/broadcast.o 2022-11-23T00:55:06.7585044Z In file included from collectives/all_reduce.cc:7: 2022-11-23T00:55:06.7585571Z In file included from include/enqueue.h:10: 2022-11-23T00:55:06.7586029Z In file included from include/comm.h:10: 2022-11-23T00:55:06.7586478Z In file included from include/transport.h:11: 2022-11-23T00:55:06.7586908Z In file included from include/graph.h:110: 2022-11-23T00:55:06.7587334Z In file included from include/info.h:13: 2022-11-23T00:55:06.7587738Z In file included from include/core.h:62: 2022-11-23T00:55:06.7587961Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.7588705Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.7589053Z color& operator=(color const&) = default; 2022-11-23T00:55:06.7589232Z ^ 2022-11-23T00:55:06.7589834Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.7590386Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.7590602Z ^ 2022-11-23T00:55:06.7591010Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.7591510Z color& operator=(color&&) = default; 2022-11-23T00:55:06.7591703Z ^ 2022-11-23T00:55:06.7592255Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.7592722Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.7592935Z ^ 2022-11-23T00:55:06.7593353Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.7593683Z category& operator=(category const&) = default; 2022-11-23T00:55:06.7593878Z ^ 2022-11-23T00:55:06.7594436Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.7594879Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.7595072Z ^ 2022-11-23T00:55:06.7595484Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.7595829Z category& operator=(category&&) = default; 2022-11-23T00:55:06.7596014Z ^ 2022-11-23T00:55:06.7596630Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.7597067Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.7597259Z ^ 2022-11-23T00:55:06.7597619Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.7597920Z 0, // payload value (union) 2022-11-23T00:55:06.7598109Z ^ 2022-11-23T00:55:06.7598250Z {} 2022-11-23T00:55:06.7598598Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.7598890Z 0 // message value (union) 2022-11-23T00:55:06.7599059Z ^ 2022-11-23T00:55:06.7599304Z {} 2022-11-23T00:55:06.7599475Z 6 warnings generated. 2022-11-23T00:55:06.7800506Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:55:06.7842992Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:55:06.8121344Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:55:06.8812453Z In file included from collectives/all_gather.cc:7: 2022-11-23T00:55:06.8813109Z In file included from include/enqueue.h:10: 2022-11-23T00:55:06.8813701Z In file included from include/comm.h:10: 2022-11-23T00:55:06.8814142Z In file included from include/transport.h:11: 2022-11-23T00:55:06.8814738Z In file included from include/graph.h:110: 2022-11-23T00:55:06.8815517Z In file included from include/info.h:13: 2022-11-23T00:55:06.8816088Z In file included from include/core.h:62: 2022-11-23T00:55:06.8816660Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.8817762Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.8818546Z color& operator=(color const&) = default; 2022-11-23T00:55:06.8819057Z ^ 2022-11-23T00:55:06.8820471Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.8821498Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.8822026Z ^ 2022-11-23T00:55:06.8822964Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.8823692Z color& operator=(color&&) = default; 2022-11-23T00:55:06.8824039Z ^ 2022-11-23T00:55:06.8825420Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.8826583Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.8826955Z ^ 2022-11-23T00:55:06.8827927Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.8828703Z category& operator=(category const&) = default; 2022-11-23T00:55:06.8829085Z ^ 2022-11-23T00:55:06.8830190Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.8831036Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.8831549Z ^ 2022-11-23T00:55:06.8832338Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.8832975Z category& operator=(category&&) = default; 2022-11-23T00:55:06.8833337Z ^ 2022-11-23T00:55:06.8834368Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.8835196Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.8835574Z ^ 2022-11-23T00:55:06.8836307Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.8836855Z 0, // payload value (union) 2022-11-23T00:55:06.8837199Z ^ 2022-11-23T00:55:06.8837483Z {} 2022-11-23T00:55:06.8838270Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.8838826Z 0 // message value (union) 2022-11-23T00:55:06.8839172Z ^ 2022-11-23T00:55:06.8839424Z {} 2022-11-23T00:55:06.8839726Z 6 warnings generated. 2022-11-23T00:55:06.9123455Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:55:06.9142000Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:55:06.9369626Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:55:06.9413456Z In file included from collectives/broadcast.cc:7: 2022-11-23T00:55:06.9414381Z In file included from include/enqueue.h:10: 2022-11-23T00:55:06.9414895Z In file included from include/comm.h:10: 2022-11-23T00:55:06.9415540Z In file included from include/transport.h:11: 2022-11-23T00:55:06.9415984Z In file included from include/graph.h:110: 2022-11-23T00:55:06.9416414Z In file included from include/info.h:13: 2022-11-23T00:55:06.9416834Z In file included from include/core.h:62: 2022-11-23T00:55:06.9417236Z In file included from include/nvtx.h:10: 2022-11-23T00:55:06.9418192Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.9418831Z color& operator=(color const&) = default; 2022-11-23T00:55:06.9419168Z ^ 2022-11-23T00:55:06.9420430Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.9421279Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.9421672Z ^ 2022-11-23T00:55:06.9422437Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.9423042Z color& operator=(color&&) = default; 2022-11-23T00:55:06.9423383Z ^ 2022-11-23T00:55:06.9424418Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:06.9425290Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:06.9425664Z ^ 2022-11-23T00:55:06.9426419Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.9426998Z category& operator=(category const&) = default; 2022-11-23T00:55:06.9427361Z ^ 2022-11-23T00:55:06.9428387Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.9429169Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.9429525Z ^ 2022-11-23T00:55:06.9430233Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:06.9430820Z category& operator=(category&&) = default; 2022-11-23T00:55:06.9431122Z ^ 2022-11-23T00:55:06.9432660Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:06.9433448Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:06.9433781Z ^ 2022-11-23T00:55:06.9434410Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.9435065Z 0, // payload value (union) 2022-11-23T00:55:06.9435392Z ^ 2022-11-23T00:55:06.9435633Z {} 2022-11-23T00:55:06.9436320Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:06.9436835Z 0 // message value (union) 2022-11-23T00:55:06.9437154Z ^ 2022-11-23T00:55:06.9437415Z {} 2022-11-23T00:55:06.9437704Z 6 warnings generated. 2022-11-23T00:55:06.9468611Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:55:06.9969290Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:55:07.0493395Z Compiling collectives/reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce.o 2022-11-23T00:55:07.0682706Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:55:07.0686266Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:55:07.0801195Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:55:07.1000833Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:55:07.1036659Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:55:07.2227970Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:55:07.2350867Z In file included from collectives/reduce.cc:7: 2022-11-23T00:55:07.2351533Z In file included from include/enqueue.h:10: 2022-11-23T00:55:07.2351967Z In file included from include/comm.h:10: 2022-11-23T00:55:07.2352425Z In file included from include/transport.h:11: 2022-11-23T00:55:07.2352871Z In file included from include/graph.h:110: 2022-11-23T00:55:07.2353297Z In file included from include/info.h:13: 2022-11-23T00:55:07.2353716Z In file included from include/core.h:62: 2022-11-23T00:55:07.2354429Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.2355433Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.2356086Z color& operator=(color const&) = default; 2022-11-23T00:55:07.2356849Z ^ 2022-11-23T00:55:07.2357955Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.2358824Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.2359251Z ^ 2022-11-23T00:55:07.2360024Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.2361641Z color& operator=(color&&) = default; 2022-11-23T00:55:07.2362122Z ^ 2022-11-23T00:55:07.2364416Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.2365273Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.2365700Z ^ 2022-11-23T00:55:07.2366395Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.2366952Z category& operator=(category const&) = default; 2022-11-23T00:55:07.2367258Z ^ 2022-11-23T00:55:07.2368639Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.2369480Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.2369756Z ^ 2022-11-23T00:55:07.2370179Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.2370517Z category& operator=(category&&) = default; 2022-11-23T00:55:07.2370713Z ^ 2022-11-23T00:55:07.2371256Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.2371691Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.2371894Z ^ 2022-11-23T00:55:07.2372309Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.2372618Z 0, // payload value (union) 2022-11-23T00:55:07.2372813Z ^ 2022-11-23T00:55:07.2372956Z {} 2022-11-23T00:55:07.2373745Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.2374051Z 0 // message value (union) 2022-11-23T00:55:07.2374241Z ^ 2022-11-23T00:55:07.2374385Z {} 2022-11-23T00:55:07.2374556Z 6 warnings generated. 2022-11-23T00:55:07.2411724Z Compiling collectives/reduce_scatter.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce_scatter.o 2022-11-23T00:55:07.2627428Z Compiling graph/topo.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/topo.o 2022-11-23T00:55:07.3105484Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:55:07.3166815Z [ 4%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:55:07.3321925Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:55:07.3607954Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:55:07.4520497Z Compiling graph/paths.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/paths.o 2022-11-23T00:55:07.4564512Z In file included from collectives/reduce_scatter.cc:7: 2022-11-23T00:55:07.4564991Z In file included from include/enqueue.h:10: 2022-11-23T00:55:07.4565461Z In file included from include/comm.h:10: 2022-11-23T00:55:07.4565887Z In file included from include/transport.h:11: 2022-11-23T00:55:07.4566324Z In file included from include/graph.h:110: 2022-11-23T00:55:07.4566752Z In file included from include/info.h:13: 2022-11-23T00:55:07.4567139Z In file included from include/core.h:62: 2022-11-23T00:55:07.4567557Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.4568434Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.4569006Z color& operator=(color const&) = default; 2022-11-23T00:55:07.4569284Z ^ 2022-11-23T00:55:07.4569901Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.4570368Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.4570568Z ^ 2022-11-23T00:55:07.4570988Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.4571318Z color& operator=(color&&) = default; 2022-11-23T00:55:07.4571507Z ^ 2022-11-23T00:55:07.4572187Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.4572648Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.4572857Z ^ 2022-11-23T00:55:07.4573281Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.4573621Z category& operator=(category const&) = default; 2022-11-23T00:55:07.4573811Z ^ 2022-11-23T00:55:07.4574370Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.4574870Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.4575074Z ^ 2022-11-23T00:55:07.4575477Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.4575814Z category& operator=(category&&) = default; 2022-11-23T00:55:07.4576008Z ^ 2022-11-23T00:55:07.4576547Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.4576985Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.4577188Z ^ 2022-11-23T00:55:07.4577542Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.4577831Z 0, // payload value (union) 2022-11-23T00:55:07.4578025Z ^ 2022-11-23T00:55:07.4578180Z {} 2022-11-23T00:55:07.4578513Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.4578811Z 0 // message value (union) 2022-11-23T00:55:07.4578997Z ^ 2022-11-23T00:55:07.4579134Z {} 2022-11-23T00:55:07.4579298Z 6 warnings generated. 2022-11-23T00:55:07.4845909Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:55:07.5007847Z In file included from graph/topo.cc:7: 2022-11-23T00:55:07.5008489Z In file included from include/core.h:62: 2022-11-23T00:55:07.5009312Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.5010212Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.5010739Z color& operator=(color const&) = default; 2022-11-23T00:55:07.5012058Z ^ 2022-11-23T00:55:07.5013234Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.5014018Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.5014406Z ^ 2022-11-23T00:55:07.5015140Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.5015706Z color& operator=(color&&) = default; 2022-11-23T00:55:07.5016004Z ^ 2022-11-23T00:55:07.5016998Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.5017856Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.5018237Z ^ 2022-11-23T00:55:07.5019099Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.5019705Z category& operator=(category const&) = default; 2022-11-23T00:55:07.5020048Z ^ 2022-11-23T00:55:07.5021033Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.5021832Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.5022185Z ^ 2022-11-23T00:55:07.5022926Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.5023505Z category& operator=(category&&) = default; 2022-11-23T00:55:07.5023842Z ^ 2022-11-23T00:55:07.5024835Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.5025699Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.5026041Z ^ 2022-11-23T00:55:07.5026666Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.5027208Z 0, // payload value (union) 2022-11-23T00:55:07.5027529Z ^ 2022-11-23T00:55:07.5027802Z {} 2022-11-23T00:55:07.5028438Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.5028928Z 0 // message value (union) 2022-11-23T00:55:07.5029245Z ^ 2022-11-23T00:55:07.5029514Z {} 2022-11-23T00:55:07.5029777Z 6 warnings generated. 2022-11-23T00:55:07.5037744Z [ 4%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:55:07.5042435Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:55:07.5393706Z [ 4%] Built target benchmark 2022-11-23T00:55:07.5482384Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:55:07.5805591Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:55:07.6231709Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:55:07.6492758Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:55:07.6735053Z In file included from graph/paths.cc:7: 2022-11-23T00:55:07.6736407Z In file included from include/core.h:62: 2022-11-23T00:55:07.6737471Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.6738796Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.6739599Z color& operator=(color const&) = default; 2022-11-23T00:55:07.6740089Z ^ 2022-11-23T00:55:07.6741265Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.6742134Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.6742506Z ^ 2022-11-23T00:55:07.6743292Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.6743883Z color& operator=(color&&) = default; 2022-11-23T00:55:07.6744193Z ^ 2022-11-23T00:55:07.6745365Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.6746241Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.6746632Z ^ 2022-11-23T00:55:07.6747384Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.6748008Z category& operator=(category const&) = default; 2022-11-23T00:55:07.6748377Z ^ 2022-11-23T00:55:07.6749421Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.6750255Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.6750621Z ^ 2022-11-23T00:55:07.6751610Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.6752367Z category& operator=(category&&) = default; 2022-11-23T00:55:07.6752722Z ^ 2022-11-23T00:55:07.6753795Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.6754579Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.6754952Z ^ 2022-11-23T00:55:07.6755618Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.6756248Z 0, // payload value (union) 2022-11-23T00:55:07.6756604Z ^ 2022-11-23T00:55:07.6756886Z {} 2022-11-23T00:55:07.6757550Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.6758082Z 0 // message value (union) 2022-11-23T00:55:07.6758425Z ^ 2022-11-23T00:55:07.6758695Z {} 2022-11-23T00:55:07.6758975Z 6 warnings generated. 2022-11-23T00:55:07.6916320Z Compiling graph/search.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/search.o 2022-11-23T00:55:07.7130491Z Compiling graph/connect.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/connect.o 2022-11-23T00:55:07.7151816Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:55:07.7339788Z Compiling graph/rings.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/rings.o 2022-11-23T00:55:07.7625759Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:55:07.8079597Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:55:07.8437267Z In file included from graph/rings.cc:7: 2022-11-23T00:55:07.8437763Z In file included from include/core.h:62: 2022-11-23T00:55:07.8438186Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.8439166Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.8439812Z color& operator=(color const&) = default; 2022-11-23T00:55:07.8440149Z ^ 2022-11-23T00:55:07.8441273Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.8442135Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.8442502Z ^ 2022-11-23T00:55:07.8443248Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.8443996Z color& operator=(color&&) = default; 2022-11-23T00:55:07.8444328Z ^ 2022-11-23T00:55:07.8445384Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.8446236Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.8446622Z ^ 2022-11-23T00:55:07.8447380Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.8448015Z category& operator=(category const&) = default; 2022-11-23T00:55:07.8448355Z ^ 2022-11-23T00:55:07.8449414Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.8450394Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.8450778Z ^ 2022-11-23T00:55:07.8451566Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.8452193Z category& operator=(category&&) = default; 2022-11-23T00:55:07.8452549Z ^ 2022-11-23T00:55:07.8453623Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.8454456Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.8454811Z ^ 2022-11-23T00:55:07.8455463Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.8456025Z 0, // payload value (union) 2022-11-23T00:55:07.8456354Z ^ 2022-11-23T00:55:07.8456629Z {} 2022-11-23T00:55:07.8457303Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.8457834Z 0 // message value (union) 2022-11-23T00:55:07.8458171Z ^ 2022-11-23T00:55:07.8458445Z {} 2022-11-23T00:55:07.8458753Z 6 warnings generated. 2022-11-23T00:55:07.8800772Z Compiling graph/trees.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/trees.o 2022-11-23T00:55:07.9067396Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:55:07.9163756Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:55:07.9198850Z In file included from graph/search.cc:7: 2022-11-23T00:55:07.9199284Z In file included from include/core.h:62: 2022-11-23T00:55:07.9199687Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.9200285Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9200637Z color& operator=(color const&) = default; 2022-11-23T00:55:07.9200820Z ^ 2022-11-23T00:55:07.9201429Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9201895Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.9202097Z ^ 2022-11-23T00:55:07.9202515Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9202909Z color& operator=(color&&) = default; 2022-11-23T00:55:07.9203159Z ^ 2022-11-23T00:55:07.9204173Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9204672Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.9205004Z ^ 2022-11-23T00:55:07.9205689Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9206276Z category& operator=(category const&) = default; 2022-11-23T00:55:07.9206610Z ^ 2022-11-23T00:55:07.9207647Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9208452Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.9208973Z ^ 2022-11-23T00:55:07.9209688Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9210189Z category& operator=(category&&) = default; 2022-11-23T00:55:07.9210390Z ^ 2022-11-23T00:55:07.9210986Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9211427Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.9211620Z ^ 2022-11-23T00:55:07.9211979Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.9212284Z 0, // payload value (union) 2022-11-23T00:55:07.9212464Z ^ 2022-11-23T00:55:07.9212618Z {} 2022-11-23T00:55:07.9212964Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.9213252Z 0 // message value (union) 2022-11-23T00:55:07.9213439Z ^ 2022-11-23T00:55:07.9213587Z {} 2022-11-23T00:55:07.9213739Z 6 warnings generated. 2022-11-23T00:55:07.9586668Z In file included from graph/connect.cc:7: 2022-11-23T00:55:07.9587140Z In file included from include/comm.h:10: 2022-11-23T00:55:07.9587560Z In file included from include/transport.h:11: 2022-11-23T00:55:07.9587987Z In file included from include/graph.h:110: 2022-11-23T00:55:07.9588391Z In file included from include/info.h:13: 2022-11-23T00:55:07.9588808Z In file included from include/core.h:62: 2022-11-23T00:55:07.9589183Z In file included from include/nvtx.h:10: 2022-11-23T00:55:07.9590142Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9590786Z color& operator=(color const&) = default; 2022-11-23T00:55:07.9591122Z ^ 2022-11-23T00:55:07.9592374Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9593250Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.9593646Z ^ 2022-11-23T00:55:07.9594403Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9594972Z color& operator=(color&&) = default; 2022-11-23T00:55:07.9595159Z ^ 2022-11-23T00:55:07.9595712Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9596255Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:07.9596477Z ^ 2022-11-23T00:55:07.9597039Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9597375Z category& operator=(category const&) = default; 2022-11-23T00:55:07.9597578Z ^ 2022-11-23T00:55:07.9598142Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9598586Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.9598782Z ^ 2022-11-23T00:55:07.9599198Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:07.9599535Z category& operator=(category&&) = default; 2022-11-23T00:55:07.9599718Z ^ 2022-11-23T00:55:07.9600382Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:07.9600887Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:07.9601093Z ^ 2022-11-23T00:55:07.9601481Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.9601789Z 0, // payload value (union) 2022-11-23T00:55:07.9601979Z ^ 2022-11-23T00:55:07.9602170Z {} 2022-11-23T00:55:07.9602522Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:07.9602827Z 0 // message value (union) 2022-11-23T00:55:07.9603040Z ^ 2022-11-23T00:55:07.9603197Z {} 2022-11-23T00:55:07.9603364Z 6 warnings generated. 2022-11-23T00:55:07.9852151Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:55:07.9904286Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:55:08.0353875Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:55:08.0360111Z Compiling graph/tuning.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/tuning.o 2022-11-23T00:55:08.0607684Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:55:08.1211980Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:55:08.1536567Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:55:08.1609154Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:55:08.1786447Z Compiling graph/xml.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/xml.o 2022-11-23T00:55:08.2345027Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:55:08.2605596Z Generating rules > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/Makefile.rules 2022-11-23T00:55:08.2635143Z In file included from graph/tuning.cc:7: 2022-11-23T00:55:08.2635608Z In file included from include/core.h:62: 2022-11-23T00:55:08.2636012Z In file included from include/nvtx.h:10: 2022-11-23T00:55:08.2637093Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.2637753Z color& operator=(color const&) = default; 2022-11-23T00:55:08.2638099Z ^ 2022-11-23T00:55:08.2639349Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:08.2640220Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:08.2640594Z ^ 2022-11-23T00:55:08.2641363Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.2641956Z color& operator=(color&&) = default; 2022-11-23T00:55:08.2642294Z ^ 2022-11-23T00:55:08.2643355Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:08.2644207Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:08.2644692Z ^ 2022-11-23T00:55:08.2645481Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.2646119Z category& operator=(category const&) = default; 2022-11-23T00:55:08.2646480Z ^ 2022-11-23T00:55:08.2647482Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:08.2648296Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:08.2648658Z ^ 2022-11-23T00:55:08.2649400Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.2650013Z category& operator=(category&&) = default; 2022-11-23T00:55:08.2650346Z ^ 2022-11-23T00:55:08.2651417Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:08.2652236Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:08.2652592Z ^ 2022-11-23T00:55:08.2653237Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:08.2653778Z 0, // payload value (union) 2022-11-23T00:55:08.2654113Z ^ 2022-11-23T00:55:08.2654364Z {} 2022-11-23T00:55:08.2655029Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:08.2655574Z 0 // message value (union) 2022-11-23T00:55:08.2655883Z ^ 2022-11-23T00:55:08.2656147Z {} 2022-11-23T00:55:08.2656449Z 6 warnings generated. 2022-11-23T00:55:08.2911847Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:55:08.2931039Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:55:08.3174223Z In file included from graph/xml.cc:12: 2022-11-23T00:55:08.3174652Z In file included from include/core.h:62: 2022-11-23T00:55:08.3177415Z In file included from include/nvtx.h:10: 2022-11-23T00:55:08.3178778Z include/nvtx3.hpp:982:10: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.3179638Z color& operator=(color const&) = default; 2022-11-23T00:55:08.3180190Z ^ 2022-11-23T00:55:08.3181374Z include/nvtx3.hpp:1000:20: note: copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:08.3183336Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:08.3184091Z ^ 2022-11-23T00:55:08.3185086Z include/nvtx3.hpp:984:10: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.3185701Z color& operator=(color&&) = default; 2022-11-23T00:55:08.3186010Z ^ 2022-11-23T00:55:08.3187109Z include/nvtx3.hpp:1000:20: note: move assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int') 2022-11-23T00:55:08.3187928Z value_type const _value{}; ///< color's argb color code 2022-11-23T00:55:08.3188317Z ^ 2022-11-23T00:55:08.3189106Z include/nvtx3.hpp:1050:13: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.3189711Z category& operator=(category const&) = default; 2022-11-23T00:55:08.3190241Z ^ 2022-11-23T00:55:08.3191462Z include/nvtx3.hpp:1055:17: note: copy assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:08.3192274Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:08.3192610Z ^ 2022-11-23T00:55:08.3193333Z include/nvtx3.hpp:1052:13: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:08.3193962Z category& operator=(category&&) = default; 2022-11-23T00:55:08.3194316Z ^ 2022-11-23T00:55:08.3195271Z include/nvtx3.hpp:1055:17: note: move assignment operator of 'category' is implicitly deleted because field 'id_' is of const-qualified type 'const nvtx3::category::id_type' (aka 'const unsigned int') 2022-11-23T00:55:08.3196061Z id_type const id_{}; ///< category's unique identifier 2022-11-23T00:55:08.3196521Z ^ 2022-11-23T00:55:08.3197197Z include/nvtx3.hpp:1669:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:08.3197740Z 0, // payload value (union) 2022-11-23T00:55:08.3198076Z ^ 2022-11-23T00:55:08.3198327Z {} 2022-11-23T00:55:08.3198903Z include/nvtx3.hpp:1671:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2022-11-23T00:55:08.3199432Z 0 // message value (union) 2022-11-23T00:55:08.3199765Z ^ 2022-11-23T00:55:08.3200026Z {} 2022-11-23T00:55:08.3200326Z 6 warnings generated. 2022-11-23T00:55:08.3828511Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.cu 2022-11-23T00:55:08.3911508Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:55:08.4066820Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.cu 2022-11-23T00:55:08.4133640Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:55:08.4340027Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:55:08.4376662Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:55:08.4469091Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:55:08.5067224Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:55:08.5082481Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:55:08.5421133Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:55:08.6075841Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:55:08.6237592Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:55:08.6743438Z [ 4%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:55:08.7141554Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:55:08.7215046Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:55:08.7316191Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:55:08.7395832Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:55:08.7968518Z [ 4%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:55:08.8272761Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:55:08.8276044Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:55:08.8923944Z [ 4%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:55:08.9030029Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:55:08.9038242Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:55:08.9212473Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:55:08.9223471Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.cu 2022-11-23T00:55:08.9237916Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.cu 2022-11-23T00:55:08.9259573Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.cu 2022-11-23T00:55:08.9273446Z [ 4%] Built target ittnotify 2022-11-23T00:55:08.9295630Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.cu 2022-11-23T00:55:08.9311584Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.cu 2022-11-23T00:55:08.9325522Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.cu 2022-11-23T00:55:08.9339120Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.cu 2022-11-23T00:55:08.9340432Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:55:08.9354115Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.cu 2022-11-23T00:55:08.9368311Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.cu 2022-11-23T00:55:08.9381348Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.cu 2022-11-23T00:55:08.9395906Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.cu 2022-11-23T00:55:08.9412292Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.cu 2022-11-23T00:55:08.9498668Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:55:08.9503950Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.cu 2022-11-23T00:55:08.9600380Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.cu 2022-11-23T00:55:08.9649833Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.cu 2022-11-23T00:55:08.9665983Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.cu 2022-11-23T00:55:08.9682841Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.cu 2022-11-23T00:55:08.9699275Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.cu 2022-11-23T00:55:08.9715877Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.cu 2022-11-23T00:55:08.9769481Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.cu 2022-11-23T00:55:08.9787421Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.cu 2022-11-23T00:55:08.9853398Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.cu 2022-11-23T00:55:08.9870567Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.cu 2022-11-23T00:55:08.9887530Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.cu 2022-11-23T00:55:08.9904603Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:55:08.9959670Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.cu 2022-11-23T00:55:09.0006972Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.cu 2022-11-23T00:55:09.0031722Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.cu 2022-11-23T00:55:09.0102082Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.cu 2022-11-23T00:55:09.0115805Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.cu 2022-11-23T00:55:09.0164789Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.cu 2022-11-23T00:55:09.0206641Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.cu 2022-11-23T00:55:09.0238579Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.cu 2022-11-23T00:55:09.0277986Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.cu 2022-11-23T00:55:09.0291697Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.cu 2022-11-23T00:55:09.0307749Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.cu 2022-11-23T00:55:09.0321331Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.cu 2022-11-23T00:55:09.0334978Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.cu 2022-11-23T00:55:09.0382837Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.cu 2022-11-23T00:55:09.0422876Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.cu 2022-11-23T00:55:09.0438674Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:55:09.0468732Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.cu 2022-11-23T00:55:09.0508680Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.cu 2022-11-23T00:55:09.0524767Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.cu 2022-11-23T00:55:09.0539146Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.cu 2022-11-23T00:55:09.0569973Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.cu 2022-11-23T00:55:09.0589031Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.cu 2022-11-23T00:55:09.0595557Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:55:09.0645803Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.cu 2022-11-23T00:55:09.0662030Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:55:09.0691082Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.cu 2022-11-23T00:55:09.0706057Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.cu 2022-11-23T00:55:09.0723367Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.cu 2022-11-23T00:55:09.0750398Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.cu 2022-11-23T00:55:09.0838219Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.cu 2022-11-23T00:55:09.0855305Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.cu 2022-11-23T00:55:09.0873075Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.cu 2022-11-23T00:55:09.0908420Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:55:09.0926408Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.cu 2022-11-23T00:55:09.0943813Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.cu 2022-11-23T00:55:09.0987265Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.cu 2022-11-23T00:55:09.1040143Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.cu 2022-11-23T00:55:09.1058158Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.cu 2022-11-23T00:55:09.1079523Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.cu 2022-11-23T00:55:09.1435381Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:55:09.1525665Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:55:09.1634788Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:55:09.1737363Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:55:09.1804267Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:55:09.2580624Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:55:09.2706708Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:55:09.2767207Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:55:09.3168773Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:55:09.3418134Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:55:09.3651427Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T00:55:09.3712492Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:55:09.4177807Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:55:09.4549382Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:55:09.4704099Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:55:09.5210556Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:55:09.5288379Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:55:09.5471705Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:55:09.5614304Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.cu 2022-11-23T00:55:09.5629773Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.cu 2022-11-23T00:55:09.5649348Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.cu 2022-11-23T00:55:09.5663717Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.cu 2022-11-23T00:55:09.5715617Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:55:09.5726529Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.cu 2022-11-23T00:55:09.5778282Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.cu 2022-11-23T00:55:09.5792884Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.cu 2022-11-23T00:55:09.5846724Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.cu 2022-11-23T00:55:09.5860530Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.cu 2022-11-23T00:55:09.5918595Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.cu 2022-11-23T00:55:09.5957857Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.cu 2022-11-23T00:55:09.5996579Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.cu 2022-11-23T00:55:09.6039328Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.cu 2022-11-23T00:55:09.6058860Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:55:09.6069589Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.cu 2022-11-23T00:55:09.6088223Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.cu 2022-11-23T00:55:09.6143764Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.cu 2022-11-23T00:55:09.6206764Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.cu 2022-11-23T00:55:09.6239666Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.cu 2022-11-23T00:55:09.6271024Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.cu 2022-11-23T00:55:09.6319239Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.cu 2022-11-23T00:55:09.6336824Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.cu 2022-11-23T00:55:09.6396725Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.cu 2022-11-23T00:55:09.6430020Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.cu 2022-11-23T00:55:09.6444381Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.cu 2022-11-23T00:55:09.6458277Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.cu 2022-11-23T00:55:09.6486196Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.cu 2022-11-23T00:55:09.6525703Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.cu 2022-11-23T00:55:09.6540943Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.cu 2022-11-23T00:55:09.6555280Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.cu 2022-11-23T00:55:09.6568509Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.cu 2022-11-23T00:55:09.6584339Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.cu 2022-11-23T00:55:09.6606678Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.cu 2022-11-23T00:55:09.6620310Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.cu 2022-11-23T00:55:09.6633235Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.cu 2022-11-23T00:55:09.6647077Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.cu 2022-11-23T00:55:09.6660796Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.cu 2022-11-23T00:55:09.6674442Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.cu 2022-11-23T00:55:09.6688564Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.cu 2022-11-23T00:55:09.6701915Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.cu 2022-11-23T00:55:09.6707228Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.cu 2022-11-23T00:55:09.6723574Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.cu 2022-11-23T00:55:09.6738500Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.cu 2022-11-23T00:55:09.6754861Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.cu 2022-11-23T00:55:09.6770866Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.cu 2022-11-23T00:55:09.6782950Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:55:09.6786506Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.cu 2022-11-23T00:55:09.6799894Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.cu 2022-11-23T00:55:09.6821788Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.cu 2022-11-23T00:55:09.6838226Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.cu 2022-11-23T00:55:09.6854032Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.cu 2022-11-23T00:55:09.6854584Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:55:09.6877090Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.cu 2022-11-23T00:55:09.6895444Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.cu 2022-11-23T00:55:09.6917789Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.cu 2022-11-23T00:55:09.6932967Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:55:09.6946026Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:55:09.6966062Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.cu 2022-11-23T00:55:09.6980592Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.cu 2022-11-23T00:55:09.7074596Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.cu 2022-11-23T00:55:09.7094816Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.cu 2022-11-23T00:55:09.7109342Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.cu 2022-11-23T00:55:09.7123748Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.cu 2022-11-23T00:55:09.7177866Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:55:09.7186885Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.cu 2022-11-23T00:55:09.7204508Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.cu 2022-11-23T00:55:09.7979680Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:55:09.8122116Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:55:09.8323641Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:55:09.8405602Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.cc:11: 2022-11-23T00:55:09.8406679Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:09.8407264Z Exception() = default; 2022-11-23T00:55:09.8407524Z ^ 2022-11-23T00:55:09.8408483Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:09.8409360Z struct Exception : public std::runtime_error { 2022-11-23T00:55:09.8410100Z ^ 2022-11-23T00:55:09.8410941Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:09.8412829Z InvalidOperationException() = default; 2022-11-23T00:55:09.8414007Z ^ 2022-11-23T00:55:09.8415453Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:09.8416492Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:09.8417105Z ^ 2022-11-23T00:55:09.8417856Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:09.8418608Z Exception() = default; 2022-11-23T00:55:09.8419129Z ^ 2022-11-23T00:55:09.8420538Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:09.8421449Z struct Exception : public std::runtime_error { 2022-11-23T00:55:09.8421979Z ^ 2022-11-23T00:55:09.8423040Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:09.8423886Z IoException() = default; 2022-11-23T00:55:09.8424407Z ^ 2022-11-23T00:55:09.8425681Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:09.8426590Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:09.8427339Z ^ 2022-11-23T00:55:09.8428138Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:09.8428725Z Exception() = default; 2022-11-23T00:55:09.8429021Z ^ 2022-11-23T00:55:09.8431436Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:09.8432333Z struct Exception : public std::runtime_error { 2022-11-23T00:55:09.8433018Z ^ 2022-11-23T00:55:09.8433369Z 3 warnings generated. 2022-11-23T00:55:09.8488661Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:55:09.8953845Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:55:09.9012952Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:55:09.9434909Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:55:09.9477748Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:55:09.9758740Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:55:09.9780899Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:55:10.0715452Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:55:10.0722506Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:55:10.0920469Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:55:10.1116722Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:55:10.1181258Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T00:55:10.1528407Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:55:10.1547044Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:55:10.1772216Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.cu 2022-11-23T00:55:10.1799835Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.cu 2022-11-23T00:55:10.1818696Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.cu 2022-11-23T00:55:10.1851317Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.cu 2022-11-23T00:55:10.1879536Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.cu 2022-11-23T00:55:10.1897157Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.cu 2022-11-23T00:55:10.1914442Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.cu 2022-11-23T00:55:10.1962143Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.cu 2022-11-23T00:55:10.1999000Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.cu 2022-11-23T00:55:10.2016206Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.cu 2022-11-23T00:55:10.2039582Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.cu 2022-11-23T00:55:10.2073860Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.cu 2022-11-23T00:55:10.2092202Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.cu 2022-11-23T00:55:10.2127267Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.cu 2022-11-23T00:55:10.2143709Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.cu 2022-11-23T00:55:10.2166374Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.cu 2022-11-23T00:55:10.2180970Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.cu 2022-11-23T00:55:10.2198096Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.cu 2022-11-23T00:55:10.2211770Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.cu 2022-11-23T00:55:10.2225927Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.cu 2022-11-23T00:55:10.2247398Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.cu 2022-11-23T00:55:10.2261637Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:55:10.2278065Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.cu 2022-11-23T00:55:10.2295473Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.cu 2022-11-23T00:55:10.2309949Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.cu 2022-11-23T00:55:10.2328901Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.cu 2022-11-23T00:55:10.2355949Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.cu 2022-11-23T00:55:10.2406987Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.cu 2022-11-23T00:55:10.2417733Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:55:10.2488845Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.cu 2022-11-23T00:55:10.2504626Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:55:10.2531617Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.cu 2022-11-23T00:55:10.2681478Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.cu 2022-11-23T00:55:10.2694565Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.cu 2022-11-23T00:55:10.2759215Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.cu 2022-11-23T00:55:10.2787537Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.cu 2022-11-23T00:55:10.2802860Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.cu 2022-11-23T00:55:10.2817414Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.cu 2022-11-23T00:55:10.2832395Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.cu 2022-11-23T00:55:10.2879949Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.cu 2022-11-23T00:55:10.2897495Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.cu 2022-11-23T00:55:10.2914864Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.cu 2022-11-23T00:55:10.2947357Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:55:10.2953374Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.cu 2022-11-23T00:55:10.3006870Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.cu 2022-11-23T00:55:10.3025441Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.cu 2022-11-23T00:55:10.3073804Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.cu 2022-11-23T00:55:10.3100839Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.cu 2022-11-23T00:55:10.3120913Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.cu 2022-11-23T00:55:10.3159825Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.cu 2022-11-23T00:55:10.3209007Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.cu 2022-11-23T00:55:10.3269252Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.cu 2022-11-23T00:55:10.3286526Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.cu 2022-11-23T00:55:10.3319730Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.cu 2022-11-23T00:55:10.3336673Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.cu 2022-11-23T00:55:10.3353851Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.cu 2022-11-23T00:55:10.3370083Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.cu 2022-11-23T00:55:10.3386502Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.cu 2022-11-23T00:55:10.3404485Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.cu 2022-11-23T00:55:10.3447861Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.cu 2022-11-23T00:55:10.3467908Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:55:10.3491725Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.cu 2022-11-23T00:55:10.3508686Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.cu 2022-11-23T00:55:10.3523759Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.cu 2022-11-23T00:55:10.3557797Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.cu 2022-11-23T00:55:10.3782703Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:55:10.3798043Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:55:10.3858084Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:55:10.4037564Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:55:10.4402642Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:55:10.4800028Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:55:10.5244646Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:55:10.5327362Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:55:10.5607140Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:55:10.5676318Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:55:10.5805523Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o 2022-11-23T00:55:10.6637849Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:55:10.6977249Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:55:10.7107795Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:55:10.7396599Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c:195:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'unsigned long') and 'long' [-Wsign-compare] 2022-11-23T00:55:10.7397363Z if (lim.rlim_cur >= PTHREAD_STACK_MIN) 2022-11-23T00:55:10.7397715Z ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:10.7398669Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c:243:20: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'long' [-Wsign-compare] 2022-11-23T00:55:10.7399382Z if (stack_size < PTHREAD_STACK_MIN) 2022-11-23T00:55:10.7399761Z ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:10.7400082Z 2 warnings generated. 2022-11-23T00:55:10.7492615Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:55:10.7605433Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:15: 2022-11-23T00:55:10.7606648Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.7607312Z Exception() = default; 2022-11-23T00:55:10.7607640Z ^ 2022-11-23T00:55:10.7608757Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.7609474Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.7609850Z ^ 2022-11-23T00:55:10.7610769Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.7611513Z InvalidOperationException() = default; 2022-11-23T00:55:10.7611869Z ^ 2022-11-23T00:55:10.7613199Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:10.7614052Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:10.7614476Z ^ 2022-11-23T00:55:10.7615057Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:10.7615616Z Exception() = default; 2022-11-23T00:55:10.7615934Z ^ 2022-11-23T00:55:10.7617013Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.7617749Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.7618118Z ^ 2022-11-23T00:55:10.7619009Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.7619675Z IoException() = default; 2022-11-23T00:55:10.7619994Z ^ 2022-11-23T00:55:10.7621061Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:10.7621785Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:10.7622170Z ^ 2022-11-23T00:55:10.7622734Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:10.7623274Z Exception() = default; 2022-11-23T00:55:10.7623583Z ^ 2022-11-23T00:55:10.7624790Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.7625509Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.7625859Z ^ 2022-11-23T00:55:10.7626742Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: warning: '~MPIScope' has a non-throwing exception specification but can still throw [-Wexceptions] 2022-11-23T00:55:10.7627404Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-11-23T00:55:10.7627722Z ^ 2022-11-23T00:55:10.7628397Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: expanded from macro 'GLOO_ENFORCE_EQ' 2022-11-23T00:55:10.7628998Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-11-23T00:55:10.7629367Z ^ 2022-11-23T00:55:10.7630044Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:137:7: note: expanded from macro 'GLOO_ENFORCE_THAT_IMPL' 2022-11-23T00:55:10.7630710Z throw EnforceNotMet( \ 2022-11-23T00:55:10.7631067Z ^ 2022-11-23T00:55:10.7632002Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:41:11: note: destructor has a implicit non-throwing exception specification 2022-11-23T00:55:10.7632587Z MPIScope::~MPIScope() { 2022-11-23T00:55:10.7632912Z ^ 2022-11-23T00:55:10.7633209Z 4 warnings generated. 2022-11-23T00:55:10.7755224Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:55:10.7802482Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:55:10.7895696Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.cu 2022-11-23T00:55:10.7998163Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.cu 2022-11-23T00:55:10.8030294Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:55:10.8035020Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.cu 2022-11-23T00:55:10.8050331Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.cu 2022-11-23T00:55:10.8071441Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.cu 2022-11-23T00:55:10.8096687Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.cu 2022-11-23T00:55:10.8158350Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.cu 2022-11-23T00:55:10.8179731Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.cu 2022-11-23T00:55:10.8225161Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.cu 2022-11-23T00:55:10.8260257Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.cu 2022-11-23T00:55:10.8280075Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.cu 2022-11-23T00:55:10.8297637Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.cu 2022-11-23T00:55:10.8359991Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.cu 2022-11-23T00:55:10.8378141Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.cu 2022-11-23T00:55:10.8449857Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.cu 2022-11-23T00:55:10.8467010Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.cu 2022-11-23T00:55:10.8519799Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.cu 2022-11-23T00:55:10.8536963Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.cu 2022-11-23T00:55:10.8552581Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.cu 2022-11-23T00:55:10.8566880Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.cu 2022-11-23T00:55:10.8580674Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.cu 2022-11-23T00:55:10.8585547Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:55:10.8595606Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.cu 2022-11-23T00:55:10.8612017Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.cu 2022-11-23T00:55:10.8650136Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.cu 2022-11-23T00:55:10.8668600Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.cu 2022-11-23T00:55:10.8689340Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.cu 2022-11-23T00:55:10.8707305Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.cu 2022-11-23T00:55:10.8726445Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/context.cc:9: 2022-11-23T00:55:10.8727119Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/context.h:14: 2022-11-23T00:55:10.8728241Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.8728857Z Exception() = default; 2022-11-23T00:55:10.8729056Z ^ 2022-11-23T00:55:10.8729973Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.8730639Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.8730971Z ^ 2022-11-23T00:55:10.8731743Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.8732302Z InvalidOperationException() = default; 2022-11-23T00:55:10.8732510Z ^ 2022-11-23T00:55:10.8733120Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:10.8733564Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:10.8733806Z ^ 2022-11-23T00:55:10.8734119Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:10.8734412Z Exception() = default; 2022-11-23T00:55:10.8734715Z ^ 2022-11-23T00:55:10.8735326Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.8735717Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.8735910Z ^ 2022-11-23T00:55:10.8736390Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:10.8736748Z IoException() = default; 2022-11-23T00:55:10.8736913Z ^ 2022-11-23T00:55:10.8737504Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:10.8737967Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:10.8738174Z ^ 2022-11-23T00:55:10.8738469Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:10.8738767Z Exception() = default; 2022-11-23T00:55:10.8738941Z ^ 2022-11-23T00:55:10.8739478Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:10.8739864Z struct Exception : public std::runtime_error { 2022-11-23T00:55:10.8740068Z ^ 2022-11-23T00:55:10.8740233Z 3 warnings generated. 2022-11-23T00:55:10.8760261Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.cu 2022-11-23T00:55:10.8778041Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.cu 2022-11-23T00:55:10.8795563Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.cu 2022-11-23T00:55:10.8809393Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:55:10.8810291Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:55:10.8838518Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.cu 2022-11-23T00:55:10.8915948Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.cu 2022-11-23T00:55:10.8933926Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.cu 2022-11-23T00:55:10.8951890Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.cu 2022-11-23T00:55:10.9038937Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.cu 2022-11-23T00:55:10.9056197Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.cu 2022-11-23T00:55:10.9075659Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.cu 2022-11-23T00:55:10.9154163Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.cu 2022-11-23T00:55:10.9208745Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.cu 2022-11-23T00:55:10.9225980Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.cu 2022-11-23T00:55:10.9274525Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.cu 2022-11-23T00:55:10.9314812Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.cu 2022-11-23T00:55:10.9330241Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.cu 2022-11-23T00:55:10.9346960Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.cu 2022-11-23T00:55:10.9361991Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.cu 2022-11-23T00:55:10.9372455Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.cu 2022-11-23T00:55:10.9400275Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.cu 2022-11-23T00:55:10.9416050Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.cu 2022-11-23T00:55:10.9431477Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.cu 2022-11-23T00:55:10.9437516Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:55:10.9447921Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.cu 2022-11-23T00:55:10.9463976Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.cu 2022-11-23T00:55:10.9488078Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.cu 2022-11-23T00:55:10.9495361Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:55:10.9505641Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.cu 2022-11-23T00:55:10.9523414Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.cu 2022-11-23T00:55:10.9566348Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.cu 2022-11-23T00:55:10.9587169Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.cu 2022-11-23T00:55:10.9604499Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.cu 2022-11-23T00:55:10.9621351Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.cu 2022-11-23T00:55:10.9640652Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.cu 2022-11-23T00:55:10.9657414Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.cu 2022-11-23T00:55:10.9688548Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.cu 2022-11-23T00:55:10.9791173Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:55:10.9836679Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:55:11.0065365Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/file_store.cc:29: 2022-11-23T00:55:11.0066636Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.0067271Z Exception() = default; 2022-11-23T00:55:11.0067588Z ^ 2022-11-23T00:55:11.0068701Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.0069418Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.0069804Z ^ 2022-11-23T00:55:11.0070703Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.0071744Z InvalidOperationException() = default; 2022-11-23T00:55:11.0071972Z ^ 2022-11-23T00:55:11.0072636Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.0073098Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.0073395Z ^ 2022-11-23T00:55:11.0073712Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.0074041Z Exception() = default; 2022-11-23T00:55:11.0074226Z ^ 2022-11-23T00:55:11.0074841Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.0075231Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.0075425Z ^ 2022-11-23T00:55:11.0075961Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.0076427Z IoException() = default; 2022-11-23T00:55:11.0076592Z ^ 2022-11-23T00:55:11.0077220Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.0077715Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.0077983Z ^ 2022-11-23T00:55:11.0078275Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.0078609Z Exception() = default; 2022-11-23T00:55:11.0078866Z ^ 2022-11-23T00:55:11.0079472Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.0079865Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.0080070Z ^ 2022-11-23T00:55:11.0080284Z 3 warnings generated. 2022-11-23T00:55:11.0138348Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:55:11.0327796Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:55:11.1061239Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:55:11.1247172Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/hash_store.cc:11: 2022-11-23T00:55:11.1248442Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.1249071Z Exception() = default; 2022-11-23T00:55:11.1249344Z ^ 2022-11-23T00:55:11.1250399Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.1251134Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.1251494Z ^ 2022-11-23T00:55:11.1252428Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.1252982Z InvalidOperationException() = default; 2022-11-23T00:55:11.1253188Z ^ 2022-11-23T00:55:11.1253944Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.1254560Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.1255056Z ^ 2022-11-23T00:55:11.1255756Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.1256259Z Exception() = default; 2022-11-23T00:55:11.1256539Z ^ 2022-11-23T00:55:11.1257585Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.1258283Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.1258654Z ^ 2022-11-23T00:55:11.1259431Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.1259880Z IoException() = default; 2022-11-23T00:55:11.1260063Z ^ 2022-11-23T00:55:11.1260634Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.1261039Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.1261248Z ^ 2022-11-23T00:55:11.1261555Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.1261844Z Exception() = default; 2022-11-23T00:55:11.1262019Z ^ 2022-11-23T00:55:11.1262566Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.1262940Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.1263147Z ^ 2022-11-23T00:55:11.1263324Z 3 warnings generated. 2022-11-23T00:55:11.1263945Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:55:11.1316998Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:55:11.1534530Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:55:11.1847501Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:55:11.2357888Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:55:11.2674457Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T00:55:11.2734426Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:55:11.2868566Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:55:11.3018992Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:55:11.3669167Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:55:11.3930724Z [ 6%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:55:11.3970746Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:55:11.4228200Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:55:11.4270719Z [ 6%] Built target tensorpipe_uv 2022-11-23T00:55:11.4346995Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:55:11.4756664Z [ 6%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:55:11.4812508Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:55:11.5165978Z [ 6%] Built target libprotobuf 2022-11-23T00:55:11.5200772Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:55:11.5236665Z [ 6%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:55:11.5264613Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.cu 2022-11-23T00:55:11.5357992Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.cu 2022-11-23T00:55:11.5405609Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.cu 2022-11-23T00:55:11.5420833Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.cu 2022-11-23T00:55:11.5458326Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.cu 2022-11-23T00:55:11.5474059Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.cu 2022-11-23T00:55:11.5492778Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.cu 2022-11-23T00:55:11.5509049Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.cu 2022-11-23T00:55:11.5525467Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.cu 2022-11-23T00:55:11.5541972Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.cu 2022-11-23T00:55:11.5558807Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.cu 2022-11-23T00:55:11.5574538Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.cu 2022-11-23T00:55:11.5591044Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.cu 2022-11-23T00:55:11.5608158Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.cu 2022-11-23T00:55:11.5624056Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.cu 2022-11-23T00:55:11.5640430Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.cu 2022-11-23T00:55:11.5682583Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.cu 2022-11-23T00:55:11.5700499Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.cu 2022-11-23T00:55:11.5718592Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.cu 2022-11-23T00:55:11.5746730Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:55:11.5768777Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.cu 2022-11-23T00:55:11.5798100Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.cu 2022-11-23T00:55:11.5807245Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:55:11.5837119Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.cu 2022-11-23T00:55:11.5850633Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.cu 2022-11-23T00:55:11.5863229Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.cu 2022-11-23T00:55:11.5877080Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.cu 2022-11-23T00:55:11.5891029Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.cu 2022-11-23T00:55:11.5904653Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.cu 2022-11-23T00:55:11.5927303Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.cu 2022-11-23T00:55:11.6008453Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.cu 2022-11-23T00:55:11.6078814Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.cu 2022-11-23T00:55:11.6124958Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.cu 2022-11-23T00:55:11.6141376Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.cu 2022-11-23T00:55:11.6146949Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.cu 2022-11-23T00:55:11.6238823Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.cu 2022-11-23T00:55:11.6256294Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.cu 2022-11-23T00:55:11.6257552Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:55:11.6293519Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.cu 2022-11-23T00:55:11.6307140Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.cu 2022-11-23T00:55:11.6327384Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.cu 2022-11-23T00:55:11.6399310Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.cu 2022-11-23T00:55:11.6413608Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.cu 2022-11-23T00:55:11.6426926Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.cu 2022-11-23T00:55:11.6478898Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.cu 2022-11-23T00:55:11.6517363Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.cu 2022-11-23T00:55:11.6531398Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.cu 2022-11-23T00:55:11.6560446Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.cu 2022-11-23T00:55:11.6576165Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.cu 2022-11-23T00:55:11.6589641Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.cu 2022-11-23T00:55:11.6603576Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.cu 2022-11-23T00:55:11.6616859Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.cu 2022-11-23T00:55:11.6631138Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.cu 2022-11-23T00:55:11.6634602Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.cu 2022-11-23T00:55:11.6655596Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.cu 2022-11-23T00:55:11.6725696Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:55:11.6726107Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.cu 2022-11-23T00:55:11.6741099Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.cu 2022-11-23T00:55:11.6758641Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.cu 2022-11-23T00:55:11.6777171Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.cu 2022-11-23T00:55:11.6793850Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.cu 2022-11-23T00:55:11.6811067Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.cu 2022-11-23T00:55:11.6849454Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.cu 2022-11-23T00:55:11.6902901Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.cu 2022-11-23T00:55:11.6972236Z [ 6%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:55:11.7024327Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:55:11.7395721Z [ 6%] Built target asmjit 2022-11-23T00:55:11.7463039Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T00:55:11.7501380Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T00:55:11.7712755Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/buffer.cc:9: 2022-11-23T00:55:11.7713429Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/buffer.h:20: 2022-11-23T00:55:11.7714021Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.h:28: 2022-11-23T00:55:11.7715111Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.7715737Z Exception() = default; 2022-11-23T00:55:11.7716033Z ^ 2022-11-23T00:55:11.7719394Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.7720123Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.7720486Z ^ 2022-11-23T00:55:11.7721346Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.7724015Z InvalidOperationException() = default; 2022-11-23T00:55:11.7728556Z ^ 2022-11-23T00:55:11.7729837Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.7730695Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.7731100Z ^ 2022-11-23T00:55:11.7731617Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.7732114Z Exception() = default; 2022-11-23T00:55:11.7732372Z ^ 2022-11-23T00:55:11.7733334Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.7734007Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.7734333Z ^ 2022-11-23T00:55:11.7735143Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.7735707Z IoException() = default; 2022-11-23T00:55:11.7735987Z ^ 2022-11-23T00:55:11.7736936Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.7737602Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.7737957Z ^ 2022-11-23T00:55:11.7738480Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.7738954Z Exception() = default; 2022-11-23T00:55:11.7739228Z ^ 2022-11-23T00:55:11.7740178Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.7740852Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.7741181Z ^ 2022-11-23T00:55:11.7741451Z 3 warnings generated. 2022-11-23T00:55:11.7831903Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:55:11.8101855Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/context.cc:11: 2022-11-23T00:55:11.8103095Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8103579Z Exception() = default; 2022-11-23T00:55:11.8103868Z ^ 2022-11-23T00:55:11.8104963Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8105694Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8106061Z ^ 2022-11-23T00:55:11.8106844Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8107632Z InvalidOperationException() = default; 2022-11-23T00:55:11.8107992Z ^ 2022-11-23T00:55:11.8109164Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.8110013Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.8110432Z ^ 2022-11-23T00:55:11.8111033Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.8111720Z Exception() = default; 2022-11-23T00:55:11.8112012Z ^ 2022-11-23T00:55:11.8113084Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8113815Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8114192Z ^ 2022-11-23T00:55:11.8115081Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8115748Z IoException() = default; 2022-11-23T00:55:11.8116063Z ^ 2022-11-23T00:55:11.8117224Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.8117977Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.8118350Z ^ 2022-11-23T00:55:11.8118918Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.8119449Z Exception() = default; 2022-11-23T00:55:11.8119758Z ^ 2022-11-23T00:55:11.8120818Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8121540Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8121905Z ^ 2022-11-23T00:55:11.8122228Z 3 warnings generated. 2022-11-23T00:55:11.8212024Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T00:55:11.8800683Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/device.cc:20: 2022-11-23T00:55:11.8801832Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8802531Z Exception() = default; 2022-11-23T00:55:11.8802809Z ^ 2022-11-23T00:55:11.8804093Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8804824Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8805150Z ^ 2022-11-23T00:55:11.8806023Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8806606Z InvalidOperationException() = default; 2022-11-23T00:55:11.8806927Z ^ 2022-11-23T00:55:11.8807981Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.8808688Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.8809068Z ^ 2022-11-23T00:55:11.8809799Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.8810298Z Exception() = default; 2022-11-23T00:55:11.8810530Z ^ 2022-11-23T00:55:11.8811312Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8811751Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8811938Z ^ 2022-11-23T00:55:11.8812650Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.8813149Z IoException() = default; 2022-11-23T00:55:11.8813403Z ^ 2022-11-23T00:55:11.8814166Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.8814834Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.8815110Z ^ 2022-11-23T00:55:11.8815421Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.8815743Z Exception() = default; 2022-11-23T00:55:11.8815910Z ^ 2022-11-23T00:55:11.8816685Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.8817278Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.8817588Z ^ 2022-11-23T00:55:11.8817878Z 3 warnings generated. 2022-11-23T00:55:11.8901353Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T00:55:11.9055297Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/loop.cc:16: 2022-11-23T00:55:11.9056037Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.9056400Z Exception() = default; 2022-11-23T00:55:11.9056625Z ^ 2022-11-23T00:55:11.9057229Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.9057675Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.9057878Z ^ 2022-11-23T00:55:11.9058397Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.9058786Z InvalidOperationException() = default; 2022-11-23T00:55:11.9059041Z ^ 2022-11-23T00:55:11.9059797Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.9060255Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:11.9060545Z ^ 2022-11-23T00:55:11.9060901Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.9061347Z Exception() = default; 2022-11-23T00:55:11.9061596Z ^ 2022-11-23T00:55:11.9062482Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.9063123Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.9063585Z ^ 2022-11-23T00:55:11.9064165Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:11.9064585Z IoException() = default; 2022-11-23T00:55:11.9064745Z ^ 2022-11-23T00:55:11.9065368Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:11.9065775Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:11.9066012Z ^ 2022-11-23T00:55:11.9066310Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:11.9066650Z Exception() = default; 2022-11-23T00:55:11.9066807Z ^ 2022-11-23T00:55:11.9067406Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:11.9067795Z struct Exception : public std::runtime_error { 2022-11-23T00:55:11.9067992Z ^ 2022-11-23T00:55:11.9068199Z 3 warnings generated. 2022-11-23T00:55:11.9193352Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:55:11.9612545Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:55:12.0102775Z Scanning dependencies of target dnnl_common 2022-11-23T00:55:12.0226355Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T00:55:12.0486532Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T00:55:12.0956791Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T00:55:12.1038047Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:9: 2022-11-23T00:55:12.1038960Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.h:28: 2022-11-23T00:55:12.1040362Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1040959Z Exception() = default; 2022-11-23T00:55:12.1041235Z ^ 2022-11-23T00:55:12.1042280Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1042958Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1043290Z ^ 2022-11-23T00:55:12.1044491Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1045220Z InvalidOperationException() = default; 2022-11-23T00:55:12.1045582Z ^ 2022-11-23T00:55:12.1046909Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:12.1047739Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:12.1048153Z ^ 2022-11-23T00:55:12.1048712Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:12.1049271Z Exception() = default; 2022-11-23T00:55:12.1049699Z ^ 2022-11-23T00:55:12.1050768Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1051439Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1051784Z ^ 2022-11-23T00:55:12.1052621Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1053210Z IoException() = default; 2022-11-23T00:55:12.1053502Z ^ 2022-11-23T00:55:12.1054435Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:12.1055121Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:12.1055469Z ^ 2022-11-23T00:55:12.1055986Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:12.1056471Z Exception() = default; 2022-11-23T00:55:12.1056763Z ^ 2022-11-23T00:55:12.1057728Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1058387Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1058740Z ^ 2022-11-23T00:55:12.1059028Z 3 warnings generated. 2022-11-23T00:55:12.1172978Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T00:55:12.1349810Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/unbound_buffer.cc:13: 2022-11-23T00:55:12.1351045Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1351887Z Exception() = default; 2022-11-23T00:55:12.1352203Z ^ 2022-11-23T00:55:12.1353300Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1354030Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1354398Z ^ 2022-11-23T00:55:12.1355284Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1355998Z InvalidOperationException() = default; 2022-11-23T00:55:12.1356426Z ^ 2022-11-23T00:55:12.1357766Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:12.1358629Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:55:12.1359067Z ^ 2022-11-23T00:55:12.1359645Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:12.1361385Z Exception() = default; 2022-11-23T00:55:12.1361739Z ^ 2022-11-23T00:55:12.1366248Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1367111Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1367622Z ^ 2022-11-23T00:55:12.1370497Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:55:12.1371458Z IoException() = default; 2022-11-23T00:55:12.1372560Z ^ 2022-11-23T00:55:12.1374625Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:55:12.1375464Z struct IoException : public ::gloo::Exception { 2022-11-23T00:55:12.1378020Z ^ 2022-11-23T00:55:12.1378711Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:55:12.1380259Z Exception() = default; 2022-11-23T00:55:12.1380739Z ^ 2022-11-23T00:55:12.1382358Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:55:12.1383058Z struct Exception : public std::runtime_error { 2022-11-23T00:55:12.1384654Z ^ 2022-11-23T00:55:12.1385031Z 3 warnings generated. 2022-11-23T00:55:12.1385810Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T00:55:12.1441386Z [ 7%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:55:12.1823006Z [ 7%] Built target gloo 2022-11-23T00:55:12.1904753Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T00:55:12.2146212Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.cu 2022-11-23T00:55:12.2161983Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.cu 2022-11-23T00:55:12.2188875Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T00:55:12.2210578Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.cu 2022-11-23T00:55:12.2238562Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.cu 2022-11-23T00:55:12.2286607Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.cu 2022-11-23T00:55:12.2353354Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.cu 2022-11-23T00:55:12.2368539Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.cu 2022-11-23T00:55:12.2438539Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.cu 2022-11-23T00:55:12.2491698Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.cu 2022-11-23T00:55:12.2519098Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.cu 2022-11-23T00:55:12.2558352Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.cu 2022-11-23T00:55:12.2605834Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.cu 2022-11-23T00:55:12.2678203Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.cu 2022-11-23T00:55:12.2711735Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.cu 2022-11-23T00:55:12.2758323Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.cu 2022-11-23T00:55:12.2776033Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.cu 2022-11-23T00:55:12.2789630Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.cu 2022-11-23T00:55:12.2808089Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.cu 2022-11-23T00:55:12.2828504Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.cu 2022-11-23T00:55:12.2845711Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.cu 2022-11-23T00:55:12.2880562Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.cu 2022-11-23T00:55:12.2896244Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.cu 2022-11-23T00:55:12.2913311Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.cu 2022-11-23T00:55:12.2927016Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.cu 2022-11-23T00:55:12.2940722Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.cu 2022-11-23T00:55:12.2956908Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.cu 2022-11-23T00:55:12.2972772Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.cu 2022-11-23T00:55:12.3007663Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.cu 2022-11-23T00:55:12.3022350Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.cu 2022-11-23T00:55:12.3029613Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.cu 2022-11-23T00:55:12.3044331Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.cu 2022-11-23T00:55:12.3065811Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.cu 2022-11-23T00:55:12.3083687Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.cu 2022-11-23T00:55:12.3101456Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.cu 2022-11-23T00:55:12.3112448Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T00:55:12.3121651Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.cu 2022-11-23T00:55:12.3163622Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.cu 2022-11-23T00:55:12.3172039Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T00:55:12.3178721Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.cu 2022-11-23T00:55:12.3219566Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.cu 2022-11-23T00:55:12.3327259Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.cu 2022-11-23T00:55:12.3360050Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.cu 2022-11-23T00:55:12.3432049Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.cu 2022-11-23T00:55:12.3469141Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.cu 2022-11-23T00:55:12.3552048Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.cu 2022-11-23T00:55:12.3579007Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T00:55:12.3591887Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.cu 2022-11-23T00:55:12.3622806Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.cu 2022-11-23T00:55:12.3648078Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.cu 2022-11-23T00:55:12.3678026Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.cu 2022-11-23T00:55:12.3758794Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.cu 2022-11-23T00:55:12.3762195Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T00:55:12.3779901Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.cu 2022-11-23T00:55:12.3817517Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.cu 2022-11-23T00:55:12.3889465Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.cu 2022-11-23T00:55:12.3928542Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.cu 2022-11-23T00:55:12.3964766Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.cu 2022-11-23T00:55:12.3978123Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.cu 2022-11-23T00:55:12.4020715Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.cu 2022-11-23T00:55:12.4034867Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.cu 2022-11-23T00:55:12.4048500Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.cu 2022-11-23T00:55:12.4061975Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.cu 2022-11-23T00:55:12.4535736Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T00:55:12.4867530Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T00:55:12.5460692Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T00:55:12.5722617Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T00:55:12.5906352Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T00:55:12.6441666Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T00:55:12.6589760Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:12.7041616Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:12.7551459Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T00:55:12.8061727Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T00:55:12.8311594Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T00:55:12.8995017Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:12.9063409Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:12.9104782Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:12.9170767Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.o 2022-11-23T00:55:12.9868315Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T00:55:13.0801934Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T00:55:13.0896192Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T00:55:13.1460386Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:13.1813994Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:13.2379323Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:13.2454488Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T00:55:13.3518574Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T00:55:13.4054528Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T00:55:13.4055385Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T00:55:13.4266111Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:13.4690615Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.o 2022-11-23T00:55:13.5912405Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.o 2022-11-23T00:55:13.5987654Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.o 2022-11-23T00:55:13.6224126Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T00:55:13.6736863Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:13.7565201Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T00:55:13.8637877Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:13.8894809Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T00:55:14.0833632Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T00:55:14.1105361Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:14.3132597Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T00:55:14.3643469Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T00:55:14.4918696Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T00:55:14.5870101Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T00:55:14.7074996Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T00:55:14.8453844Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:14.9352432Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T00:55:15.0921505Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T00:55:15.2046788Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T00:55:15.2341702Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T00:55:15.2976722Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T00:55:15.4115356Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:15.4132623Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T00:55:15.4388357Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T00:55:15.4631932Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T00:55:15.5382348Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T00:55:15.6119291Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:15.6171505Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T00:55:15.6349875Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T00:55:15.6376020Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:15.7007478Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.o 2022-11-23T00:55:15.7179979Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T00:55:15.8166163Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T00:55:15.8220758Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:15.9025264Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:15.9212530Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T00:55:15.9267130Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T00:55:15.9933750Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:16.0102966Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.o 2022-11-23T00:55:16.0721482Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.o 2022-11-23T00:55:16.1459105Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T00:55:16.1687339Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T00:55:16.2065531Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T00:55:16.3508448Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T00:55:16.3711945Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.o 2022-11-23T00:55:16.4108503Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T00:55:16.5552397Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T00:55:16.5664151Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:55:16.7332405Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T00:55:16.8167684Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:55:16.9287568Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T00:55:17.0273219Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:55:17.1510940Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T00:55:17.2606731Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:55:17.3133512Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T00:55:17.4827911Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T00:55:17.5263963Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:17.5436217Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:17.7278624Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T00:55:17.7852426Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T00:55:17.8327141Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T00:55:17.8712027Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.o 2022-11-23T00:55:17.8961505Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:17.9145690Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.o 2022-11-23T00:55:17.9349894Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.o 2022-11-23T00:55:18.0038459Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T00:55:18.0977497Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T00:55:18.0980575Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:18.1734305Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T00:55:18.3250044Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T00:55:18.3450919Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T00:55:18.3840251Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T00:55:18.5046363Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T00:55:18.5506071Z [ 8%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T00:55:18.6666406Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T00:55:18.6767445Z [ 8%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T00:55:18.7036544Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T00:55:18.7658782Z [ 8%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T00:55:18.8584723Z [ 8%] Built target dnnl_common 2022-11-23T00:55:18.8673934Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T00:55:18.9075851Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.o 2022-11-23T00:55:18.9194864Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.o 2022-11-23T00:55:19.0679627Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:55:19.2506909Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T00:55:19.4837898Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:55:19.6337902Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:19.7236285Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.o 2022-11-23T00:55:19.7690973Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:19.8496287Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.o 2022-11-23T00:55:19.8757458Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:20.0434871Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T00:55:20.1019978Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:20.2313575Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T00:55:20.3810134Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:20.4445490Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T00:55:20.5706033Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:20.6389711Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:20.6614895Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T00:55:20.8009034Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T00:55:20.8245909Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:20.8279674Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:20.8505497Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T00:55:20.9911745Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:21.0222325Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T00:55:21.0612446Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.o 2022-11-23T00:55:21.0958873Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.o 2022-11-23T00:55:21.2073522Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:21.3925563Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:21.4491903Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T00:55:21.4693978Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T00:55:21.6591426Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:21.7323293Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:21.7411054Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T00:55:21.7653180Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T00:55:21.9075372Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.o 2022-11-23T00:55:21.9113444Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.o 2022-11-23T00:55:21.9433090Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:22.0701571Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T00:55:22.1196517Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:22.2634752Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T00:55:22.3976803Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:55:22.4588955Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T00:55:22.5646605Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T00:55:22.7137248Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T00:55:22.7591004Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T00:55:22.8864649Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T00:55:22.9492078Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T00:55:22.9523757Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.o 2022-11-23T00:55:22.9952083Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:23.1478529Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:23.2027693Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T00:55:23.2549279Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T00:55:23.3449710Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:23.4769155Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:23.5274632Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T00:55:23.5949292Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T00:55:23.6516528Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:23.6622328Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:23.7803618Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:23.7836880Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:23.8060759Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T00:55:23.8551392Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T00:55:23.9416713Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T00:55:23.9791710Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.0291206Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.o 2022-11-23T00:55:24.0294607Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.o 2022-11-23T00:55:24.0340550Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T00:55:24.2110774Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.2368835Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.2446499Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T00:55:24.4213164Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:55:24.4469691Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T00:55:24.4996937Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.5979657Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.6901741Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:55:24.7078582Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T00:55:24.7519769Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T00:55:24.8486268Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.9026121Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.9240682Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:24.9657523Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T00:55:25.0909838Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.o 2022-11-23T00:55:25.1280551Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T00:55:25.1659572Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T00:55:25.1744577Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:25.3363806Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:25.3795532Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:25.3803780Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T00:55:25.5773732Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T00:55:25.5975005Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T00:55:25.6116564Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.o 2022-11-23T00:55:25.6233605Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:25.7702804Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:25.7940354Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:25.8052130Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T00:55:25.8686870Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T00:55:25.9767223Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T00:55:26.0035490Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:26.0233288Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:26.0518323Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.1496289Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T00:55:26.1958167Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T00:55:26.2518713Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T00:55:26.2851703Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.3697525Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.3988776Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.4821168Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T00:55:26.4980116Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T00:55:26.5823876Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T00:55:26.5892930Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.7365851Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T00:55:26.7463447Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T00:55:26.7589435Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T00:55:26.8163528Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T00:55:26.8354912Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.9540580Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T00:55:26.9813385Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:26.9903845Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T00:55:27.0066614Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T00:55:27.0702282Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T00:55:27.1007077Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T00:55:27.1705275Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:27.1862360Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:27.2185310Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T00:55:27.2771064Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T00:55:27.3345226Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.o 2022-11-23T00:55:27.3476326Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T00:55:27.4027486Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T00:55:27.4304386Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:27.4344944Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T00:55:27.4547665Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T00:55:27.5484137Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T00:55:27.6126497Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:27.6492232Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T00:55:27.6577950Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:27.6715265Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T00:55:27.7232503Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T00:55:27.8218473Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T00:55:27.8531372Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T00:55:27.9058311Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T00:55:27.9091662Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:27.9123241Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T00:55:27.9957590Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T00:55:28.0922044Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T00:55:28.1075433Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T00:55:28.1267659Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:28.1489095Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T00:55:28.2333870Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:28.3016540Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T00:55:28.3048763Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T00:55:28.3440694Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T00:55:28.3856383Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T00:55:28.4292466Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:28.5037503Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T00:55:28.5223612Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T00:55:28.5690151Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T00:55:28.6230536Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T00:55:28.6626982Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T00:55:28.6717737Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T00:55:28.7014153Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T00:55:28.7980906Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T00:55:28.7994045Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T00:55:28.8976427Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T00:55:28.9080001Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T00:55:28.9434397Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T00:55:28.9890175Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.o 2022-11-23T00:55:28.9929729Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T00:55:29.0150298Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T00:55:29.0562337Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T00:55:29.1503479Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:55:29.1613196Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T00:55:29.2102415Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T00:55:29.2182717Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T00:55:29.2812760Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T00:55:29.2887213Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T00:55:29.3882407Z [ 10%] Built target dnnl_graph_common 2022-11-23T00:55:29.3948347Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T00:55:29.4132532Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T00:55:29.4150269Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T00:55:29.4996797Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T00:55:29.5052312Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T00:55:29.6004833Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:55:29.6433510Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T00:55:29.6671009Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T00:55:29.7434231Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T00:55:29.7919937Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T00:55:29.8452140Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T00:55:29.8648552Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T00:55:29.8969513Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.o 2022-11-23T00:55:29.9674797Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T00:55:30.0023769Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T00:55:30.0404052Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T00:55:30.0797669Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T00:55:30.2097785Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T00:55:30.2475588Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T00:55:30.2712748Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T00:55:30.2764243Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T00:55:30.3654861Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T00:55:30.4440276Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T00:55:30.5145066Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T00:55:30.5351909Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T00:55:30.5381090Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T00:55:30.6565985Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T00:55:30.7827193Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T00:55:30.8011142Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T00:55:30.8250693Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T00:55:30.8649193Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T00:55:30.9352825Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T00:55:30.9991770Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T00:55:31.0317828Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T00:55:31.0912756Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T00:55:31.1132312Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T00:55:31.1770654Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T00:55:31.2136912Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T00:55:31.2418958Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T00:55:31.2780518Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T00:55:31.3314923Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T00:55:31.4000436Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T00:55:31.4678381Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T00:55:31.4825535Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T00:55:31.5146297Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T00:55:31.5322981Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T00:55:31.5988698Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.o 2022-11-23T00:55:31.6528379Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.o 2022-11-23T00:55:31.6856258Z [ 10%] Built target dnnl_graph_backend_dnnl 2022-11-23T00:55:31.6871532Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.o 2022-11-23T00:55:31.7294583Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T00:55:31.7488226Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T00:55:31.7746051Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T00:55:31.9464969Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T00:55:31.9933130Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T00:55:32.0188651Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.o 2022-11-23T00:55:32.1839724Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T00:55:32.2878515Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T00:55:32.4053837Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T00:55:32.5612836Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T00:55:32.6423703Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T00:55:32.8208734Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T00:55:32.8904986Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T00:55:33.0879008Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T00:55:33.1325965Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T00:55:33.1835929Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T00:55:33.3078155Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T00:55:33.3150161Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T00:55:33.3692038Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T00:55:33.4224240Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T00:55:33.4535850Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T00:55:33.5490491Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T00:55:33.5870033Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T00:55:33.6127330Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T00:55:33.6492119Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.o 2022-11-23T00:55:33.6798152Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T00:55:33.7721327Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:55:33.7990459Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:55:33.8521671Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:55:33.8835646Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T00:55:33.9401194Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T00:55:34.0111714Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T00:55:34.0409632Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T00:55:34.1055576Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T00:55:34.1367974Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T00:55:34.1757586Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:55:34.2334039Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T00:55:34.3115253Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T00:55:34.3562036Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T00:55:34.3589548Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.o 2022-11-23T00:55:34.3988860Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T00:55:34.4235249Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.o 2022-11-23T00:55:34.5408244Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.o 2022-11-23T00:55:34.6009449Z [ 11%] Built target dnnl_cpu 2022-11-23T00:55:34.6022960Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.o 2022-11-23T00:55:34.6279709Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T00:55:34.9194262Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T00:55:35.1150128Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T00:55:35.3557854Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T00:55:35.5004378Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T00:55:35.6068588Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.o 2022-11-23T00:55:35.7818910Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T00:55:36.0322754Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T00:55:36.0715244Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.o 2022-11-23T00:55:36.2169325Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T00:55:36.3403771Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T00:55:36.3703947Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T00:55:36.4822843Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T00:55:36.5353611Z [ 11%] Built target dnnl_graph_backend_fake 2022-11-23T00:55:36.5412469Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T00:55:36.5434185Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T00:55:36.5878163Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T00:55:36.6104240Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.o 2022-11-23T00:55:36.7855129Z [ 11%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:55:36.7968313Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T00:55:36.8044688Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T00:55:36.9755929Z [ 11%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:55:37.0333316Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T00:55:37.0650836Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:55:37.1231481Z [ 11%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:55:37.1440741Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T00:55:37.1529550Z [ 11%] Built target fmt 2022-11-23T00:55:37.1627103Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T00:55:37.2731013Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:55:37.2837847Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:55:37.3312724Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T00:55:37.3465124Z [ 11%] Built target dnnl_graph_utils 2022-11-23T00:55:37.3547873Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T00:55:37.4928725Z [ 11%] Built target libkineto_defs.bzl 2022-11-23T00:55:37.4990032Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T00:55:37.5643250Z [ 11%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:55:37.5902055Z [ 11%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:55:37.6205497Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:55:37.7450308Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T00:55:37.7956688Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T00:55:37.8039913Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:55:37.8148535Z [ 11%] Built target kineto_api 2022-11-23T00:55:37.8305424Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:55:37.8675613Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:55:37.8676054Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.o 2022-11-23T00:55:37.9671880Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.o 2022-11-23T00:55:38.0289756Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T00:55:38.0368784Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T00:55:38.0465787Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:55:38.2921748Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.o 2022-11-23T00:55:38.2928500Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.o 2022-11-23T00:55:38.2950904Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:55:38.3302678Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T00:55:38.4495087Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:55:38.6067353Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:55:38.6354170Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T00:55:38.7626872Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:55:38.8914048Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T00:55:38.9224586Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:55:39.0873306Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T00:55:39.2424228Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:55:39.3568606Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:55:39.3666575Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T00:55:39.5201837Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:55:39.5518500Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:55:39.6535476Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T00:55:39.7220243Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T00:55:39.7747827Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:55:39.8508206Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:55:39.8749614Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:55:39.9874335Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T00:55:39.9915465Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:55:40.0280562Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T00:55:40.0516603Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T00:55:40.0520676Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.o 2022-11-23T00:55:40.0620323Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T00:55:40.1634998Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:55:40.2400927Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:55:40.2656270Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:55:40.2929781Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:55:40.3280310Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T00:55:40.3352840Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:55:40.3982544Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T00:55:40.4358824Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T00:55:40.5184444Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.o 2022-11-23T00:55:40.5272596Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.o 2022-11-23T00:55:40.5644957Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:55:40.6301983Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:55:40.6627018Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T00:55:40.8200278Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T00:55:40.8572443Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:55:40.8779249Z [ 11%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T00:55:41.0254247Z [ 11%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T00:55:41.0426315Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:55:41.0952420Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T00:55:41.1328804Z [ 11%] Built target caffe2_nvrtc 2022-11-23T00:55:41.1393272Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T00:55:41.2681792Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:55:41.3366863Z [ 11%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:55:41.3436421Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T00:55:41.3483238Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:55:41.4323611Z [ 11%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:55:41.4701991Z [ 11%] Built target foxi_loader 2022-11-23T00:55:41.4785228Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:55:41.5252744Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:55:41.5958016Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:55:41.6658680Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:55:41.7470996Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:55:41.7765842Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:55:41.8058238Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.o 2022-11-23T00:55:41.8779993Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:55:42.0067014Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:55:42.0615058Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T00:55:42.0786231Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:55:42.1782576Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.o 2022-11-23T00:55:42.2069147Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:55:42.2579882Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:55:42.2667916Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:55:42.3014830Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:55:42.4128785Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T00:55:42.4653376Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T00:55:42.5093087Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:55:42.6487807Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T00:55:42.6514385Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:55:42.6802737Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:55:42.7080150Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.o 2022-11-23T00:55:42.7960086Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.o 2022-11-23T00:55:42.8169922Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T00:55:42.8630930Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:55:43.0007272Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T00:55:43.0398953Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:55:43.2299654Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:55:43.2579723Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T00:55:43.3969443Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:55:43.4413150Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T00:55:43.4559524Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T00:55:43.5800532Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:55:43.6526994Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.o 2022-11-23T00:55:43.6935445Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T00:55:43.7224332Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:55:43.8729838Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:55:43.8994886Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T00:55:43.9650608Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T00:55:43.9997522Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:55:44.1498462Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.o 2022-11-23T00:55:44.1979606Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:55:44.2292312Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T00:55:44.3700845Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:55:44.4479176Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T00:55:44.4818786Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.o 2022-11-23T00:55:44.5369186Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:55:44.6188424Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:55:44.6369093Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T00:55:44.7170403Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T00:55:44.7506613Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:55:44.8521888Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:55:44.9153054Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T00:55:44.9585880Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:55:44.9781340Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:55:45.0576323Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T00:55:45.0795540Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:55:45.1694718Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:55:45.1856612Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T00:55:45.2374275Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:55:45.3273830Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T00:55:45.3744488Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:55:45.4338979Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:55:45.4799130Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.o 2022-11-23T00:55:45.5072723Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T00:55:45.5471047Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T00:55:45.5869326Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:55:45.7184547Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:55:45.7798758Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:55:45.8042021Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T00:55:45.9064708Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T00:55:45.9309948Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T00:55:46.0222709Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:55:46.0706269Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.o 2022-11-23T00:55:46.0708024Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:55:46.1246623Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.o 2022-11-23T00:55:46.1400457Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T00:55:46.3047849Z [ 13%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:55:46.3953530Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T00:55:46.3957037Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T00:55:46.4793400Z [ 13%] Built target c10 2022-11-23T00:55:46.4875778Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T00:55:46.5937162Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.o 2022-11-23T00:55:46.6560738Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.o 2022-11-23T00:55:46.7631433Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T00:55:46.9929473Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T00:55:47.3037371Z [ 13%] Built target dnnl_cpu_x64 2022-11-23T00:55:47.3051824Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.o 2022-11-23T00:55:47.7420416Z [ 13%] Generating ATen headers 2022-11-23T00:55:47.9318622Z [ 13%] Generating ATen sources 2022-11-23T00:55:48.0045690Z [ 13%] Generating ATen declarations_yaml 2022-11-23T00:55:48.4179315Z [ 13%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:55:48.4924387Z [ 13%] Built target common 2022-11-23T00:55:48.4935076Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.o 2022-11-23T00:55:48.4991799Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:55:48.6365409Z [ 13%] Linking C executable ../../bin/mkrename 2022-11-23T00:55:48.7073477Z [ 13%] Built target mkrename 2022-11-23T00:55:48.7086579Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.o 2022-11-23T00:55:49.1498166Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:55:49.2807901Z [ 13%] Linking C executable ../../bin/mkalias 2022-11-23T00:55:49.3509367Z [ 13%] Built target mkalias 2022-11-23T00:55:49.3523251Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.o 2022-11-23T00:55:50.1786007Z [ 13%] Generating include/renameavx512f.h 2022-11-23T00:55:50.1796205Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:55:50.1939949Z [ 13%] Built target renameAVX512F.h_generated 2022-11-23T00:55:50.1952719Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.o 2022-11-23T00:55:52.6757603Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.o 2022-11-23T00:55:57.9383637Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.o 2022-11-23T00:56:01.9717021Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.o 2022-11-23T00:56:04.5231827Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.o 2022-11-23T00:56:05.8879885Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.o 2022-11-23T00:56:07.8683345Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.o 2022-11-23T00:56:11.8818870Z [ 13%] Generating include/renameavx2.h 2022-11-23T00:56:11.8829018Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:56:11.8908497Z [ 13%] Built target renameAVX2.h_generated 2022-11-23T00:56:11.9076628Z [ 13%] Generating include/renameavx2128.h 2022-11-23T00:56:11.9103607Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:56:11.9189079Z [ 13%] Built target renameAVX2128.h_generated 2022-11-23T00:56:11.9411129Z [ 13%] Generating include/renamefma4.h 2022-11-23T00:56:11.9423480Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:56:11.9491292Z [ 13%] Built target renameFMA4.h_generated 2022-11-23T00:56:11.9638228Z [ 13%] Generating include/renameavx.h 2022-11-23T00:56:11.9661578Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:56:11.9724082Z [ 13%] Built target renameAVX.h_generated 2022-11-23T00:56:11.9937299Z [ 13%] Generating include/renamesse4.h 2022-11-23T00:56:11.9958393Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:56:12.0026943Z [ 13%] Built target renameSSE4.h_generated 2022-11-23T00:56:12.0216246Z [ 13%] Generating include/renamesse2.h 2022-11-23T00:56:12.0228934Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:56:12.0314458Z [ 13%] Built target renameSSE2.h_generated 2022-11-23T00:56:12.0487425Z [ 13%] Generating include/renamepurec_scalar.h 2022-11-23T00:56:12.0498412Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:56:12.0573739Z [ 13%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:56:12.0632787Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.o 2022-11-23T00:56:16.6591118Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.o 2022-11-23T00:56:21.4089062Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.o 2022-11-23T00:56:23.3064526Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.o 2022-11-23T00:56:25.3278812Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.o 2022-11-23T00:56:34.7096376Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.o 2022-11-23T00:56:36.4335939Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.o 2022-11-23T00:56:37.1431673Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.o 2022-11-23T00:56:37.8120286Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.o 2022-11-23T00:56:38.2763538Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.o 2022-11-23T00:56:42.5386520Z [ 13%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:56:42.5536629Z [ 13%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:56:42.5547355Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:56:42.5609846Z [ 13%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:56:42.5783768Z [ 13%] Generating renamedsp128.h 2022-11-23T00:56:42.5880063Z [ 13%] Built target renamedsp128.h_generated 2022-11-23T00:56:42.5894293Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.o 2022-11-23T00:56:46.7358244Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:56:46.8240655Z [ 13%] Linking C executable ../../bin/mkdisp 2022-11-23T00:56:46.8959922Z [ 13%] Built target mkdisp 2022-11-23T00:56:46.8974406Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.o 2022-11-23T00:56:50.1103383Z [ 13%] Generating renamedsp256.h 2022-11-23T00:56:50.1200518Z [ 13%] Built target renamedsp256.h_generated 2022-11-23T00:56:50.1214054Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.o 2022-11-23T00:56:52.0146571Z [ 13%] Generating dispavx.c 2022-11-23T00:56:52.0328175Z [ 13%] Built target dispavx.c_generated 2022-11-23T00:56:52.0340004Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.o 2022-11-23T00:56:53.5355644Z [ 13%] Built target nvfuser_rt_UnpackRaw 2022-11-23T00:56:53.5368057Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.o 2022-11-23T00:56:55.5079319Z [ 13%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T00:56:55.5094301Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.o 2022-11-23T00:57:04.0390610Z [ 13%] Built target nvfuser_rt_array 2022-11-23T00:57:04.0403192Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.o 2022-11-23T00:57:04.9322947Z [ 13%] Built target nvfuser_rt_block_reduction 2022-11-23T00:57:04.9337281Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.o 2022-11-23T00:57:05.8623328Z [ 13%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T00:57:05.8635131Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.o 2022-11-23T00:57:07.2980652Z [ 13%] Built target nvfuser_rt_block_sync_default 2022-11-23T00:57:07.3172846Z [ 13%] Built target nvfuser_rt_broadcast 2022-11-23T00:57:07.3186806Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.o 2022-11-23T00:57:08.2774895Z [ 13%] Built target nvfuser_rt_fp16_support 2022-11-23T00:57:08.2788844Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.o 2022-11-23T00:57:08.9041686Z [ 13%] Built target nvfuser_rt_fused_reduction 2022-11-23T00:57:08.9054991Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.o 2022-11-23T00:57:17.2072314Z [ 13%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T00:57:17.2086590Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.o 2022-11-23T00:57:18.2258652Z [ 13%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T00:57:18.2436679Z [ 13%] Built target nvfuser_rt_bf16_support 2022-11-23T00:57:18.2450702Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.o 2022-11-23T00:57:19.0392507Z [ 13%] Built target nvfuser_rt_grid_broadcast 2022-11-23T00:57:19.0406983Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.o 2022-11-23T00:57:23.0867697Z [ 13%] Built target nvfuser_rt_grid_reduction 2022-11-23T00:57:23.0881794Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.o 2022-11-23T00:57:25.1939044Z [ 13%] Built target nvfuser_rt_grid_sync 2022-11-23T00:57:25.1951234Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.o 2022-11-23T00:57:30.4497448Z [ 13%] Built target nvfuser_rt_helpers 2022-11-23T00:57:30.4508985Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.o 2022-11-23T00:57:33.7511981Z [ 13%] Built target nvfuser_rt_index_utils 2022-11-23T00:57:33.7526592Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.o 2022-11-23T00:57:34.7772525Z [ 13%] Built target nvfuser_rt_random_numbers 2022-11-23T00:57:34.7786958Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.o 2022-11-23T00:57:35.7224330Z [ 13%] Built target nvfuser_rt_tensor 2022-11-23T00:57:35.7238884Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.o 2022-11-23T00:57:37.1721217Z [ 13%] Built target nvfuser_rt_tuple 2022-11-23T00:57:37.1733885Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.o 2022-11-23T00:57:37.9852407Z [ 13%] Built target nvfuser_rt_type_traits 2022-11-23T00:57:37.9866279Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.o 2022-11-23T00:57:45.5101002Z [ 13%] Built target nvfuser_rt_welford 2022-11-23T00:57:45.5115101Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.o 2022-11-23T00:57:48.1304074Z [ 13%] Built target nvfuser_rt_warp 2022-11-23T00:57:48.1317406Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.o 2022-11-23T00:57:50.3969819Z [ 13%] Built target nvfuser_rt_tensorcore 2022-11-23T00:57:50.3984230Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.o 2022-11-23T00:57:56.4895052Z [ 13%] Built target nvfuser_rt_memory 2022-11-23T00:57:56.4909344Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.o 2022-11-23T00:57:57.8704868Z [ 13%] Built target nvfuser_rt_swizzle 2022-11-23T00:57:57.8718991Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.o 2022-11-23T00:57:57.8837280Z [ 13%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T00:57:57.8852404Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.o 2022-11-23T00:58:00.1327164Z [ 13%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:58:00.2246268Z [ 13%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:58:00.5151488Z [ 13%] Built target torch_global_deps 2022-11-23T00:58:00.5165741Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.o 2022-11-23T00:58:02.7298828Z [ 13%] Built target python_copy_files 2022-11-23T00:58:02.7309556Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.o 2022-11-23T00:58:03.2674503Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:58:03.3419118Z [ 13%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:58:03.4155128Z [ 13%] Built target mkrename_gnuabi 2022-11-23T00:58:03.4169113Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.o 2022-11-23T00:58:12.1789090Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:58:12.2718222Z [ 13%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:58:12.3418948Z [ 13%] Built target mkmasked_gnuabi 2022-11-23T00:58:12.3433988Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.o 2022-11-23T00:58:12.6743972Z [ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:58:12.7657789Z [ 13%] Built target arraymap 2022-11-23T00:58:12.7673205Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.o 2022-11-23T00:58:13.1673371Z [ 13%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:58:13.2590273Z [ 13%] Linking C executable ../../bin/addSuffix 2022-11-23T00:58:13.3288195Z [ 13%] Built target addSuffix 2022-11-23T00:58:13.3302155Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.o 2022-11-23T00:58:17.7250075Z [ 13%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T00:58:21.0218945Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:58:26.2211279Z [ 13%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:58:26.2999765Z [ 13%] Built target torch_python_stubs 2022-11-23T00:58:26.3204142Z [ 13%] Generating ../../../torch/version.py 2022-11-23T00:58:27.4435274Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.o 2022-11-23T00:58:28.8095156Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.o 2022-11-23T00:58:28.8988713Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.o 2022-11-23T00:58:29.3913126Z [ 13%] Built target generate-torch-sources 2022-11-23T00:58:29.3927515Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.o 2022-11-23T00:58:30.6587131Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:58:30.8940383Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:58:31.1229010Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:58:31.1352406Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.o 2022-11-23T00:58:31.2932576Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:58:31.5304838Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:58:31.6931984Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:58:31.8742930Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:58:32.0445225Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:58:32.2888628Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:58:32.4951097Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:58:32.7526964Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:58:32.9838079Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:58:32.9975666Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.o 2022-11-23T00:58:33.2100985Z [ 13%] Built target gen_torch_version 2022-11-23T00:58:33.2115377Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.o 2022-11-23T00:58:33.4171303Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:58:33.5833950Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:58:33.8269339Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:58:34.0702656Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:58:34.3237054Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:58:34.5120573Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:58:34.7538023Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:58:34.8917622Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:58:34.9859111Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.o 2022-11-23T00:58:35.1497080Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:58:35.3151459Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:58:35.5807997Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:58:35.8511602Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:58:36.0971537Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:58:36.2602337Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:58:36.4971047Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:58:36.7347836Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T00:58:36.7548103Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:58:36.8591600Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:58:36.9270279Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:58:36.9333106Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:58:36.9729650Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.o 2022-11-23T00:58:36.9965933Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T00:58:37.0007688Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:58:37.0687115Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:58:37.1252861Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:58:37.1812284Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:58:37.2136168Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T00:58:37.2171266Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:58:37.2540923Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:58:37.2845733Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:58:37.3128533Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:58:37.3432873Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:58:37.3727367Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:58:37.4094158Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:58:37.4388440Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:58:37.4509846Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T00:58:37.4744046Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:58:37.5078120Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:58:37.5362550Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:58:37.5760232Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:58:37.5972304Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:58:37.6445673Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:58:37.6484072Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:58:37.6643906Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:58:37.7226039Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:58:37.7327096Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:58:37.7885459Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:58:37.8196482Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:58:37.8560373Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:58:37.8811764Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:58:37.8812642Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:58:37.9307488Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:58:37.9550445Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:58:38.0353016Z [ 14%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:58:38.0516349Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:58:38.0570760Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:58:38.0718932Z [ 14%] Built target cpuinfo 2022-11-23T00:58:38.0801827Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:58:38.1971181Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:58:38.2017296Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:58:38.2788738Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:58:38.2803939Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:58:38.2862467Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:58:38.3385339Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:58:38.3493237Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:58:38.3943628Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:58:38.4228841Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:58:38.4644225Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:58:38.5025444Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:58:38.5167089Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T00:58:38.5437099Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:58:38.5922496Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:58:38.6236805Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:58:38.6704511Z [ 14%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:58:38.6936563Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:58:38.6983695Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:58:38.7009689Z [ 14%] Built target cpuinfo_internals 2022-11-23T00:58:38.7089462Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:58:38.7718545Z [ 14%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:58:38.8034831Z [ 14%] Built target nnpack_reference_layers 2022-11-23T00:58:38.8096850Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:58:38.9078628Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:58:38.9493430Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:58:38.9557665Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:58:39.0118910Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:58:39.0231600Z [ 15%] Built target indirection 2022-11-23T00:58:39.0317194Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:58:39.0486407Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:58:39.0898953Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:58:39.1150034Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:58:39.1416651Z [ 15%] Built target packing 2022-11-23T00:58:39.1501311Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:58:39.2177332Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:58:39.2233017Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:58:39.2336054Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:58:39.2447875Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:58:39.3205056Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:58:39.3226153Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:58:39.3478460Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:58:39.3989781Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:58:39.4041762Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:58:39.4316621Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:58:39.4424013Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:58:39.4850972Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:58:39.4958196Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:58:39.5178916Z [ 15%] Built target jit 2022-11-23T00:58:39.5252851Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:58:39.5698942Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:58:39.5788287Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:58:39.6058967Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:58:39.6567534Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:58:39.6615542Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:58:39.6616460Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:58:39.6872234Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:58:39.7586538Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:58:39.7641992Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:58:39.8331037Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:58:39.8538258Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:58:39.8868873Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:58:39.8916642Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:58:39.9049112Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:58:39.9223331Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:58:39.9665798Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:58:39.9840575Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:58:40.0237418Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:58:40.0581181Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:58:40.0707570Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:58:40.1137794Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T00:58:40.1164519Z [ 15%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:58:40.1423065Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:58:40.1796402Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:58:40.2167323Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:58:40.2587170Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:58:40.3100132Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:58:40.3350882Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:58:40.3544051Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:58:40.3614616Z [ 15%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:58:40.3867553Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:58:40.4009196Z [ 15%] Built target gmock 2022-11-23T00:58:40.4091459Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:58:40.4468344Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:58:40.4573755Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:58:40.4876560Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:58:40.5175980Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.o 2022-11-23T00:58:40.5256272Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:58:40.5387969Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:58:40.5648517Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.o 2022-11-23T00:58:40.6070376Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:58:40.6240287Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:58:40.6443950Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T00:58:40.7082400Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:58:40.7359027Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:58:40.7815539Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:58:40.8145798Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:58:40.8148583Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:58:40.8535068Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:58:40.9090026Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:58:40.9264082Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:58:40.9870552Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T00:58:40.9904185Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:58:41.0224612Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:58:41.0769164Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:58:41.0952512Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:58:41.1502690Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:58:41.1716355Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:58:41.1777120Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:58:41.2258455Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:58:41.2608087Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:58:41.3016388Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:58:41.3408364Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:58:41.3863710Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:58:41.4111826Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:58:41.4137521Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:58:41.4619962Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:58:41.5155192Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:58:41.5300093Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:58:41.5956088Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:58:41.6353969Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:58:41.6545962Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:58:41.6690648Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:58:41.7201990Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:58:41.7521908Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:58:41.8220444Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:58:41.8379828Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:58:41.8388365Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T00:58:41.9067670Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:58:41.9100193Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:58:41.9574649Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:58:41.9877174Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:58:41.9961288Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:58:42.0375251Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:58:42.0610043Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:58:42.0661902Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:58:42.0936656Z [ 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-23T00:58:42.1362183Z [ 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-23T00:58:42.1506543Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:58:42.1784361Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:58:42.2043492Z [ 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-23T00:58:42.2336677Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T00:58:42.2408676Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:58:42.2731327Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T00:58:42.2844884Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:58:42.3108011Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:58:42.3504733Z [ 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-23T00:58:42.3634505Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T00:58:42.4004002Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.o 2022-11-23T00:58:42.4022669Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.o 2022-11-23T00:58:42.4224346Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.o 2022-11-23T00:58:42.4373468Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T00:58:42.4529938Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T00:58:42.4548394Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:58:42.5388677Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T00:58:42.5502446Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:58:42.6224016Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:58:42.6246933Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T00:58:42.6994399Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:58:42.7254697Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:58:42.7596712Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T00:58:42.8037268Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:58:42.8578475Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:58:42.8992732Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:58:42.9253307Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T00:58:42.9460872Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:58:42.9818076Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:58:42.9874075Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:58:43.0153271Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:58:43.0777733Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:58:43.1026034Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T00:58:43.1653770Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:58:43.1709219Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:58:43.1784004Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:58:43.2427056Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:58:43.2714282Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T00:58:43.3262292Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:58:43.3588432Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T00:58:43.3830901Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:58:43.4183239Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:58:43.4735428Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T00:58:43.5017267Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:58:43.5586605Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:58:43.5758014Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:58:43.5826970Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:58:43.6428823Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:58:43.6717578Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:58:43.7238069Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:58:43.7642209Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:58:43.7762226Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:58:43.7941002Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:58:43.8554163Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:58:43.8846669Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T00:58:43.9365642Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:58:43.9654124Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:58:43.9707554Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:58:44.0160056Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:58:44.0359095Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:58:44.0620380Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:58:44.0967836Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T00:58:44.1386053Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:58:44.1445476Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:58:44.1684953Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:58:44.2033091Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:58:44.2258236Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:58:44.2613138Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T00:58:44.2802744Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:58:44.3063978Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:58:44.3183104Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.o 2022-11-23T00:58:44.3349743Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.o 2022-11-23T00:58:44.3390229Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.o 2022-11-23T00:58:44.3510346Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:58:44.3649403Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:58:44.3886875Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:58:44.4514442Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:58:44.4996839Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:58:44.5262486Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:58:44.5728231Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:58:44.5886797Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:58:44.6114202Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T00:58:44.6596595Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:58:44.7084622Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:58:44.7566947Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:58:44.7837447Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:58:44.8086959Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:58:44.8380379Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:58:44.8762714Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T00:58:44.9008762Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:58:44.9449457Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:58:44.9970869Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:58:45.0295582Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T00:58:45.0355836Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:58:45.0610630Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:58:45.1097087Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T00:58:45.1840931Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T00:58:45.2031107Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:58:45.2065341Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:58:45.2531825Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T00:58:45.2847790Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:58:45.3398828Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T00:58:45.3703690Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:58:45.4345075Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:58:45.4496591Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T00:58:45.4520511Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:58:45.5278598Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T00:58:45.5667408Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:58:45.6134339Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T00:58:45.6469352Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:58:45.6894766Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:58:45.6934171Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T00:58:45.7706652Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:58:45.7955590Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:58:45.8350474Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:58:45.8552758Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:58:45.8600802Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:58:45.9303059Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:58:45.9367448Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:58:45.9993795Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:58:45.9994693Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:58:46.0216104Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:58:46.0628121Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.o 2022-11-23T00:58:46.0699935Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:58:46.0730698Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:58:46.0974959Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:58:46.0998899Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:58:46.1438558Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:46.1529273Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:46.1790238Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:58:46.2118090Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:58:46.2196665Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:58:46.2474771Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.o 2022-11-23T00:58:46.2547219Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:58:46.2840538Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:58:46.3070022Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:58:46.3147451Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:58:46.3387417Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:58:46.3872890Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:58:46.4005794Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:58:46.4294940Z [ 17%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:58:46.4326763Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:58:46.4612010Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:58:46.4727859Z [ 17%] Built target libprotoc 2022-11-23T00:58:46.4761962Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:46.4817652Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:46.5176076Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:58:46.5452946Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:58:46.5665591Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:58:46.5714428Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:58:46.5985962Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:58:46.6250842Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:58:46.6528510Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:58:46.7152493Z [ 17%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:58:46.7159361Z [ 17%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:58:46.7263867Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:58:46.7370045Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:58:46.8202589Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:58:46.8246832Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:58:46.8428344Z [ 17%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:58:46.8690289Z [ 17%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:58:46.8814973Z [ 17%] Built target benchmark_main 2022-11-23T00:58:46.8878642Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:46.8883400Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:46.8962350Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:58:46.9025828Z [ 17%] Built target gtest_main 2022-11-23T00:58:46.9122740Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:58:46.9680767Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:58:46.9939718Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:47.0043815Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:58:47.0332783Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:58:47.0506143Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:58:47.0784092Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:58:47.1153267Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:58:47.1188326Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:58:47.1280512Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:58:47.1469288Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:58:47.2251370Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:58:47.2328477Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:47.2964045Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:58:47.3252409Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:58:47.3403560Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:47.3735528Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:47.4136305Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:58:47.4270651Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:58:47.4404861Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:58:47.4527398Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:47.4886545Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:58:47.4905809Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:58:47.5427216Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:47.5797165Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:58:47.6133414Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:47.6663856Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:58:47.6868404Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:58:47.7004547Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:58:47.7180898Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:58:47.7239668Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:58:47.7525473Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:58:47.7684859Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:58:47.8577459Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:58:47.8680718Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:58:47.8699456Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:58:47.9063975Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:58:47.9104850Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:58:47.9198004Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.o 2022-11-23T00:58:47.9351170Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:58:47.9409318Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:58:47.9732252Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:58:48.0176929Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:58:48.0548389Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:58:48.0586819Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:58:48.1154215Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:58:48.1291340Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:58:48.1430779Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:58:48.1521475Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:58:48.1619202Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:58:48.1971556Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.o 2022-11-23T00:58:48.2001634Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:58:48.2136920Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:58:48.2453496Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:58:48.2887227Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:58:48.2907825Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:58:48.3149664Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:58:48.3706331Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:58:48.3771707Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:58:48.3846265Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:58:48.4278345Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:58:48.4401116Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:58:48.4641703Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:58:48.5008051Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:58:48.5335371Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:58:48.5611702Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:58:48.5898901Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:58:48.6012837Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:58:48.6091949Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:58:48.6347859Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:58:48.6713343Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:58:48.6916970Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:58:48.7258338Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:58:48.7413053Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:58:48.8032607Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:58:48.8489926Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:58:48.8752229Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:58:48.8802583Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:58:48.9223470Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:58:48.9345321Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:58:48.9626715Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:58:48.9985126Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:58:49.0486213Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:58:49.0705931Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:58:49.1303746Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:58:49.1533064Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:58:49.2031104Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:58:49.2093829Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:58:49.2192747Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:58:49.2267602Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:58:49.2794132Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:58:49.3401063Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:58:49.3462414Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:58:49.3514354Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:58:49.4251790Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:58:49.4318171Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:58:49.4338726Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:58:49.4462030Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:58:49.5203273Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:58:49.5220707Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:58:49.5516137Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:58:49.5762247Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:58:49.5887607Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:58:49.6096286Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:58:49.6412034Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:58:49.6532668Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:58:49.6762575Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:58:49.7293601Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:58:49.7414133Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:58:49.7613440Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:58:49.7875600Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:58:49.8097656Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:58:49.8308107Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:58:49.8345961Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:49.8694051Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.o 2022-11-23T00:58:49.8993066Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:58:49.9038620Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:58:49.9308606Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:58:49.9840342Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:58:50.0040631Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:58:50.0393929Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:50.0682431Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:58:50.0683437Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:50.0880945Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:58:50.1086806Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:58:50.1140299Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:58:50.1541162Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:58:50.1581431Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:58:50.2302793Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:58:50.2425841Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T00:58:50.3044224Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:58:50.3101998Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T00:58:50.3117083Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T00:58:50.3197486Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:58:50.3735918Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:58:50.3789500Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:58:50.3949386Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:58:50.4002588Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T00:58:50.4697363Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:58:50.4713250Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T00:58:50.4951427Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:58:50.5296298Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:58:50.5430320Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T00:58:50.5586928Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:58:50.5824685Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:58:50.6011350Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:58:50.6357482Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:58:50.6560395Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:58:50.6601978Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:58:50.6734914Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T00:58:50.7231136Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:58:50.7412613Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:50.7417898Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:50.7744631Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:58:50.7883986Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T00:58:50.8146610Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T00:58:50.8286675Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:50.8455458Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:58:50.8523138Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:58:50.8891820Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:58:50.9082795Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:50.9388758Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:58:50.9723065Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:58:50.9986861Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.0194819Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:58:51.0260811Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:58:51.0330739Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:58:51.0866240Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.0958593Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:58:51.1169047Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:58:51.1668069Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:58:51.1719572Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.1753654Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:58:51.2121906Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:58:51.2451839Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:58:51.2513842Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:58:51.2748807Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:51.3399520Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:58:51.3400399Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:58:51.3514449Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:51.3586789Z [ 20%] Built target fbgemm_avx2 2022-11-23T00:58:51.3700765Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:51.4160742Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:58:51.4296431Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:58:51.4511063Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:58:51.4579971Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:51.5157047Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:51.5469908Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:58:51.5504658Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:58:51.5684525Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:58:51.5958967Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.6077178Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.o 2022-11-23T00:58:51.6097815Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.o 2022-11-23T00:58:51.6421178Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:58:51.6651929Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:58:51.6871076Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.7103700Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:58:51.7238507Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:58:51.7638676Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.8012980Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:58:51.8217092Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:58:51.8528810Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:51.8753241Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:58:51.9047579Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:58:51.9390845Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:58:51.9698356Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:52.0112713Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:58:52.0147425Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:58:52.0665459Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:52.0876451Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:58:52.0930463Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:58:52.1442043Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:52.1752491Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:58:52.2190015Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:52.2436682Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:58:52.2575449Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:58:52.2824153Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:58:52.3040601Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:58:52.3438983Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:58:52.3781755Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:58:52.4007758Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:58:52.4205046Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:58:52.4645406Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:52.4649304Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:58:52.4936546Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:58:52.5559731Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:58:52.5602070Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:58:52.5687225Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:52.6115293Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:58:52.6353312Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:58:52.6780072Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:52.6995875Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:58:52.7579680Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:52.7611301Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:58:52.7714590Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:58:52.8462922Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:52.8503980Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:58:52.8610147Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:58:52.9142016Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:58:52.9183460Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:52.9337325Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:58:53.0032706Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:58:53.0110778Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:53.0633418Z [ 22%] Built target fbgemm_avx512 2022-11-23T00:58:53.0697103Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:53.0757802Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:58:53.0897130Z [ 22%] Built target fbgemm_generic 2022-11-23T00:58:53.1018737Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:58:53.1064322Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:58:53.1561201Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:53.1622737Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:53.1658287Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:53.2002429Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:58:53.2003471Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:53.2389333Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:58:53.2392413Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:58:53.2670792Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:58:53.2681998Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:53.2741512Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:58:53.3100455Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:53.3226159Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:53.3293941Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.o 2022-11-23T00:58:53.3342512Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:58:53.3668332Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:58:53.3728516Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:58:53.3999794Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.o 2022-11-23T00:58:53.4146826Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:53.4403942Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:53.4404860Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:58:53.4455071Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:58:53.4865552Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:58:53.5084226Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:58:53.5223950Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:58:53.5538163Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:58:53.5854063Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:58:53.5942335Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:58:53.6247567Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:58:53.6639954Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:58:53.6649073Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:58:53.7051055Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:58:53.7392093Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:58:53.7406425Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:58:53.7497410Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:58:53.7881351Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:58:53.8109217Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:58:53.8175723Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:58:53.8664566Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:58:53.8783275Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:58:53.8964483Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:58:53.9178960Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:58:53.9445405Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:58:53.9695576Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:58:53.9707692Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:58:53.9993146Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:58:54.0126711Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:58:54.0526425Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:58:54.0575796Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:58:54.0939200Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:58:54.0966089Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:54.1384339Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:58:54.1455410Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:58:54.1707225Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:58:54.2066905Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:54.2407033Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:58:54.2519784Z [ 22%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T00:58:54.2535970Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:58:54.2958081Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:58:54.3329843Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:58:54.3535953Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:58:54.4195217Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:58:54.4292206Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:58:54.4561376Z [ 22%] Built target dnnl 2022-11-23T00:58:54.4646808Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:58:54.5009802Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:58:54.5130238Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:58:54.5210325Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:58:54.5398626Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:58:54.5923277Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:58:54.6252201Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:58:54.6406781Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:58:54.6595275Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:58:54.6703827Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:58:54.7146924Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:54.7284962Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:58:54.7756419Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:58:54.7773189Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:58:54.8208877Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:54.8241141Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaDeviceProperties.cpp.o 2022-11-23T00:58:54.8544409Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:58:54.9054059Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:54.9069072Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:58:54.9338288Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:58:55.0090538Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.0116849Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:58:55.0368114Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.0443013Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:58:55.0575138Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.o 2022-11-23T00:58:55.0670860Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaUtil.cpp.o 2022-11-23T00:58:55.0866056Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:58:55.1082360Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:58:55.1210335Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.1685500Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.1731524Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:58:55.1934343Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:58:55.2048179Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:58:55.2169932Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:58:55.2671062Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:58:55.2853194Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:58:55.3054865Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.3641872Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:58:55.3705649Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:58:55.3948871Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.4026236Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityPlatform.cpp.o 2022-11-23T00:58:55.4314154Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:58:55.4746952Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:55.4849799Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:58:55.5067946Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiCallbackApi.cpp.o 2022-11-23T00:58:55.5213585Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:58:55.5954161Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:58:55.6215299Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:55.6787051Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:58:55.6788589Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:58:55.7157267Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiEventApi.cpp.o 2022-11-23T00:58:55.7249835Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:55.7441065Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.7472446Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:58:55.8173187Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:58:55.8234954Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:55.8570661Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:58:55.8910782Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:58:55.8911848Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiMetricApi.cpp.o 2022-11-23T00:58:55.8967560Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:58:55.9173133Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.0055661Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:58:56.0074058Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.0100048Z [ 22%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:58:56.0888554Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:58:56.1252379Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:56.1260039Z [ 22%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:58:56.1344478Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:56.1371730Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfiler.cpp.o 2022-11-23T00:58:56.1668733Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:58:56.2083691Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:58:56.2145087Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:56.2370388Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerApi.cpp.o 2022-11-23T00:58:56.2622327Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:58:56.2774123Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:58:56.3471767Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:56.3498494Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:56.3564867Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:58:56.4157441Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerConfig.cpp.o 2022-11-23T00:58:56.4349635Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:58:56.4559454Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:58:56.4649215Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:56.5069033Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:56.5408544Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:58:56.5506567Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:56.6049807Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:58:56.6105692Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiNvPerfMetric.cpp.o 2022-11-23T00:58:56.6370688Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:58:56.6546733Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:56.6739528Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:58:56.6929821Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:58:56.6940615Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.o 2022-11-23T00:58:56.7571809Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.7690220Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.7771049Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:58:56.8399240Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfiler.cpp.o 2022-11-23T00:58:56.8440042Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfilerController.cpp.o 2022-11-23T00:58:56.8555839Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:58:56.8619046Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.9291478Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:58:56.9740996Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.0392844Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:58:57.0469315Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:58:57.0504253Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/WeakSymbols.cpp.o 2022-11-23T00:58:57.0974804Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:57.1083400Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:57.1335780Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:58:57.1739130Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:58:57.1770892Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:58:57.1815204Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/cupti_strings.cpp.o 2022-11-23T00:58:57.1829835Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:57.2067640Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:58:57.2593217Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:57.2877603Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:58:57.2932938Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:57.3023496Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:58:57.3363764Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:58:57.3724960Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:58:57.3761685Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:58:57.3939354Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:58:57.4377803Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:58:57.4522779Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:58:57.4624426Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:58:57.5186047Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:58:57.5515823Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:57.5634781Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:58:57.5759271Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:58:57.5905893Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:58:57.6313798Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:58:57.6457155Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:58:57.6717554Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:58:57.7269715Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:58:57.7543938Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:58:57.7664763Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:58:57.7754166Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:58:57.8169337Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:58:57.8316246Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:58:57.8976838Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:58:57.9222781Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:58:57.9328053Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:58:58.0157175Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:58:58.0200884Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:58:58.0336694Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:58:58.0532417Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:58:58.0993167Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:58.1075402Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:58:58.1473363Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:58:58.1812842Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:58:58.2552417Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:58:58.2662122Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:58:58.2687868Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:58.2819838Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:58:58.2849103Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.o 2022-11-23T00:58:58.3113591Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.o 2022-11-23T00:58:58.3570330Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:58:58.4459324Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:58.4470561Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:58:58.4598121Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:58:58.5461522Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:58:58.5531974Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:58:58.5825104Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:58.6415556Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:58:58.6739608Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:58:58.7030475Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:58:58.7174491Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:58:58.7225247Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:58:58.7985147Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:58:58.8642268Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/DaemonConfigLoader.cpp:16: 2022-11-23T00:58:58.8643056Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:58:58.8644259Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:58:58.8696529Z namespace dynolog::ipcfabric { 2022-11-23T00:58:58.8696864Z ^~~~~~~~~~~ 2022-11-23T00:58:58.8697199Z { namespace ipcfabric 2022-11-23T00:58:58.8698173Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:58.8713876Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:58.8714325Z ^ 2022-11-23T00:58:58.8714704Z , "" 2022-11-23T00:58:58.8715241Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:58.8715751Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:58.8780845Z ^ 2022-11-23T00:58:58.8781263Z , "" 2022-11-23T00:58:58.8781928Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:58.8782476Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:58.8782984Z ^ 2022-11-23T00:58:58.8789431Z , "" 2022-11-23T00:58:58.8789831Z 4 warnings generated. 2022-11-23T00:58:58.8790808Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:58:58.8792026Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:58:58.8792915Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:58:58.8854420Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:58.9931558Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:58:59.0614712Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:58:59.0645365Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:58:59.0696115Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:59.0819081Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:58:59.1690076Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:58:59.1768301Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:58:59.2215892Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:58:59.2355642Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:58:59.2639354Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:58:59.3093254Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:58:59.3187950Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:58:59.3754421Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp:11: 2022-11-23T00:58:59.3755173Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:58:59.3756544Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:58:59.3757318Z namespace dynolog::ipcfabric { 2022-11-23T00:58:59.3757655Z ^~~~~~~~~~~ 2022-11-23T00:58:59.3758015Z { namespace ipcfabric 2022-11-23T00:58:59.3758891Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:59.3759805Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:59.3760228Z ^ 2022-11-23T00:58:59.3760549Z , "" 2022-11-23T00:58:59.3761257Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:59.3761838Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:59.3762182Z ^ 2022-11-23T00:58:59.3762466Z , "" 2022-11-23T00:58:59.3763256Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:58:59.3764212Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:58:59.3764578Z ^ 2022-11-23T00:58:59.3764883Z , "" 2022-11-23T00:58:59.3765204Z 4 warnings generated. 2022-11-23T00:58:59.3827056Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:58:59.4042539Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:58:59.4639196Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:58:59.4758685Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:58:59.4960914Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:58:59.5465347Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:58:59.5792577Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:58:59.5846020Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:58:59.6534242Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:58:59.6750489Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:58:59.7318565Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:58:59.7430489Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:58:59.7945583Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:58:59.8269628Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:58:59.8585228Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:58:59.8683623Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:58:59.8941023Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:58:59.9734246Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:59:00.0132969Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:59:00.0134151Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:59:00.0450336Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:59:00.1007518Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:59:00.1070391Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:59:00.1248486Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:59:00.1849235Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:59:00.1981363Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:59:00.2279936Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.o 2022-11-23T00:59:00.2544269Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:59:00.2772765Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:59:00.2800625Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:59:00.2924026Z [ 25%] Built target kineto_base 2022-11-23T00:59:00.2939894Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:59:00.3067574Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:59:00.3883512Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:59:00.3905315Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:59:00.3993313Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:59:00.4373463Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:59:00.4377322Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:59:00.5076094Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:59:00.5219560Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.o 2022-11-23T00:59:00.5330375Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:59:00.5930440Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:59:00.6039026Z [ 25%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:59:00.6182542Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:59:00.6839224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:59:00.6994175Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:59:00.7266210Z [ 25%] Built target c10_DeviceGuard_test 2022-11-23T00:59:00.7349696Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:59:00.7664752Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:59:00.7855952Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:59:00.8112676Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:59:00.8158493Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:59:00.8995091Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:59:00.9144976Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:59:00.9399702Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:59:00.9941792Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:59:01.0068655Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:59:01.0124706Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:59:01.0719820Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:59:01.1264968Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:59:01.2021124Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:59:01.2112902Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:59:01.2396426Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:59:01.2437087Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:59:01.2835199Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:59:01.2888002Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:59:01.3847224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:59:01.3898491Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:59:01.4044129Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:59:01.4335759Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:59:01.4839976Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:59:01.4905226Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:59:01.5064208Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:59:01.5638475Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:59:01.5832418Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T00:59:01.6328535Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:59:01.6420149Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:59:01.6608761Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T00:59:01.6985820Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:59:01.7655489Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T00:59:01.7782752Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T00:59:01.7857922Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:59:01.8376885Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T00:59:01.8578171Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:59:01.8615865Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:59:01.8623379Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:59:01.9397784Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T00:59:01.9975010Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T00:59:02.0096412Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:59:02.0162423Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:59:02.0352359Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:59:02.0380385Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:59:02.0771214Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T00:59:02.1569889Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T00:59:02.1692327Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T00:59:02.1777321Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T00:59:02.1874302Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:59:02.2205945Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:59:02.2460142Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:59:02.2486165Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:59:02.2565516Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T00:59:02.2677389Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.o 2022-11-23T00:59:02.3153418Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:59:02.3610287Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:59:02.3984685Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:59:02.4100083Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.o 2022-11-23T00:59:02.4167214Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:59:02.4299659Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:59:02.4464318Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:59:02.5087837Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:02.5304322Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:59:02.5447318Z [ 26%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:59:02.5466707Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:59:02.5899417Z [ 26%] Built target tensorpipe 2022-11-23T00:59:02.5963648Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:59:02.6094043Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:02.6327602Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:02.6957919Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:59:02.7259911Z [ 26%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:59:02.7305178Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:02.7360609Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:59:02.7748509Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:59:02.8365718Z [ 26%] Built target c10_Device_test 2022-11-23T00:59:02.8442948Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:59:02.8573196Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:59:02.8946281Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:02.9107114Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:59:02.9864001Z [ 26%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:59:02.9948834Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:59:02.9977074Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:03.0246369Z [ 26%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:59:03.0985013Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:59:03.1072522Z [ 26%] Built target c10_DispatchKeySet_test 2022-11-23T00:59:03.1151552Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:03.1325632Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:59:03.1623615Z [ 26%] Built target c10_StreamGuard_test 2022-11-23T00:59:03.1707293Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:03.1934547Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:59:03.2103180Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:59:03.2561904Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:03.2779805Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:03.2814556Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:59:03.3629033Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:59:03.3646678Z [ 26%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:59:03.3893038Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:59:03.4064317Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:03.4523268Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:03.4850900Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:59:03.4858463Z [ 26%] Built target c10_SymInt_test 2022-11-23T00:59:03.4946244Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:59:03.5161250Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:59:03.5416431Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:03.5555639Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:03.5852272Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:03.6061638Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:59:03.6273618Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:59:03.6858356Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:59:03.7093864Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:03.7141661Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:03.7433756Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:03.7647614Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:59:03.7872496Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:59:03.7908355Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:59:03.8267322Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:03.8426225Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:03.8564415Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.o 2022-11-23T00:59:03.8844901Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T00:59:03.9137417Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T00:59:03.9346290Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:59:03.9660876Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.o 2022-11-23T00:59:03.9897745Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.o 2022-11-23T00:59:04.0045956Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:04.0118502Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T00:59:04.0944761Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T00:59:04.1115292Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:04.1769461Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T00:59:04.1886379Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T00:59:04.1942954Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:04.2692563Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.o 2022-11-23T00:59:04.2980903Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:04.3268221Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T00:59:04.3920139Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:04.4024562Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T00:59:04.4718534Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:59:04.5461097Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:04.5959428Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:59:04.6924262Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:04.6947428Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:59:04.7786424Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:04.7812151Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:59:04.8605192Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:59:04.8654344Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:59:04.9396222Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:59:05.0021560Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:05.0135739Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:59:05.0856124Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:59:05.1234680Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:59:05.1532103Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:59:05.2381749Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:59:05.2832077Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:59:05.3149934Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:59:05.4096450Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:59:05.4350656Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:59:05.4718388Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:59:05.5692122Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:59:05.6045528Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:59:05.6227899Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:59:05.6626574Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:59:05.6681140Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:59:05.7440032Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:59:05.7749348Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:59:05.7854229Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:59:05.8015825Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.o 2022-11-23T00:59:05.8128858Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:59:05.8203294Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:59:05.8752228Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.o 2022-11-23T00:59:05.8867522Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:59:05.8991893Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:59:05.9067111Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:59:05.9567044Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:59:05.9624927Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:59:06.0228537Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.o 2022-11-23T00:59:06.0233164Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:59:06.0708339Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:59:06.0964313Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:59:06.1341666Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:59:06.1472114Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:59:06.2123623Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:59:06.2252214Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:59:06.2509200Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:59:06.2981723Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:06.3296711Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:59:06.3850096Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:59:06.3986465Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:06.4349740Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:59:06.4493135Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:06.5229175Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:59:06.5610677Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:59:06.5697468Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:06.6001249Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:06.6352348Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:59:06.7022006Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:59:06.7133264Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:06.7310562Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.o 2022-11-23T00:59:06.7804308Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:59:06.8508114Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:06.8512499Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T00:59:06.9271384Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T00:59:06.9740819Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:07.0567773Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:59:07.1007486Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:07.1209866Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:59:07.2258075Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:07.2413613Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:07.3085606Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:07.4347607Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:07.4628825Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:07.5262428Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:07.5854798Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:07.5933106Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:07.6312599Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:07.6433503Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:07.6643323Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:07.7286756Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:07.7591561Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:07.7670062Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:07.7826198Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.o 2022-11-23T00:59:07.7839064Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.o 2022-11-23T00:59:07.8192946Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:07.8772765Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:07.9084760Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:07.9290613Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:07.9755101Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:08.0761990Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:08.0795360Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:08.1065831Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:08.1623367Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:08.1826434Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:08.2791565Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.o 2022-11-23T00:59:08.2866098Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:08.2933110Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:08.3749643Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:08.4092911Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:08.4531941Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.o 2022-11-23T00:59:08.4944531Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:08.5206158Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:08.5794200Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:08.6714797Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:08.6716464Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:08.7522087Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:08.8230160Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:59:08.8549974Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:08.9434638Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:59:08.9694201Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:09.0742149Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:09.0959310Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:59:09.1820732Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:09.2473167Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:59:09.2955973Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:09.4130159Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:09.4131134Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:59:09.5235403Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:09.5650336Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:59:09.5682363Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:59:09.6009407Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:59:09.6234697Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:09.7188228Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:09.7285202Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:09.7400033Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:59:09.7916184Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:59:09.8213747Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:59:09.8456460Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:09.8567547Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:09.9252487Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:09.9449104Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:59:09.9630750Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:59:09.9691560Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.0047455Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.0399012Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:59:10.0809676Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:59:10.0870395Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:59:10.0902353Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:10.1021181Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:59:10.1158945Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.o 2022-11-23T00:59:10.2002661Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.2131063Z [ 28%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:59:10.2448079Z [ 28%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:59:10.2703147Z [ 28%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:59:10.2880987Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.3252011Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:59:10.3634462Z [ 28%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:59:10.3701121Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:59:10.3775825Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:10.3875776Z [ 28%] Built target c10_InlineStreamGuard_test 2022-11-23T00:59:10.3963855Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.4151951Z [ 28%] Built target c10_SizesAndStrides_test 2022-11-23T00:59:10.4302355Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.4599895Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:10.4740577Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:59:10.4862751Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.4925663Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:59:10.5558299Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:59:10.5598646Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:59:10.5772932Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.6132696Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:10.6223576Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.6703604Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.o 2022-11-23T00:59:10.6729344Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.6902344Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:59:10.7248024Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:59:10.7569324Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:59:10.7811416Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:10.8298776Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.o 2022-11-23T00:59:10.8747747Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:59:10.8869787Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:10.9733406Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:10.9871434Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:59:11.0749698Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:11.1240175Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:59:11.1904580Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:11.2407932Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:59:11.2754048Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:11.3746955Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:11.3817053Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:11.4955700Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:11.5014745Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:11.6143751Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:11.6356515Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:11.7199342Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:11.7808291Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:11.8133947Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:11.8237987Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.o 2022-11-23T00:59:11.8288347Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:11.9198375Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.o 2022-11-23T00:59:11.9617782Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:11.9623169Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:12.0674312Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:12.1199814Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:12.1795067Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:12.2770664Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:12.2782577Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:12.3331646Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:12.3473707Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:12.3803839Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.o 2022-11-23T00:59:12.4106829Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:12.4320648Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:59:12.4375559Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:12.5352527Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:12.5705093Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:12.5862688Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:12.6206368Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:12.6695477Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:12.7403949Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:12.7532716Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:12.7682377Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:12.8526034Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:12.8828616Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:12.9135946Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:59:12.9516199Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:59:12.9733448Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:13.0243533Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:13.0813942Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:13.0916673Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:13.0984733Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.o 2022-11-23T00:59:13.1686668Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:13.1996493Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:59:13.2792548Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:13.3610630Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:59:13.3855407Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:13.4786748Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:13.5101033Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:13.5807687Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:13.5858820Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:13.6718312Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:13.6806085Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:13.7123645Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:13.7150307Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:13.7563383Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:59:13.7605159Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:59:13.8171460Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:13.8576879Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:59:13.8753006Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:59:13.9026906Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:59:13.9060879Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:59:13.9197801Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:59:13.9443439Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:59:14.0030623Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:59:14.0249277Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:59:14.0317164Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:59:14.0656938Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:59:14.0664767Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:59:14.0999363Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:59:14.1143358Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:59:14.1786988Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.o 2022-11-23T00:59:14.1845120Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:59:14.2039766Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:59:14.2231670Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:59:14.2490292Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:59:14.2724029Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:59:14.2789274Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:59:14.2960428Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:59:14.3901710Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:59:14.4194098Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:59:14.4334341Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:59:14.4368566Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:59:14.5011093Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:59:14.5271845Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:59:14.5534993Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:59:14.5853460Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:59:14.6112214Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:59:14.6337080Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:59:14.6569546Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:59:14.6853112Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:59:14.7084866Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:59:14.7454356Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:59:14.7814142Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:59:14.8347804Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:59:14.8519156Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:59:14.8873618Z [ 30%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:59:14.8893695Z [ 30%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:59:14.9004995Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:59:14.9212569Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:59:14.9250867Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:59:15.0142419Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:15.0248219Z [ 30%] Built target c10_Array_test 2022-11-23T00:59:15.0339973Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:15.0354002Z [ 30%] Built target c10_Bitset_test 2022-11-23T00:59:15.0418341Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:15.0718182Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:15.0775320Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:59:15.1052850Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:59:15.1271547Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:59:15.1492716Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:59:15.1811273Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:15.1852326Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.o 2022-11-23T00:59:15.2187789Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.o 2022-11-23T00:59:15.2666698Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:15.2916921Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:59:15.2922470Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:15.3501747Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:59:15.3768609Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:15.4519380Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:15.4524389Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.o 2022-11-23T00:59:15.4828539Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:59:15.5514873Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:15.6002360Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:59:15.6807487Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:15.7091427Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:59:15.7815841Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:15.8567184Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:59:15.8875796Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:15.9662047Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:15.9875374Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:59:16.0136833Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:59:16.0448118Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:16.1320583Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.o 2022-11-23T00:59:16.1649449Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:59:16.1658933Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:16.2721657Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:16.3115166Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:59:16.3607706Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:16.4462457Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:16.4674263Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:59:16.5581691Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:16.6029055Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:59:16.6463978Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:16.7439762Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:16.7748480Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:59:16.8469904Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:16.9397460Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:59:16.9434619Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:59:16.9749069Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:17.0112621Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:17.0549609Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:59:17.0815629Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:17.0958395Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:17.1032009Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:59:17.1669873Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:17.1751906Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:59:17.1960740Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.o 2022-11-23T00:59:17.1980277Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:17.2557468Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:59:17.2801376Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:59:17.2821128Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:17.2854799Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:59:17.3848973Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:17.3983877Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:59:17.4230435Z [ 31%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:59:17.4621350Z [ 31%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:59:17.4691543Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:17.5310966Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:59:17.5553256Z [ 31%] Built target c10_ConstexprCrc_test 2022-11-23T00:59:17.5617219Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:59:17.5872952Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:17.6133822Z [ 31%] Built target c10_C++17_test 2022-11-23T00:59:17.6224560Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:17.6963696Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:59:17.7101298Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:59:17.7181514Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:59:17.7246111Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:17.8283128Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:17.8747262Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:17.9011227Z [ 31%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:59:17.9108834Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:17.9186684Z [ 31%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:59:17.9969813Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:18.0173015Z [ 31%] Built target c10_DeadlockDetection_test 2022-11-23T00:59:18.0241651Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:18.0270796Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:18.0309575Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:18.0739752Z [ 31%] Built target c10_Half_test 2022-11-23T00:59:18.0834735Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:18.0978638Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:59:18.1353259Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:59:18.1790883Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:18.1825077Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:18.1826068Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:59:18.2665276Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:18.3020583Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:18.3024695Z [ 31%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:59:18.3289448Z [ 31%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:59:18.3517264Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:18.4143706Z [ 31%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:59:18.4185698Z [ 31%] Built target c10_LeftRight_test 2022-11-23T00:59:18.4320769Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:18.4631087Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:18.4683210Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:18.4708164Z [ 31%] Built target c10_Metaprogramming_test 2022-11-23T00:59:18.4726923Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.o 2022-11-23T00:59:18.5441079Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.o 2022-11-23T00:59:18.5587779Z [ 31%] Built target c10_SmallVectorTest 2022-11-23T00:59:18.5630974Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.o 2022-11-23T00:59:18.5713475Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:18.5850601Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:18.6588051Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:18.7427747Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:18.7509664Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:18.8197740Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:59:18.8924775Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:59:18.9146991Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:59:18.9738810Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:59:19.0058181Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:59:19.0425106Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.0707972Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.0863061Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:59:19.1613974Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:59:19.2272242Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:59:19.2340627Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.2365578Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.2988003Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:59:19.3571264Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:59:19.3699385Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:19.4037067Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:59:19.4282642Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:19.4764071Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:59:19.4950747Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:59:19.5453031Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:19.5494931Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:19.5790863Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:59:19.6653144Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:59:19.6724140Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:59:19.7116756Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:59:19.7562609Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.7639644Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:59:19.8527459Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:59:19.8567589Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:59:19.9061917Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:19.9252014Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:20.0029952Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:59:20.0250976Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:59:20.0630164Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:20.0759006Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:20.1037586Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:59:20.1685257Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:20.2152236Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:20.2448596Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:20.2617026Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:20.2893872Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:20.3108391Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:59:20.3549570Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:59:20.3718926Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:59:20.3788928Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:20.3838749Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:59:20.4348645Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.o 2022-11-23T00:59:20.4577758Z [ 32%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:59:20.4942041Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:20.5045777Z [ 32%] Built target XNNPACK 2022-11-23T00:59:20.5127857Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:20.5186047Z [ 32%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:59:20.5380328Z [ 32%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:59:20.5506284Z [ 32%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:59:20.5939433Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:20.5977750Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:59:20.6550140Z [ 32%] Built target c10_Synchronized_test 2022-11-23T00:59:20.6621165Z [ 32%] Built target c10_TypeIndex_test 2022-11-23T00:59:20.6633767Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:20.6683739Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:20.6807533Z [ 32%] Built target c10_ThreadLocal_test 2022-11-23T00:59:20.6890063Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:20.7149741Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:59:20.7520002Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:59:20.7529128Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:59:20.7743805Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:20.8067204Z [ 32%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:59:20.8621100Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:20.9054942Z [ 32%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:59:20.9203798Z [ 32%] Built target c10_TypeList_test 2022-11-23T00:59:20.9305563Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:20.9638617Z [ 32%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:59:20.9703178Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:59:20.9958672Z [ 32%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:59:21.0238597Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:21.0464978Z [ 32%] Built target c10_TypeTraits_test 2022-11-23T00:59:21.0568514Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:21.1007358Z [ 32%] Built target c10_accumulate_test 2022-11-23T00:59:21.1124493Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:21.1382597Z [ 32%] Built target c10_bfloat16_test 2022-11-23T00:59:21.1462866Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:59:21.1464878Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:21.1889690Z [ 32%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:59:21.2186231Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:59:21.2234447Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:59:21.2326833Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:59:21.3136817Z [ 32%] Built target c10_complex_math_test 2022-11-23T00:59:21.3137749Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:59:21.3210342Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:59:21.3876037Z [ 32%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:59:21.3903074Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:59:21.4095796Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:59:21.4585138Z [ 32%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:59:21.4755635Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:59:21.5070521Z [ 32%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:59:21.5224558Z [ 32%] Built target c10_complex_test 2022-11-23T00:59:21.5310311Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:59:21.5790267Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:59:21.5961070Z [ 32%] Built target c10_exception_test 2022-11-23T00:59:21.5977112Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.o 2022-11-23T00:59:21.6309670Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:59:21.6313103Z [ 32%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:59:21.6671237Z [ 32%] Built target c10_either_test 2022-11-23T00:59:21.6736526Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:59:21.7093413Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.o 2022-11-23T00:59:21.7508323Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:59:21.7740936Z [ 32%] Built target c10_flags_test 2022-11-23T00:59:21.7805804Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:59:21.8531808Z [ 32%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:59:21.8532586Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:59:21.8718137Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:59:21.9559578Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:59:22.0298543Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:59:22.0685792Z [ 32%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:59:22.0720724Z [ 32%] Built target c10_intrusive_ptr_test 2022-11-23T00:59:22.0734390Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.o 2022-11-23T00:59:22.1733038Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:59:22.1907270Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:59:22.2109893Z [ 32%] Built target c10_irange_test 2022-11-23T00:59:22.2193296Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:59:22.2685524Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:59:22.3104889Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:59:22.4097171Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:59:22.4141077Z [ 33%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:59:22.5022457Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:59:22.5273154Z [ 33%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:59:22.5544686Z [ 33%] Built target c10_logging_test 2022-11-23T00:59:22.5612501Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:59:22.6030587Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:59:22.6558739Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:59:22.6717837Z [ 33%] Built target c10_optional_test 2022-11-23T00:59:22.6808035Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:59:22.7509967Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:59:22.7578140Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:59:22.8037484Z [ 33%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:59:22.8513825Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:22.9092244Z [ 33%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:59:22.9207112Z [ 33%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:59:22.9285379Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:22.9679954Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.o 2022-11-23T00:59:23.0349388Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:23.0585377Z [ 33%] Built target c10_registry_test 2022-11-23T00:59:23.0687590Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:23.1494967Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:59:23.1690135Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:23.2655207Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:23.2681135Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.o 2022-11-23T00:59:23.3334041Z [ 33%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:59:23.3488826Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:23.4663802Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:23.4816087Z [ 33%] Built target c10_string_view_test 2022-11-23T00:59:23.4898050Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:23.5209396Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:23.5955548Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.o 2022-11-23T00:59:23.6161513Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.o 2022-11-23T00:59:23.6284560Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:23.7329916Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:23.8387961Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:23.9245371Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:23.9464181Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:59:24.0337185Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:24.1454839Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:24.1704027Z [ 33%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:59:24.2516608Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:24.2833621Z [ 33%] Built target c10_tempfile_test 2022-11-23T00:59:24.2921267Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:24.3732356Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:59:24.3956516Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:24.5039766Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:24.5669866Z [ 33%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:59:24.5876028Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:24.6964497Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:24.7128964Z [ 33%] Built target c10_typeid_test 2022-11-23T00:59:24.7205195Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:24.7875510Z [ 33%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:59:24.8045392Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:24.8842594Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:24.9475350Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:24.9495512Z [ 33%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:59:24.9837551Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDACachingAllocator.cpp.o 2022-11-23T00:59:25.0307141Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:25.0708674Z [ 33%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:59:25.0717596Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.o 2022-11-23T00:59:25.1629208Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:25.2584792Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAException.cpp.o 2022-11-23T00:59:25.2734820Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:25.2860280Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:25.3749865Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.o 2022-11-23T00:59:25.3994582Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:25.4342363Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAFunctions.cpp.o 2022-11-23T00:59:25.4828860Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:25.5746372Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:25.6493593Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMiscFunctions.cpp.o 2022-11-23T00:59:25.6666922Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAStream.cpp.o 2022-11-23T00:59:25.6789038Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:25.7459212Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:25.7715608Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMallocAsyncAllocator.cpp.o 2022-11-23T00:59:25.8267135Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:25.9001597Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:25.9190601Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDAGuardImpl.cpp.o 2022-11-23T00:59:25.9938385Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:26.0117308Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:26.0719448Z [ 33%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDATest.cpp.o 2022-11-23T00:59:26.1272088Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:26.1671896Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:26.2186439Z [ 34%] Linking CXX shared library ../../lib/libc10_cuda.so 2022-11-23T00:59:26.2363700Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.o 2022-11-23T00:59:26.2649529Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:26.3156174Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:26.3692549Z [ 34%] Built target c10_cuda 2022-11-23T00:59:26.3766219Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:26.3855944Z [ 34%] Generating ../../../include/sleef.h 2022-11-23T00:59:26.3950803Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:59:26.3984873Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:59:26.4047973Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:59:26.4103022Z [ 34%] Generating include/renameavx512fnofma.h 2022-11-23T00:59:26.4112487Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:59:26.4116778Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:59:26.4178476Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:59:26.4200122Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:59:26.4224185Z [ 34%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:59:26.4244135Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:59:26.4288240Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:59:26.4327433Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:59:26.4327949Z [ 35%] Generating include/renameavx512fnofma.h 2022-11-23T00:59:26.4340783Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:59:26.4349265Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:59:26.4371008Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:59:26.4387240Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:59:26.4439851Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:59:26.4531753Z [ 35%] Generating alias_avx512f.h 2022-11-23T00:59:26.4549600Z [ 35%] Generating include/renamecuda.h 2022-11-23T00:59:26.4564257Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:59:26.4619978Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:26.4638259Z [ 35%] Built target alias_avx512f.h_generated 2022-11-23T00:59:26.4657808Z [ 35%] Built target headers 2022-11-23T00:59:26.4749677Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:59:26.4803617Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:59:26.5660454Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:59:26.5977634Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:59:26.6126386Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:59:26.7135516Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:59:26.7426893Z [ 35%] Built target sleefavx2 2022-11-23T00:59:26.7466260Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:59:26.7510396Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:59:26.7830226Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:59:26.8233726Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.o 2022-11-23T00:59:26.8609128Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.o 2022-11-23T00:59:26.8631859Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:59:26.8708801Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:59:26.9542956Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:59:26.9957185Z [ 35%] Built target sleefdetavx2 2022-11-23T00:59:27.0020900Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:59:27.0329672Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.0742745Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:59:27.1277743Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.1376259Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:59:27.1657561Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:59:27.2448491Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:59:27.2941151Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:59:27.3090427Z [ 36%] Built target sleefavx2128 2022-11-23T00:59:27.3149516Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:59:27.3178596Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:59:27.3946367Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.4016065Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:59:27.4563052Z [ 36%] Built target sleefdetavx2128 2022-11-23T00:59:27.4661791Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:59:27.4734780Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:59:27.5566423Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:59:27.5829503Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.6227171Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:59:27.6718935Z [ 36%] Built target sleeffma4 2022-11-23T00:59:27.6804136Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:59:27.7133775Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:59:27.7374415Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:59:27.8092737Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.8184831Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:59:27.8574249Z [ 37%] Built target sleefdetfma4 2022-11-23T00:59:27.8658836Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:59:27.9226406Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:59:27.9285856Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:59:27.9814905Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:59:28.0070919Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:59:28.0771909Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.o 2022-11-23T00:59:28.0791956Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:59:28.0946727Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:59:28.1463123Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:59:28.1514705Z [ 37%] Built target sleefavx 2022-11-23T00:59:28.1599360Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:59:28.2369010Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.2589271Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:59:28.2633820Z [ 37%] Built target sleefdetavx 2022-11-23T00:59:28.2728212Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:59:28.3480109Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.3557404Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:59:28.3799338Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:59:28.4367809Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:59:28.4719272Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:59:28.5445684Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:59:28.5493056Z [ 37%] Built target sleefsse4 2022-11-23T00:59:28.5581130Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:59:28.5755000Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.5791105Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.6190625Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:59:28.6230694Z [ 37%] Built target sleefdetsse4 2022-11-23T00:59:28.6310530Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:59:28.6700928Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.6968065Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:59:28.7213012Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:59:28.7515382Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:59:28.7520293Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:28.7693245Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.7790588Z [ 37%] Built target sleefdetsse2 2022-11-23T00:59:28.7854471Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:59:28.7893830Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:59:28.8546050Z [ 37%] Built target sleefpurec_scalar 2022-11-23T00:59:28.8610576Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:28.8627763Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:59:28.8636114Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.8664483Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:28.9290295Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:59:28.9517020Z [ 37%] Built target sleefsse2 2022-11-23T00:59:28.9517466Z [ 37%] Built target sleefdetpurec_scalar 2022-11-23T00:59:28.9601358Z [ 37%] Built target sleefpurecfma_scalar 2022-11-23T00:59:28.9604433Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:59:28.9615842Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:28.9682249Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:28.9773381Z [ 37%] Generating dispsse.c 2022-11-23T00:59:28.9986414Z [ 37%] Built target dispsse.c_generated 2022-11-23T00:59:29.0045886Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:59:29.0065865Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:59:29.0509072Z [ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:59:29.0674432Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:59:29.0712930Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:59:29.0726225Z [ 37%] Built target sleefdetpurecfma_scalar 2022-11-23T00:59:29.0814736Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:59:29.1372823Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:59:29.1547767Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:59:29.1612188Z [ 37%] Built target dispavx_obj 2022-11-23T00:59:29.1679395Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:59:29.1999965Z [ 37%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:59:29.2341581Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:59:29.2426769Z [ 37%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:59:29.2662022Z [ 37%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:59:29.2822735Z [ 37%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:59:29.3065220Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:59:29.3401975Z [ 37%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:59:29.3808288Z [ 37%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:59:29.4109764Z [ 37%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:59:29.4307535Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:59:29.4649375Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:59:29.5014292Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:59:29.5074747Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:59:29.5624146Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:59:29.5823147Z [ 38%] Built target protoc 2022-11-23T00:59:29.5901405Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:59:29.5965749Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:59:29.6018853Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:59:29.6380940Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:59:29.6544907Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.o 2022-11-23T00:59:29.6621556Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:59:29.7072014Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:59:29.7156184Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:59:29.7278623Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:59:29.7383553Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:59:29.7990016Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:59:29.8058721Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:59:29.8127303Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:59:29.8366888Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:59:29.8814515Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:59:29.8880266Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:59:29.9010176Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:59:29.9117398Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:59:29.9541769Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:59:29.9652648Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:59:29.9939931Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:59:29.9984179Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:59:30.0294154Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:59:30.0487517Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:59:30.0699052Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:59:30.0700182Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:59:30.1002809Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:59:30.1342034Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:59:30.1441909Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:59:30.1463583Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:59:30.1727742Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:59:30.2154554Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:59:30.2169000Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:59:30.2242096Z [ 38%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:59:30.2544061Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:59:30.2777988Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:59:30.3141897Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:59:30.3156767Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:59:30.3508312Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:59:30.3853884Z [ 38%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:59:30.3951622Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:59:30.4133879Z [ 38%] Built target gmock_main 2022-11-23T00:59:30.4209178Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:59:30.4211364Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:59:30.4364934Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:59:30.4817159Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:59:30.4989414Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:59:30.5018522Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:59:30.5059814Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:59:30.5532027Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:59:30.5841977Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:59:30.5899815Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:59:30.6447194Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:59:30.6543844Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:59:30.6648507Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:59:30.6676986Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:59:30.7137803Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:59:30.7337958Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:59:30.7649774Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:59:30.7810028Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:59:30.8009464Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:59:30.8154350Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:59:30.8755188Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:59:30.8833207Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:59:30.8837719Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:59:30.8984598Z [ 38%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:59:30.9588697Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:59:30.9647660Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:59:30.9969954Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:59:31.0244387Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:59:31.0408468Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:59:31.0428626Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:59:31.0793444Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:59:31.1112002Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:59:31.1349047Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:59:31.1632394Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:59:31.1658374Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:59:31.1844067Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:59:31.1965503Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:59:31.2284634Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:59:31.2418965Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:59:31.2593754Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:59:31.2691299Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:59:31.2933011Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:59:31.3215413Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:59:31.3216314Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.o 2022-11-23T00:59:31.3434487Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.o 2022-11-23T00:59:31.3456042Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:59:31.3672787Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:59:31.4028499Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:59:31.4241853Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:59:31.4510670Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:59:31.4837851Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:59:31.5011900Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:59:31.5231907Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:59:31.5649731Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:59:31.5666282Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:59:31.6009721Z [ 38%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:59:31.6423277Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:59:31.6747224Z [ 38%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:59:31.7037926Z [ 38%] Built target qnnpack 2022-11-23T00:59:31.7063906Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:59:31.7105473Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:59:31.7259554Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:59:31.7740128Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:59:31.7776544Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:59:31.8455253Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:59:31.8550521Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:59:31.8606485Z [ 38%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:59:31.9206511Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:59:31.9548541Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:59:31.9919934Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:59:31.9951560Z [ 38%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:59:32.0276371Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:59:32.0420870Z [ 38%] Built target fbgemm 2022-11-23T00:59:32.0523902Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:59:32.1182195Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_buffer.cc.o 2022-11-23T00:59:32.1205615Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:59:32.1292857Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:59:32.2045562Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:59:32.2425097Z [ 38%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:59:32.2635427Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/channel_impl.cc.o 2022-11-23T00:59:32.2851648Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:59:32.3157001Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:59:32.3514049Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:59:32.3958250Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:59:32.4352873Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:59:32.4902216Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:59:32.4908068Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/context_impl.cc.o 2022-11-23T00:59:32.4969925Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:59:32.6220532Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:59:32.6444883Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:59:32.6498009Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/factory.cc.o 2022-11-23T00:59:32.7036662Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:59:32.7581757Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:59:32.8041222Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:59:32.8526623Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/channel_impl.cc.o 2022-11-23T00:59:32.8795393Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:59:32.9154345Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:59:32.9717774Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:59:33.0197435Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/context_impl.cc.o 2022-11-23T00:59:33.0368063Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/factory.cc.o 2022-11-23T00:59:33.0381200Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:59:33.0596944Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:59:33.0973100Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.o 2022-11-23T00:59:33.1461215Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:59:33.1626529Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:59:33.2417175Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:59:33.2635310Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:59:33.2690704Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_loop.cc.o 2022-11-23T00:59:33.3173722Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:59:33.3288558Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:59:33.3492938Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:59:33.3873379Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/channel_impl.cc.o 2022-11-23T00:59:33.4120171Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:59:33.4268982Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:59:33.4433871Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:59:33.4965897Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:59:33.5155077Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:59:33.5194687Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:59:33.5667471Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:59:33.5950039Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:59:33.6171440Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:59:33.6499893Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:59:33.6511503Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/context_impl.cc.o 2022-11-23T00:59:33.6734158Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:59:33.7010378Z [ 39%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:59:33.7572559Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/factory.cc.o 2022-11-23T00:59:33.7785281Z [ 39%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:59:33.8001024Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:59:33.8107171Z [ 39%] Built target pytorch_qnnpack 2022-11-23T00:59:33.8203683Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:59:33.8669355Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:59:33.9147652Z [ 39%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:59:33.9169653Z [ 39%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T00:59:33.9521575Z [ 39%] Built target kineto 2022-11-23T00:59:33.9548539Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:59:33.9602982Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:59:33.9660169Z [ 39%] Built target dnnl_graph 2022-11-23T00:59:33.9723282Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:59:33.9961062Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/ibv.cc.o 2022-11-23T00:59:34.0581048Z [ 39%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:59:34.0583476Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:59:34.0614836Z [ 39%] Building CXX object c10/cuda/test/CMakeFiles/c10_cuda_CUDATest.dir/impl/CUDATest.cpp.o 2022-11-23T00:59:34.1086546Z [ 39%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:59:34.1311904Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/channel_impl.cc.o 2022-11-23T00:59:34.1811884Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:59:34.2126637Z [ 39%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:59:34.2421849Z [ 39%] Linking CXX executable ../../../bin/c10_cuda_CUDATest 2022-11-23T00:59:34.2802012Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:59:34.3824450Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:59:34.3887876Z [ 39%] Built target c10_cuda_CUDATest 2022-11-23T00:59:34.3954808Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/context_impl.cc.o 2022-11-23T00:59:34.3971286Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T00:59:34.4077374Z [ 39%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:59:34.4805829Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/factory.cc.o 2022-11-23T00:59:34.4975408Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T00:59:34.6034621Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T00:59:34.6088066Z [ 39%] Built target Caffe2_PROTO 2022-11-23T00:59:34.6172410Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T00:59:34.7039835Z [ 39%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:59:34.7164990Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T00:59:34.7269720Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:59:34.7444702Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:59:34.7458331Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:59:34.7478083Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:59:34.7497148Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:59:34.7497681Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:59:34.7601910Z [ 39%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:59:34.7800889Z [ 39%] Linking CXX static library ../../../lib/libtensorpipe_cuda.a 2022-11-23T00:59:34.8019055Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.o 2022-11-23T00:59:34.8145782Z [ 39%] Built target tensorpipe_cuda 2022-11-23T00:59:34.8156975Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.o 2022-11-23T00:59:34.8486659Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.o 2022-11-23T00:59:34.8651953Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:59:34.9333910Z [ 39%] Built target gen_onnx_proto 2022-11-23T00:59:34.9409660Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:59:34.9774936Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:59:35.0474815Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T00:59:35.1473757Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:59:35.1484570Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:59:35.2522406Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T00:59:35.3666800Z [ 39%] Built target sleefavx512fnofma 2022-11-23T00:59:35.3681003Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.o 2022-11-23T00:59:35.3733393Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T00:59:35.5068135Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T00:59:35.6066006Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:59:35.7150116Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:59:35.7912745Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:59:35.9037413Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:59:36.0072505Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T00:59:36.0857546Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:59:36.1921158Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:59:36.2856739Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T00:59:36.3628475Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:59:36.4621463Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T00:59:36.5670008Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T00:59:36.5985416Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.o 2022-11-23T00:59:36.6186892Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:59:36.6407687Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.o 2022-11-23T00:59:36.6720774Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T00:59:36.7732486Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:59:36.8076286Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:59:36.9026995Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:59:36.9302330Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:59:37.0045660Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:59:37.0591543Z [ 39%] Built target sleefdetavx512fnofma 2022-11-23T00:59:37.0683791Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:59:37.1138033Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:59:37.1671497Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T00:59:37.2626660Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:59:37.2645773Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:59:37.2652869Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:59:37.3370007Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.o 2022-11-23T00:59:37.3799349Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:59:37.4375895Z [ 39%] Built target sleefavx512f 2022-11-23T00:59:37.4459996Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:59:37.4927347Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:59:37.5325371Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T00:59:37.6218873Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:59:37.6326109Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:59:37.7047046Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:59:37.7987290Z [ 39%] Built target sleefdetavx512f 2022-11-23T00:59:37.8101619Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:59:37.8265994Z [ 39%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:59:37.9149948Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T00:59:37.9576766Z [ 39%] Built target dispsse_obj 2022-11-23T00:59:37.9671085Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T00:59:38.0223037Z [ 39%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:59:38.0514834Z [ 39%] Built target caffe2_protos 2022-11-23T00:59:38.0532860Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:59:38.0576347Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T00:59:38.1479625Z [ 40%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:59:38.1883059Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T00:59:38.1939784Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:59:38.1952109Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:59:38.1955919Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:59:38.1960916Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:59:38.1961880Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:59:38.2265102Z [ 40%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:59:38.2764887Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:59:38.3054834Z [ 40%] Built target gen_onnx_data_proto 2022-11-23T00:59:38.3068544Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.o 2022-11-23T00:59:38.3180259Z [ 40%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:59:38.3622887Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:59:38.3630255Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:59:38.3634982Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:59:38.3639555Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:59:38.3640982Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:59:38.3733244Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T00:59:38.3780978Z [ 40%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:59:38.4430590Z [ 40%] Built target gen_onnx_operators_proto 2022-11-23T00:59:38.4432278Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T00:59:38.4494670Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:59:38.4559022Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T00:59:38.5407453Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:59:38.5515543Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:59:38.5623830Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T00:59:38.6295040Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:59:38.6619707Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.o 2022-11-23T00:59:38.7044435Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:59:38.7279010Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:59:38.7751035Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:59:38.8048612Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:59:38.8754484Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:59:38.8934041Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:59:38.9465081Z [ 40%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:59:38.9727164Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:59:38.9883091Z [ 40%] Built target sleef 2022-11-23T00:59:38.9961468Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:59:39.0428176Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:59:39.0727570Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:59:39.0828253Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:59:39.2034398Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:59:39.2308343Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:59:39.2852954Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:59:39.3035759Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:59:39.3435152Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:59:39.4498764Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:59:39.4565682Z [ 40%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:59:39.4987110Z [ 40%] Built target onnx_proto 2022-11-23T00:59:39.5069299Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:59:39.5358913Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:59:39.6438521Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:59:39.6570118Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:59:39.7362420Z [ 40%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:59:39.7521872Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:59:39.7726110Z [ 40%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:59:39.7733688Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:59:39.9293693Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:59:39.9562665Z [ 40%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:59:39.9646744Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:59:40.0747256Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:59:40.0803831Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:59:40.0821221Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:59:40.1359963Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:59:40.1715544Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.o 2022-11-23T00:59:40.1915914Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.o 2022-11-23T00:59:40.2281583Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:59:40.3031233Z [ 40%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T00:59:40.3250724Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:59:40.4087596Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:59:40.4939560Z [ 40%] Built target vec_test_all_types_AVX512 2022-11-23T00:59:40.5021222Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:59:40.5028189Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.o 2022-11-23T00:59:40.6047332Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:59:40.7098209Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:59:40.7907658Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:59:40.8912768Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:59:40.9883958Z [ 40%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:59:40.9916117Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:59:41.0834507Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:59:41.2051742Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:59:41.2979984Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:59:41.3664485Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:59:41.4098306Z [ 40%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:59:41.4357028Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:59:41.5064147Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.o 2022-11-23T00:59:41.5088851Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:59:41.6186332Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:59:41.7053112Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:59:41.7940500Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:59:41.8841315Z [ 40%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:59:41.8949086Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:59:41.9027929Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:59:41.9148912Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:59:41.9995110Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.o 2022-11-23T00:59:42.0036985Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.o 2022-11-23T00:59:42.0673707Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:59:42.2124816Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:59:42.2299492Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:59:42.2892138Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.o 2022-11-23T00:59:42.3255680Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:59:42.4381011Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:59:42.5322948Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:59:42.6328164Z [ 40%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:59:42.6508441Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:59:42.7479019Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:59:42.8311894Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:59:42.8901316Z [ 40%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:59:42.9254013Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:59:43.0345456Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:59:43.1044276Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:59:43.1908554Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:59:43.2739083Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:59:43.3174632Z [ 40%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:59:43.3405950Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:59:43.3784703Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:59:43.4467668Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.o 2022-11-23T00:59:43.4599644Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:59:43.5332106Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:59:43.5463458Z [ 40%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:59:43.6258389Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:59:43.6969327Z [ 40%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:59:43.7272210Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:59:43.8194110Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:59:43.8472161Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:59:43.9188694Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:59:43.9441739Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:59:43.9664878Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:59:44.0375669Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:59:44.0474510Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.o 2022-11-23T00:59:44.1237914Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:59:44.1461566Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:59:44.2107723Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.o 2022-11-23T00:59:44.2622210Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:59:44.3064513Z [ 41%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:59:44.3403020Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:59:44.4567180Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:59:44.5161447Z [ 41%] Built target vec_test_all_types_AVX2 2022-11-23T00:59:44.5213942Z [ 41%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:59:44.5227702Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:59:44.6077049Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:59:44.6928284Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:59:44.7790276Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:59:44.8646639Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:59:44.9433709Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:59:45.0288859Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:59:45.0504720Z [ 41%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:59:45.1201703Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.o 2022-11-23T00:59:45.1274530Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:59:45.1275822Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:59:45.2135837Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.o 2022-11-23T00:59:45.2246416Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:59:45.3248908Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:59:45.4158118Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:59:45.5235143Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:59:45.6597974Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:59:45.7667670Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:59:45.7707909Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:59:45.8012390Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:59:45.8662707Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.o 2022-11-23T00:59:45.8970988Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.o 2022-11-23T00:59:45.9067683Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:59:45.9997756Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:59:46.0705892Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:59:46.1621579Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:59:46.2360962Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:59:46.3087336Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:59:46.3960862Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:59:46.4678820Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:59:46.5549549Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:59:46.6511484Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:59:46.7334232Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:59:46.7932817Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.o 2022-11-23T00:59:46.7943119Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:59:46.8946333Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:59:46.9843715Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:59:47.0432937Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:59:47.0706514Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T00:59:47.1298197Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:59:47.1420545Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:59:47.1737203Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T00:59:47.2094985Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.o 2022-11-23T00:59:47.2211905Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:59:47.2517745Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T00:59:47.3011605Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:59:47.3390286Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:59:47.3752603Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:59:47.4400087Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T00:59:47.4486145Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:59:47.5545806Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:59:47.5701949Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T00:59:47.6336821Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:59:47.6639146Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T00:59:47.7189434Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:59:47.7516685Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T00:59:47.7915113Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:59:47.8015254Z [ 41%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:59:47.8308311Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:59:47.8539499Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:59:47.8843236Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:59:47.9012212Z [ 41%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:59:47.9013204Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.o 2022-11-23T00:59:47.9279002Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.o 2022-11-23T00:59:47.9414732Z [ 41%] Built target nnpack 2022-11-23T00:59:47.9671700Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:59:48.0795107Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:59:48.1638077Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:59:48.2662529Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:59:48.3541642Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T00:59:48.3994544Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.o 2022-11-23T00:59:48.4058021Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T00:59:48.4400218Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.o 2022-11-23T00:59:48.4994951Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T00:59:48.5978627Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T00:59:48.7080879Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:59:48.8125506Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:59:48.8890383Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:59:48.9075480Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.o 2022-11-23T00:59:49.0869028Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:59:49.2224859Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:59:49.3265606Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:59:49.4283366Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:59:49.5004834Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.o 2022-11-23T00:59:49.5057992Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:59:49.5941545Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:59:49.6416715Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:59:49.6616596Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.o 2022-11-23T00:59:49.7352061Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:59:49.8479109Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:59:49.9405602Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:59:50.0259065Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:59:50.1073740Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:59:50.1103392Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:59:50.1879920Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.o 2022-11-23T00:59:50.2114164Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:59:50.2609491Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:59:50.2832543Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.o 2022-11-23T00:59:50.3477912Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:59:50.4596442Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T00:59:50.5828300Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:59:50.7135496Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T00:59:50.7470028Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T00:59:50.8089859Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.o 2022-11-23T00:59:50.8177554Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:59:50.8960199Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T00:59:50.9828110Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T00:59:51.0645595Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:59:51.1382284Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:59:51.1460509Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.o 2022-11-23T00:59:51.2355509Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T00:59:51.3230555Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:59:51.4044341Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T00:59:51.5032038Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T00:59:51.6113781Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:59:51.6526903Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T00:59:51.6960605Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.o 2022-11-23T00:59:51.7643004Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T00:59:51.8592098Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T00:59:51.9633831Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T00:59:51.9824072Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T00:59:52.0475061Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.o 2022-11-23T00:59:52.0777205Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T00:59:52.0993368Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.o 2022-11-23T00:59:52.1593133Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T00:59:52.2590913Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T00:59:52.3538929Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T00:59:52.4774135Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:59:52.5554861Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:59:52.5897509Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:59:52.6728524Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:59:52.7073737Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:59:52.7138664Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:59:52.7836651Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.o 2022-11-23T00:59:52.8049392Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:59:52.8711639Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:59:52.8915110Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:59:52.9898503Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:59:53.0817289Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:59:53.0899644Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:59:53.1950945Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:59:53.2951116Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:59:53.3641938Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:59:53.3831152Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:59:53.4699770Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:59:53.5002812Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:59:53.6102683Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:59:53.6121318Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:59:53.6250501Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:59:53.6955725Z [ 42%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:59:53.7107119Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:59:53.7671467Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T00:59:53.7966699Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.o 2022-11-23T00:59:53.8240028Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.o 2022-11-23T00:59:53.8589601Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T00:59:53.8929366Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T00:59:53.9397703Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:59:53.9466341Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:59:53.9785727Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T00:59:54.0371494Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.o 2022-11-23T00:59:54.0580101Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:59:54.0802948Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T00:59:54.1646126Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T00:59:54.2561119Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:59:54.2582625Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:59:54.3338300Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:59:54.3835977Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:59:54.4054560Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.o 2022-11-23T00:59:54.4534144Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:59:54.4934098Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:59:54.5684622Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:59:54.6305951Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:59:54.6708480Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:59:54.7413482Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:59:54.8054570Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:59:54.8790453Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:59:54.8879387Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:59:54.9698251Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:59:55.0506903Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:59:55.0611025Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:59:55.1405385Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:59:55.2212336Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T00:59:55.3004878Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T00:59:55.3497829Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:59:55.3797874Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T00:59:55.4574238Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:59:55.5374757Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:59:55.5403062Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.o 2022-11-23T00:59:55.5584961Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:59:55.6289394Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:59:55.6441584Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.o 2022-11-23T00:59:55.7071415Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:59:55.7849562Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:59:55.8081089Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:55.9309952Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:59:55.9310895Z [ 43%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:59:55.9655835Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:56.0230296Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.o 2022-11-23T00:59:56.0706059Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:59:56.1525022Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:56.1771255Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:59:56.1939258Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:59:56.2690449Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:59:56.4100790Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.o 2022-11-23T00:59:56.4114869Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:56.4449923Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:59:56.5037906Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:56.6158514Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:59:56.6658100Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:59:56.7141545Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:56.8393240Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:56.9157963Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:59:56.9499320Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.0535135Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:57.1531922Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:59:57.1869014Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.2592849Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:57.2841330Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.o 2022-11-23T00:59:57.3562418Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.4030280Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:59:57.4424933Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:59:57.4642054Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:57.5639547Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.6138016Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:57.6553056Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T00:59:57.6908297Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.6958546Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T00:59:57.8110238Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:57.8385786Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:57.8823938Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T00:59:57.9094049Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T00:59:57.9315345Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.0411959Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:58.0867421Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.1331098Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T00:59:58.1419226Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T00:59:58.1749607Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:58.2549289Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.3849971Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.o 2022-11-23T00:59:58.4014020Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:58.4064475Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T00:59:58.5086473Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.6080160Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:58.6088031Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T00:59:58.7037617Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.8082689Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:58.8794794Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T00:59:58.9083896Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:58.9966697Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:59.0365922Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.o 2022-11-23T00:59:59.1275407Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:59.1506854Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T00:59:59.2215431Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:59.3019687Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:59.3759122Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T00:59:59.4139923Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:59.5060541Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:59.5870337Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T00:59:59.5893811Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T00:59:59.6276670Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:59.7345396Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:59:59.8052029Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:59:59.8400729Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T00:59:59.8477369Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T00:59:59.9044641Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.0034213Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:00.0454063Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.1076704Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T01:00:00.1268349Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T01:00:00.1270628Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:00.1745001Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.2123365Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.o 2022-11-23T01:00:00.2731548Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.o 2022-11-23T01:00:00.3051131Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:00.4070285Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.4102156Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T01:00:00.5129132Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:00.6536555Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T01:00:00.6613135Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.7533089Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:00.8686943Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:00.9038427Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T01:00:00.9710045Z [ 44%] 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:00:01.0707352Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:01.2036741Z [ 44%] 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:00:01.2404411Z [ 44%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T01:00:01.2425024Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:01.2855540Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.o 2022-11-23T01:00:01.3391204Z [ 44%] 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:00:01.4644022Z [ 44%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T01:00:01.4760117Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:01.5125878Z [ 44%] Built target onnx 2022-11-23T01:00:01.5230817Z [ 44%] 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:00:01.6710370Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T01:00:01.7236692Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:01.8310014Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:01.8439736Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T01:00:01.8875923Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T01:00:01.9835111Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:02.0912671Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:00:02.3397710Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:00:02.4126561Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:00:02.5137033Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T01:00:02.5995564Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T01:00:02.7862023Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:00:02.9290231Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:00:02.9756431Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:00:02.9811094Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:00:03.0168072Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T01:00:03.0572001Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T01:00:03.0810134Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:00:03.1920560Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:00:03.2758308Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:00:03.3295941Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:03.3531609Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:03.3663582Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T01:00:03.3824765Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:03.4145520Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T01:00:03.4515192Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T01:00:03.4846787Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:03.5689961Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:03.6048039Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.o 2022-11-23T01:00:03.6720915Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:03.6877823Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:03.7072184Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:03.7883368Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T01:00:03.7973453Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T01:00:03.7974768Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:03.8745194Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:03.9718235Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:03.9791069Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.0062093Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:04.0683121Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T01:00:04.0697037Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.o 2022-11-23T01:00:04.0952430Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:04.1816394Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.1843169Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:04.1955579Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T01:00:04.2062074Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:04.2666041Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T01:00:04.2993358Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T01:00:04.3034709Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.4203455Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:04.4988572Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:04.6066020Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.6633069Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:04.6726393Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:04.6862582Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T01:00:04.7329538Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.7734833Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T01:00:04.7802853Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T01:00:04.8212582Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:04.9238283Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:04.9885949Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:04.9892329Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.0203664Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T01:00:05.0508573Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:05.0967615Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T01:00:05.0971491Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T01:00:05.1354983Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:05.2353674Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.3342152Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:05.4059182Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:00:05.4355231Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T01:00:05.4846157Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.5034515Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:05.5915268Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T01:00:05.6140921Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.6538068Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:05.7023466Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T01:00:05.7075504Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.7703427Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T01:00:05.7794992Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.o 2022-11-23T01:00:05.7865787Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:05.8863575Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:05.9618902Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.0415399Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.0527878Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.1478936Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T01:00:06.1488020Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.2567241Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.2936415Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.o 2022-11-23T01:00:06.3599633Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.4041484Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T01:00:06.4648538Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.5449969Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T01:00:06.5902638Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.5940624Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.6897363Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.o 2022-11-23T01:00:06.6973783Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.8170541Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:06.8669560Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T01:00:06.9058222Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:06.9409932Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T01:00:07.0041632Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:07.0835538Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:07.1865988Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:07.2958303Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T01:00:07.3785940Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:00:07.4616969Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T01:00:07.5461869Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:00:07.6189160Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:00:07.6924020Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T01:00:07.7116197Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:00:07.8012835Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:00:07.9102214Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:00:07.9959599Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:00:08.1023136Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:00:08.1816192Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:00:08.2026598Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T01:00:08.2456964Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T01:00:08.2693482Z [ 46%] 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:00:08.3498626Z [ 46%] 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:00:08.4153459Z [ 46%] 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:00:08.4835608Z [ 46%] 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:00:08.5366508Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:00:08.5718946Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T01:00:08.6914369Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:00:08.7629609Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:08.7779595Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T01:00:08.8566205Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:08.8832628Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:08.9074552Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:00:08.9412526Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T01:00:08.9568018Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T01:00:08.9717233Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T01:00:08.9885212Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:00:09.0553569Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:00:09.1253979Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:00:09.2067787Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:00:09.2068853Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:00:09.2101464Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:00:09.2395150Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:00:09.2928864Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T01:00:09.2982224Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T01:00:09.3065121Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T01:00:09.3210851Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:00:09.3531126Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.o 2022-11-23T01:00:09.3988408Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:00:09.5022166Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:00:09.6061412Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:09.6088837Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:09.6384126Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:09.7036642Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T01:00:09.7302679Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T01:00:09.7689391Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:09.7917535Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.o 2022-11-23T01:00:09.8107586Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.o 2022-11-23T01:00:09.8690175Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:09.9125606Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:09.9566210Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T01:00:10.0200452Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.0258027Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:10.1073133Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T01:00:10.1408612Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.2265263Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:10.3293886Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.4490933Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:10.4742633Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.5449574Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.o 2022-11-23T01:00:10.5867187Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:10.6868397Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.7508751Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T01:00:10.7789709Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:10.8829093Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:10.9619405Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:11.0611520Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:11.1789580Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:11.2874043Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:11.3567945Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T01:00:11.3899526Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:11.4896781Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:11.5418311Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T01:00:11.6081403Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:11.7117450Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:11.7394861Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T01:00:11.8110075Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:11.9102982Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:11.9494616Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T01:00:12.0214929Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.0528004Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:12.1155163Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.o 2022-11-23T01:00:12.1610597Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.2433238Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T01:00:12.2507090Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:12.3784271Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.4413553Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T01:00:12.4662321Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T01:00:12.4869567Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:12.5398993Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.5748930Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.o 2022-11-23T01:00:12.6059491Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.o 2022-11-23T01:00:12.6231071Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:12.7109407Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.8070299Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:12.8957039Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T01:00:12.9027656Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:12.9837196Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:13.1141402Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:13.2179520Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:13.3257909Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:13.4319288Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:00:13.4850781Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:00:13.5152926Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T01:00:13.5671244Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T01:00:13.6525683Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:00:13.7253910Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T01:00:13.7465068Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T01:00:13.8109148Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:00:13.8908969Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:00:13.9648159Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:00:14.0664433Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:00:14.1537808Z [ 47%] 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:00:14.2316195Z [ 47%] 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:00:14.2801025Z [ 47%] 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:00:14.3385292Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T01:00:14.3663259Z [ 47%] 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:00:14.4608464Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:00:14.5687833Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:00:14.6635741Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:00:14.6734319Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:00:14.7674891Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T01:00:14.7688564Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:00:14.7988246Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:00:14.8675952Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.o 2022-11-23T01:00:14.8758772Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:00:14.9461121Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:00:14.9585632Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:00:14.9848729Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:00:15.0072849Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.o 2022-11-23T01:00:15.0377065Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.o 2022-11-23T01:00:15.0716399Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T01:00:15.1452828Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T01:00:15.2865158Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T01:00:15.4469870Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:00:15.4506946Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T01:00:15.5353644Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:00:15.6120359Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:00:15.6910747Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:00:15.8109763Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T01:00:16.0031626Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T01:00:16.0279598Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T01:00:16.1652581Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T01:00:16.3153770Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T01:00:16.3274060Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T01:00:16.4727353Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.o 2022-11-23T01:00:16.5051162Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T01:00:16.6281856Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T01:00:16.6419977Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T01:00:16.7775618Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T01:00:16.8890240Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T01:00:17.0270725Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T01:00:17.1840726Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T01:00:17.3636524Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T01:00:17.4177948Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T01:00:17.5338608Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:00:17.6127132Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:00:17.6721635Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:00:17.6855543Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.o 2022-11-23T01:00:17.7529295Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:00:17.8755293Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:00:17.9444365Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T01:00:18.0215150Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T01:00:18.0620337Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.o 2022-11-23T01:00:18.0757899Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T01:00:18.1412012Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T01:00:18.2316922Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T01:00:18.2483651Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.o 2022-11-23T01:00:18.3592308Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T01:00:18.4762300Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T01:00:18.5824899Z [ 48%] 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:00:18.6812398Z [ 48%] 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:00:18.7947503Z [ 48%] 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:00:18.8559214Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T01:00:18.9150454Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T01:00:19.0707856Z [ 48%] 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:00:19.1808564Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T01:00:19.1829727Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T01:00:19.2736217Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.o 2022-11-23T01:00:19.2897300Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T01:00:19.4339764Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T01:00:19.5126068Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T01:00:19.5897765Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:19.7092763Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:19.7806185Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T01:00:19.7935611Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:00:19.9025858Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:20.0037594Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:20.1115899Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:00:20.1901408Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:20.2654725Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T01:00:20.2829307Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:20.3905813Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:00:20.4868983Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:20.5952225Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:20.5961686Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T01:00:20.6940385Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:20.8037242Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:20.8317656Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:00:20.8985126Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.o 2022-11-23T01:00:20.9272577Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:00:21.0073534Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:00:21.0943493Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T01:00:21.1005026Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T01:00:21.1869735Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:00:21.2769993Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T01:00:21.2844669Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T01:00:21.3714246Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.o 2022-11-23T01:00:21.4238844Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T01:00:21.5003049Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T01:00:21.5329290Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T01:00:21.7308590Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T01:00:21.7834082Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:00:21.8168406Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.o 2022-11-23T01:00:21.8970679Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T01:00:21.9926467Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T01:00:22.0930089Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T01:00:22.1916820Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T01:00:22.2028643Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T01:00:22.2478180Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T01:00:22.2631745Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T01:00:22.4230974Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T01:00:22.5138151Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:00:22.5907611Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:00:22.5964794Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T01:00:22.7037835Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:00:22.7728024Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:00:22.8196556Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T01:00:22.8528991Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T01:00:22.9110215Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:00:23.0056617Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:00:23.0976953Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:00:23.1778303Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:00:23.2067377Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:00:23.2710642Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T01:00:23.2735741Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T01:00:23.2943653Z [ 49%] 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:00:23.3653771Z [ 49%] 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:00:23.4141139Z [ 49%] 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:00:23.4323144Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.o 2022-11-23T01:00:23.4901047Z [ 49%] 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:00:23.5752900Z [ 49%] 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:00:23.6790904Z [ 49%] 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:00:23.6891871Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T01:00:23.7716329Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.o 2022-11-23T01:00:23.7869631Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T01:00:23.8785697Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T01:00:23.9762800Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T01:00:24.0643363Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T01:00:24.0796554Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T01:00:24.1781637Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T01:00:24.2681510Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T01:00:24.3669968Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:00:24.4633428Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T01:00:24.5452516Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T01:00:24.5673101Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:00:24.6580922Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T01:00:24.6585516Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T01:00:24.7305228Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:00:24.8174849Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T01:00:24.8876290Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:00:24.9509121Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T01:00:24.9760281Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T01:00:25.0421010Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:00:25.1294560Z [ 49%] 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:00:25.2240560Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T01:00:25.2255361Z [ 49%] 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:00:25.3156699Z [ 49%] 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:00:25.3385697Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T01:00:25.3591938Z [ 49%] 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:00:25.4018462Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T01:00:25.4554028Z [ 49%] 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:00:25.5068249Z [ 49%] 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:00:25.5265185Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.o 2022-11-23T01:00:25.6025892Z [ 49%] 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:00:25.7113020Z [ 49%] 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:00:25.8245143Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T01:00:25.8252748Z [ 49%] 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:00:25.9003683Z [ 49%] 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:00:25.9054265Z [ 49%] 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:00:25.9061703Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T01:00:26.0104300Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T01:00:26.1171966Z [ 49%] 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:00:26.1717590Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T01:00:26.2173449Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T01:00:26.2394954Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T01:00:26.2440399Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T01:00:26.3276213Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T01:00:26.3697690Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T01:00:26.4015885Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T01:00:26.4188576Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T01:00:26.4428738Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T01:00:26.5189657Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.o 2022-11-23T01:00:26.5220333Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T01:00:26.5370001Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.o 2022-11-23T01:00:26.5422519Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T01:00:26.6211091Z [ 49%] 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:00:26.6753487Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T01:00:26.7167976Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:26.8118807Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:26.9409495Z [ 50%] 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:00:26.9839939Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T01:00:27.0376500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:27.1986894Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:27.2942178Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T01:00:27.3285185Z [ 50%] 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:00:27.4264206Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:27.5276911Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:27.6104907Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.o 2022-11-23T01:00:27.6151693Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T01:00:27.6514502Z [ 50%] 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:00:27.7593220Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:27.8480193Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:27.9073157Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T01:00:28.0256232Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T01:00:28.0379714Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:28.1411780Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:28.2169962Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:28.2678962Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T01:00:28.3020776Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:28.3264684Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:28.4051036Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T01:00:28.4484367Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T01:00:28.4595681Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:28.5716826Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:28.6801482Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:28.7226869Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:28.7607993Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T01:00:28.7764796Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:28.8066110Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T01:00:28.8875253Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:28.9764086Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:28.9961008Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T01:00:29.0319444Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T01:00:29.0644654Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:29.1397967Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.o 2022-11-23T01:00:29.1454288Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:29.1624426Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.o 2022-11-23T01:00:29.2526236Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:29.3334078Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:29.3473281Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T01:00:29.4353070Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:29.5364060Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T01:00:29.5747976Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:29.7165957Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:29.8000542Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:29.8276077Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T01:00:29.8933045Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:29.9946098Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:30.0998796Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:30.1193185Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T01:00:30.1668503Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.o 2022-11-23T01:00:30.2000524Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:30.2845376Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.o 2022-11-23T01:00:30.2992426Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:30.4278279Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:30.4943251Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T01:00:30.5255266Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:30.6471518Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:30.7503281Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:30.8234788Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T01:00:30.8351207Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:30.9589019Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.0588515Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:31.1609529Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.1617488Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T01:00:31.2777659Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:31.3379229Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T01:00:31.3632101Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.3634762Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:31.4995849Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.o 2022-11-23T01:00:31.5389833Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.5707897Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:31.6396700Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T01:00:31.6430979Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T01:00:31.7030836Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.8309010Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:31.9449133Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:31.9791050Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T01:00:32.0279108Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:32.0406746Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.o 2022-11-23T01:00:32.1129594Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:32.1960610Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:32.2305403Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T01:00:32.2996267Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:32.4064852Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:32.5383790Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:32.5658186Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T01:00:32.6167334Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:32.7104814Z [ 51%] 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:00:32.8038956Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:32.8690260Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T01:00:32.9101146Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:33.0190139Z [ 51%] 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:00:33.1010028Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:33.1991402Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:33.2507880Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T01:00:33.3281799Z [ 51%] 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:00:33.4493599Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:33.5225686Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:33.6107376Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T01:00:33.6113484Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T01:00:33.6457593Z [ 51%] 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:00:33.7500375Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:33.8093285Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:33.8194260Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T01:00:33.8520914Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T01:00:33.9764877Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:34.0623062Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:34.0669650Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:34.1169785Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:34.1490687Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.o 2022-11-23T01:00:34.1737357Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T01:00:34.1848507Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T01:00:34.2789742Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:00:34.3872223Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:00:34.5208933Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:00:34.5472515Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T01:00:34.5666099Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T01:00:34.6352829Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:00:34.7489202Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:00:34.7729370Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T01:00:34.8490070Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:00:34.8711006Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:00:34.9153905Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.o 2022-11-23T01:00:34.9492705Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:00:34.9868095Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T01:00:34.9919286Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.o 2022-11-23T01:00:34.9984749Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T01:00:35.0391816Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:00:35.1289488Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:00:35.1352733Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T01:00:35.2191403Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:35.2879589Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:35.3429119Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T01:00:35.4004453Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:35.4202804Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:35.5317068Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T01:00:35.5317971Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:35.6378244Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:35.7216853Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:35.7503544Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:35.8307200Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T01:00:35.8641074Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:35.9713138Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:36.0028803Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:36.0802270Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T01:00:36.1064472Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:36.1204220Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:36.2016046Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T01:00:36.2239579Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:36.3296626Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:36.3573990Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:36.4371620Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T01:00:36.4471236Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:36.4801020Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:36.5443572Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.o 2022-11-23T01:00:36.5748325Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:36.6762623Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:36.7569895Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:36.8263411Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T01:00:36.8483643Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:36.9307625Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:37.0167876Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:37.0355313Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:37.0959570Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.o 2022-11-23T01:00:37.1254125Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:37.2233972Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T01:00:37.2317683Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:37.3394050Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:37.4179538Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:37.5292385Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:37.5656305Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:37.6198377Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T01:00:37.6285708Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T01:00:37.6712420Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:37.7787544Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:00:37.7884652Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T01:00:37.8912102Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:37.9496551Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:37.9612537Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:37.9911895Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T01:00:38.0463170Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T01:00:38.0577022Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.1593833Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.2075371Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.2656226Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T01:00:38.3110195Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.3168661Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T01:00:38.3556710Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.4107767Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T01:00:38.4405772Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.5694599Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.5703302Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.6003377Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.6709944Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T01:00:38.6729772Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T01:00:38.7103944Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.7104890Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.8189909Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T01:00:38.8749385Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:38.9718118Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:38.9996514Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:39.0606057Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:39.0656942Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.o 2022-11-23T01:00:39.1350545Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T01:00:39.1405621Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:39.2409399Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:39.3335567Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:39.4398545Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:39.5641439Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T01:00:39.5778365Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.o 2022-11-23T01:00:39.5830053Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:00:39.6391180Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.o 2022-11-23T01:00:39.6526214Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T01:00:39.6592937Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T01:00:39.7523371Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T01:00:39.8344409Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.o 2022-11-23T01:00:39.8417272Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T01:00:39.9044922Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T01:00:39.9281804Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:00:40.0055039Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:00:40.0797396Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:00:40.1683913Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:00:40.2555325Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:00:40.3849421Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T01:00:40.3984703Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:00:40.5508252Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:00:40.6967988Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T01:00:40.7027760Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:00:40.8526271Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:00:40.9389711Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:00:41.0138953Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T01:00:41.0483477Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:00:41.1369619Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:00:41.2406550Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:00:41.3874156Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:00:41.4003341Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T01:00:41.5345116Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:00:41.6797707Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:00:41.8358184Z [ 53%] 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:00:41.8557728Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T01:00:41.9415065Z [ 53%] 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:00:41.9959231Z [ 53%] 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:00:42.0282320Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.o 2022-11-23T01:00:42.1028531Z [ 53%] 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:00:42.1619691Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T01:00:42.2281829Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:42.3064059Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:42.4652019Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T01:00:42.5061089Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:42.6489200Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:42.8125727Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:42.8618545Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T01:00:42.9217352Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:42.9369416Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:00:43.0104584Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.o 2022-11-23T01:00:43.0326626Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:00:43.0548353Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.o 2022-11-23T01:00:43.1704042Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:00:43.2756134Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T01:00:43.3251513Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:00:43.4609732Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T01:00:43.4784047Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:00:43.6284487Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:00:43.7869719Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:00:43.8606866Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T01:00:43.8768395Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:00:43.9747614Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:00:44.0677517Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:00:44.0981807Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:00:44.1584045Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.o 2022-11-23T01:00:44.1994051Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:00:44.2943969Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:44.3131003Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T01:00:44.4321009Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:44.5409660Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:44.6175239Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T01:00:44.6450288Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:44.6768651Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:44.7587113Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.o 2022-11-23T01:00:44.7792865Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:44.9004441Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:44.9760820Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T01:00:44.9823000Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:45.1032747Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:45.2295514Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:45.3155055Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T01:00:45.3178262Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:45.4294011Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:45.4870839Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:45.5546653Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:45.5694604Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.o 2022-11-23T01:00:45.6473501Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T01:00:45.6590386Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:45.7594202Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:45.8373402Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:45.8747817Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T01:00:45.9408559Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.0162910Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.0470603Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T01:00:46.1151476Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.2287233Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.2545880Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.3310378Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.o 2022-11-23T01:00:46.3318825Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.3601331Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.o 2022-11-23T01:00:46.3947525Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T01:00:46.4388116Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.5318702Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.6104765Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.7325869Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.7678338Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T01:00:46.8305033Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:46.9377564Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:46.9449755Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:47.0431500Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o 2022-11-23T01:00:47.0637551Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:47.1342937Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T01:00:47.1850769Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:47.2625301Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:47.3687324Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:47.4265874Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:47.4635295Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o 2022-11-23T01:00:47.5541033Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:47.6798644Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T01:00:47.7069785Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:47.8075488Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:47.9072099Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:47.9884534Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:48.0152771Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o 2022-11-23T01:00:48.0817102Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:48.0866628Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T01:00:48.1314040Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T01:00:48.1879571Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:48.3183883Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:00:48.4277654Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:00:48.4489033Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:00:48.5296454Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o 2022-11-23T01:00:48.5394891Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T01:00:48.6043948Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T01:00:48.6085127Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:00:48.6933865Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:00:48.7826344Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:00:48.9304139Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:00:48.9591551Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T01:00:49.0422475Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:00:49.1268308Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:00:49.2233792Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:00:49.3619370Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T01:00:49.3703730Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:00:49.4293681Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T01:00:49.5309627Z [ 55%] 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:00:49.6254687Z [ 55%] 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:00:49.7143807Z [ 55%] 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:00:49.7332633Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T01:00:49.8041083Z [ 55%] 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:00:49.8889673Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:00:49.9805270Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:00:50.0857103Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T01:00:50.1117437Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:00:50.2090124Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:00:50.3022762Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:00:50.3795978Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:00:50.3984572Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T01:00:50.4569303Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o 2022-11-23T01:00:50.4828942Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:00:50.5374901Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T01:00:50.5571270Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T01:00:50.6089857Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T01:00:50.6222775Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o 2022-11-23T01:00:50.6810086Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T01:00:50.7550675Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T01:00:50.8699480Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T01:00:50.9456168Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T01:00:50.9586722Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T01:00:51.0652535Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T01:00:51.2301186Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T01:00:51.2957766Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T01:00:51.3820527Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T01:00:51.3831566Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T01:00:51.5348897Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o 2022-11-23T01:00:51.5443957Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T01:00:51.5931433Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T01:00:51.6236723Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T01:00:51.6890965Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T01:00:51.7166823Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T01:00:51.8565264Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:00:51.9799546Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T01:00:52.0314195Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:00:52.0953787Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T01:00:52.1917094Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T01:00:52.2378829Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:00:52.3456638Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o 2022-11-23T01:00:52.3945934Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T01:00:52.4668855Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T01:00:52.5562495Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:00:52.7037811Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T01:00:52.8348162Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T01:00:52.8651341Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T01:00:53.0242787Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:00:53.0938412Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:00:53.1163403Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T01:00:53.1956574Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:00:53.2821585Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:00:53.3611843Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:53.4744447Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:53.5073087Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T01:00:53.6389281Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:53.6616859Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:53.7792146Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T01:00:53.8007535Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T01:00:53.8176566Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T01:00:53.8265534Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:53.9947120Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.0510182Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.1532135Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T01:00:54.1685278Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.2536380Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.3276417Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T01:00:54.3305423Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.4229823Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T01:00:54.4960607Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.6068705Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.6544719Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.6666968Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T01:00:54.7633465Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:54.7671091Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o 2022-11-23T01:00:54.8723932Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.o 2022-11-23T01:00:54.9348695Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.0904656Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.1397072Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T01:00:55.1407270Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T01:00:55.2154684Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.3743823Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.5440579Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.5473064Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.5563910Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T01:00:55.6547432Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.7040302Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o 2022-11-23T01:00:55.7283571Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o 2022-11-23T01:00:55.7792186Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:55.8566283Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T01:00:55.9474840Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:56.1106215Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:56.2568527Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T01:00:56.2809065Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:00:56.4709524Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:56.6448719Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T01:00:56.6481504Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:00:56.8088402Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T01:00:56.9864104Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:00:57.0567273Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T01:00:57.1355719Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:00:57.2572855Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:00:57.4166970Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:00:57.4868350Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T01:00:57.5371473Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:00:57.6902036Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:00:57.8092030Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:00:57.9199914Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:00:57.9513266Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:00:57.9568042Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T01:00:58.0552463Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T01:00:58.0826949Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T01:00:58.2261039Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T01:00:58.3417054Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:00:58.3890360Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T01:00:58.4396840Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T01:00:58.4623063Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T01:00:58.5232610Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:00:58.6769649Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T01:00:58.7550506Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o 2022-11-23T01:00:58.7994646Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T01:00:58.8044589Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:00:58.8557145Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T01:00:58.9102825Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o 2022-11-23T01:00:59.0185575Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:00:59.0796772Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T01:00:59.1270165Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o 2022-11-23T01:00:59.1711466Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T01:00:59.2338065Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:00:59.3880705Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T01:00:59.4880555Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:00:59.5314540Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o 2022-11-23T01:00:59.5895244Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T01:00:59.6076488Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T01:00:59.7627818Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:00:59.9245537Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T01:00:59.9474741Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T01:01:00.0759935Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:01:00.2818274Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T01:01:00.2823357Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T01:01:00.4184047Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:01:00.5273547Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T01:01:00.6816713Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:01:00.6826425Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T01:01:00.8030617Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T01:01:00.9412265Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:01:01.0868384Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T01:01:01.1178268Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T01:01:01.2682023Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:01:01.3597621Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T01:01:01.4176473Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T01:01:01.5221464Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:01:01.6652620Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T01:01:01.6710539Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T01:01:01.7109250Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:01:01.7984389Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o 2022-11-23T01:01:01.8423845Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T01:01:01.9553045Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:01:01.9557938Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T01:01:02.0135387Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:01:02.0917414Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T01:01:02.1008352Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T01:01:02.1035394Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T01:01:02.1737383Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T01:01:02.2763505Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:01:02.3842323Z [ 56%] 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:01:02.5043870Z [ 56%] 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:01:02.5230959Z [ 56%] 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:01:02.5487301Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o 2022-11-23T01:01:02.5894609Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T01:01:02.6542420Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T01:01:02.6731281Z [ 56%] 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:01:02.7638196Z [ 56%] 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:01:02.8069728Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o 2022-11-23T01:01:02.8777434Z [ 56%] 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:01:02.9220760Z [ 56%] 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:01:03.0380162Z [ 56%] 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:01:03.0388551Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T01:01:03.1975022Z [ 56%] 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:01:03.2845953Z [ 56%] 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:01:03.3868454Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T01:01:03.4115212Z [ 56%] 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:01:03.4136903Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T01:01:03.5699817Z [ 56%] 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:01:03.7341661Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T01:01:03.7748821Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T01:01:03.8898187Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T01:01:03.9054185Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.o 2022-11-23T01:01:03.9636086Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T01:01:04.1254305Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T01:01:04.2891320Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T01:01:04.3003792Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T01:01:04.4444378Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T01:01:04.6060088Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T01:01:04.6728112Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T01:01:04.7223321Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:01:04.8769707Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T01:01:05.0351115Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:01:05.1898977Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T01:01:05.2450460Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:01:05.2828234Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T01:01:05.3409078Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T01:01:05.3694873Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T01:01:05.5207730Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:01:05.5328804Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T01:01:05.6469694Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:01:05.6697911Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T01:01:05.6731788Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T01:01:05.6799426Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T01:01:05.7495700Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T01:01:05.7709698Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T01:01:05.9164708Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:01:05.9405516Z [ 58%] 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:01:05.9713053Z [ 58%] 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:01:06.0428637Z [ 58%] 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:01:06.0433782Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T01:01:06.0725733Z [ 58%] 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:01:06.0947400Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T01:01:06.0959531Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T01:01:06.2223948Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T01:01:06.2260656Z [ 58%] 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:01:06.3873332Z [ 58%] 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:01:06.4377494Z [ 58%] 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:01:06.4553903Z [ 58%] 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:01:06.4828796Z [ 58%] 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:01:06.5506170Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T01:01:06.5544874Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T01:01:06.5815289Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T01:01:06.5885643Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T01:01:06.6714012Z [ 58%] 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:01:06.8259833Z [ 58%] 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:01:06.8305029Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T01:01:06.8799845Z [ 58%] 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:01:06.9598492Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T01:01:06.9610332Z [ 58%] 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:01:06.9874135Z [ 58%] 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:01:07.0263524Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o 2022-11-23T01:01:07.1148371Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o 2022-11-23T01:01:07.1408791Z [ 58%] 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:01:07.1477888Z [ 58%] 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:01:07.2697742Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T01:01:07.2974909Z [ 58%] 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:01:07.3203752Z [ 58%] 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:01:07.4389574Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T01:01:07.4737615Z [ 58%] 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:01:07.5670332Z [ 58%] 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:01:07.6190594Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T01:01:07.7432366Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:01:07.8305749Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T01:01:07.8682967Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T01:01:07.8926938Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T01:01:07.9490138Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T01:01:08.0099879Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:01:08.1265690Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T01:01:08.2547372Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:01:08.2565119Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T01:01:08.2832135Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:01:08.3026637Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T01:01:08.3863626Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T01:01:08.4052995Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T01:01:08.4109167Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T01:01:08.5787501Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T01:01:08.6189017Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T01:01:08.6859529Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:01:08.7472055Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T01:01:08.8073637Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T01:01:08.8528818Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o 2022-11-23T01:01:08.9131488Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o 2022-11-23T01:01:08.9227913Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T01:01:09.0577353Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T01:01:09.0651297Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T01:01:09.2502881Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T01:01:09.3915163Z [ 58%] 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:01:09.3919160Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T01:01:09.4786493Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:09.5788085Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:09.7381640Z [ 58%] 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:01:09.8418876Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:09.9491177Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:10.0252781Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:01:10.1105186Z [ 58%] 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:01:10.2126408Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:10.2411192Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:10.2898846Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o 2022-11-23T01:01:10.3461056Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:01:10.3833363Z [ 58%] 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:01:10.4635636Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:10.5682600Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:10.6039589Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:10.6770671Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o 2022-11-23T01:01:10.7036915Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:10.7771570Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T01:01:10.8795892Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:10.9857672Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:11.1458051Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:11.2592634Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:11.3325997Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T01:01:11.3738941Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:11.4830521Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:11.5874750Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:11.6887965Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:11.7410505Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:11.7607639Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T01:01:11.7976784Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T01:01:11.8141222Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T01:01:11.8305567Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:11.9209855Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.0267943Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.0615076Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.0831156Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.1268459Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T01:01:12.1447073Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T01:01:12.1727955Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.2500673Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.3628522Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.3937312Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.4414042Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T01:01:12.5086083Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.5567445Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.5637174Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.6029626Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T01:01:12.6598048Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T01:01:12.6836676Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.7907743Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.8719172Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T01:01:12.8753066Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:12.9787212Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:12.9904734Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.0506038Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.0545933Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T01:01:13.0570628Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T01:01:13.0825880Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T01:01:13.1666038Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.2001996Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.2779017Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o 2022-11-23T01:01:13.2994833Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.3996791Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.4035885Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.4143220Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T01:01:13.4909476Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T01:01:13.5065389Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.5091680Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.6132652Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T01:01:13.6157302Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.6186879Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.7296322Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T01:01:13.7298963Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.8606353Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:13.9428547Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:13.9542721Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:14.0391681Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T01:01:14.0417386Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:14.1500196Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:14.1542815Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T01:01:14.1934442Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:14.2213703Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o 2022-11-23T01:01:14.3137741Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o 2022-11-23T01:01:14.3216424Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:14.4299450Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:14.5435864Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:14.6536411Z [ 59%] 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:01:14.7514358Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:14.8050544Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T01:01:14.8465408Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:14.9660820Z [ 59%] 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:01:15.0661141Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:15.1669918Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:15.3291548Z [ 59%] 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:01:15.3881235Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:01:15.4517728Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:15.5506176Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:15.5786222Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.o 2022-11-23T01:01:15.7352754Z [ 59%] 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:01:15.8139158Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:15.9163961Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:16.0304916Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T01:01:16.0348776Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:16.1265823Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:16.2898676Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:16.3720323Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:16.5493200Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:01:16.6166757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T01:01:16.6530407Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T01:01:16.6754784Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:01:16.8332174Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:01:16.8945680Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:01:16.9018554Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:01:16.9500440Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T01:01:16.9992542Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o 2022-11-23T01:01:17.0346209Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:17.0813399Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:17.1095630Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:17.1397714Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o 2022-11-23T01:01:17.1753165Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o 2022-11-23T01:01:17.2069158Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:17.3245455Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:17.4506182Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:17.5596357Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:17.6058073Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T01:01:17.6635428Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:17.7681899Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:17.8709072Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:17.9785316Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:18.1847315Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:18.2949430Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:18.3015470Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T01:01:18.4021005Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:18.5101742Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:18.6131629Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:18.6926038Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:18.8014924Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:18.9329001Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:19.0353859Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:19.0362069Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T01:01:19.1147943Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:19.2021361Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:19.2909851Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:19.4006850Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:19.4871105Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:19.5942166Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:19.7024731Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:19.8027013Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:19.8173245Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T01:01:19.9074534Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:19.9346986Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:20.0126829Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:20.0471891Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T01:01:20.0530283Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T01:01:20.1433737Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:20.2377721Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:01:20.2405022Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o 2022-11-23T01:01:20.3315016Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:20.3592275Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:20.4209988Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T01:01:20.4797203Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:20.5952518Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:20.6869828Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:20.7139786Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:20.7553086Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:20.7913590Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o 2022-11-23T01:01:20.7962345Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o 2022-11-23T01:01:20.8335597Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T01:01:20.8439499Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T01:01:20.9981745Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.1066175Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.2021641Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.2086741Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.2428408Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T01:01:21.2979067Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T01:01:21.3032333Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.3781003Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.4799342Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.5703675Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.6546872Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.6804088Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.7272589Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T01:01:21.7578407Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T01:01:21.7751776Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:21.8830592Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:21.9874195Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:22.0678875Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:22.1496147Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:22.2535668Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:01:22.2763076Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T01:01:22.2966455Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:01:22.3520934Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o 2022-11-23T01:01:22.3818863Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:01:22.4692738Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:01:22.5562836Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:01:22.7116267Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:01:22.7983965Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T01:01:22.8594081Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:01:23.0168832Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:01:23.1225826Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:01:23.1550229Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:01:23.1937567Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T01:01:23.2003742Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T01:01:23.2450954Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:01:23.3341775Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:01:23.4193266Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:01:23.5295636Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:01:23.5411472Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:01:23.5677967Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:01:23.5772603Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T01:01:23.6399926Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T01:01:23.6748617Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T01:01:23.6888374Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T01:01:23.7213003Z [ 61%] 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:01:23.7342637Z [ 61%] 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:01:23.7896325Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o 2022-11-23T01:01:23.8233783Z [ 61%] 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:01:23.9129585Z [ 61%] 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:01:23.9563693Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:23.9803907Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o 2022-11-23T01:01:24.0219633Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.o 2022-11-23T01:01:24.0556416Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:24.1787119Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T01:01:24.2015088Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:24.2923127Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:24.4692853Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:24.6238862Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:24.6981832Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T01:01:24.7503182Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:01:24.8562115Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:01:25.0210397Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:01:25.0413882Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T01:01:25.1311685Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:01:25.2405030Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:01:25.3685040Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:01:25.4520757Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T01:01:25.4774247Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:25.5970597Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:25.6970166Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:25.8001962Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:25.9058603Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:25.9455342Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:01:26.0148508Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:26.0473559Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:26.1078810Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.o 2022-11-23T01:01:26.1329805Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:26.2498423Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:26.3596654Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:26.4049058Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T01:01:26.4782825Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:26.5832039Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:26.7006779Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:26.7052026Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.o 2022-11-23T01:01:26.7879898Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:26.8042004Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.o 2022-11-23T01:01:26.8058538Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T01:01:26.9468188Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:27.0145232Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T01:01:27.0592643Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:27.1543679Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:27.2855610Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:27.4370014Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:27.4426921Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T01:01:27.5423729Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:27.6355585Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:27.7110131Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:27.7953170Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:27.8721920Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:27.9792804Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:28.1059420Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T01:01:28.1302760Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:28.2363187Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:28.3526730Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:28.3861915Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:28.4471579Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T01:01:28.5114568Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:28.6256549Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:28.7274004Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:28.7401853Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:28.8506731Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:28.8977460Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T01:01:28.9010458Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T01:01:29.1787486Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:29.3198349Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:29.3641606Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:29.4312031Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T01:01:29.4467261Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:29.5535380Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:29.5823911Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:29.6260088Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.o 2022-11-23T01:01:29.6693755Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:29.7589271Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:29.7848322Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:01:29.8208956Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T01:01:29.8507661Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T01:01:29.8770410Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:01:29.9830781Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:01:30.0715272Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:01:30.1722168Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:01:30.2228604Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:01:30.2315861Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T01:01:30.2972717Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T01:01:30.3283869Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:01:30.3737651Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T01:01:30.4260209Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:01:30.4507711Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:01:30.5047884Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.o 2022-11-23T01:01:30.6234242Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:01:30.6403109Z [ 62%] 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:01:30.6689627Z [ 62%] 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:01:30.6880427Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T01:01:30.7166729Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T01:01:30.7501309Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:01:30.7746014Z [ 62%] 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:01:30.8655769Z [ 62%] 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:01:30.9535960Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T01:01:31.0029156Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T01:01:31.1056571Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:01:31.1238467Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T01:01:31.1307990Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T01:01:31.2487226Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:01:31.3088714Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:01:31.4245283Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.o 2022-11-23T01:01:31.4390280Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:01:31.5848805Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.o 2022-11-23T01:01:31.5906641Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:01:31.7132321Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T01:01:31.7284001Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T01:01:31.8217302Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T01:01:31.9348664Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T01:01:32.0439534Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:01:32.1926681Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T01:01:32.2613669Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T01:01:32.3112897Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T01:01:32.4439053Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T01:01:32.5932603Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:01:32.6814492Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T01:01:32.7370767Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T01:01:32.7512022Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:01:32.8759537Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.o 2022-11-23T01:01:32.8948770Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T01:01:33.0766038Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T01:01:33.0792073Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:01:33.2255742Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T01:01:33.3546953Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T01:01:33.4264647Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:01:33.4793628Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T01:01:33.5363900Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.o 2022-11-23T01:01:33.5972670Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T01:01:33.7133294Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T01:01:33.8301392Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T01:01:33.9942552Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T01:01:34.1027527Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T01:01:34.1575106Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T01:01:34.3099260Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T01:01:34.4619679Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T01:01:34.5184453Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T01:01:34.6164726Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T01:01:34.6547661Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T01:01:34.7630704Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.o 2022-11-23T01:01:34.7771259Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T01:01:34.8991656Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T01:01:34.9105325Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T01:01:35.0755922Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T01:01:35.2170641Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:01:35.2262476Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T01:01:35.2839983Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T01:01:35.3336683Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T01:01:35.4870883Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:01:35.5975108Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T01:01:35.7609638Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T01:01:35.7669961Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T01:01:35.8880158Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T01:01:35.9037275Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T01:01:35.9123099Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T01:01:36.0743733Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T01:01:36.2088635Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T01:01:36.2128251Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T01:01:36.2594301Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T01:01:36.3402747Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T01:01:36.3481447Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T01:01:36.3766047Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T01:01:36.4864584Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.o 2022-11-23T01:01:36.4930474Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.o 2022-11-23T01:01:36.5308314Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:01:36.6243059Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T01:01:36.7071110Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T01:01:36.7364558Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:01:36.8890745Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T01:01:37.0353500Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T01:01:37.0422337Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:01:37.1547964Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:01:37.2608256Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:01:37.3670485Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T01:01:37.4878547Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T01:01:37.5589399Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T01:01:37.6305577Z [ 63%] 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:01:37.6614133Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.o 2022-11-23T01:01:37.7955419Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:37.9629315Z [ 63%] 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:01:38.1111104Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:38.2408838Z [ 63%] 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:01:38.3012405Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T01:01:38.3714409Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:38.5370737Z [ 63%] 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:01:38.6533814Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:38.6607306Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T01:01:38.8232242Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:38.9867991Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:39.0951042Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T01:01:39.1210624Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:39.2453583Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:39.3458892Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T01:01:39.3916686Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:39.5532616Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:39.6890624Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:39.7113012Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T01:01:39.8613781Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:39.9800415Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:40.1549829Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:40.1740352Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T01:01:40.3172853Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:40.5138984Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:40.5881710Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T01:01:40.6756754Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:40.7548843Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:40.7794006Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:40.8041554Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.o 2022-11-23T01:01:40.8721727Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.o 2022-11-23T01:01:40.9193647Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:40.9554107Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T01:01:41.0682273Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T01:01:41.1057305Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T01:01:41.1097806Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:41.2961507Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:41.3976650Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:41.4070674Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:41.4287487Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T01:01:41.5909121Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T01:01:41.5909694Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:41.7576853Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:41.7791740Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T01:01:41.9396038Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:41.9665858Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:42.1139799Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T01:01:42.1154436Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:42.2337479Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:42.2957887Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T01:01:42.3752588Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:42.4499353Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:42.5030094Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:42.5466547Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.o 2022-11-23T01:01:42.5640133Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.o 2022-11-23T01:01:42.6244180Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T01:01:42.6956319Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:42.8557865Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:43.0366998Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:43.0701963Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T01:01:43.1782688Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:43.3008875Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:43.4667574Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:43.5494929Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T01:01:43.5576094Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:43.6769953Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T01:01:43.7758318Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:43.9365592Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:44.0010541Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:44.0859949Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T01:01:44.1160797Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:44.1870156Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:44.2218296Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:44.2337844Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.o 2022-11-23T01:01:44.2427180Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:44.3258223Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.o 2022-11-23T01:01:44.3938058Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:44.5414377Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:44.6727640Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:44.6949532Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T01:01:44.8078795Z [ 64%] 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:01:44.9495470Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:45.0689193Z [ 64%] 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:01:45.1956000Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:45.2098198Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T01:01:45.3148284Z [ 64%] 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:01:45.3417615Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.o 2022-11-23T01:01:45.3936278Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:45.4453955Z Compiling functions.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/functions.o 2022-11-23T01:01:45.5333368Z [ 64%] 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:01:45.6293364Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T01:01:45.6984950Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:45.8897310Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:45.9591540Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T01:01:45.9803276Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T01:01:46.0317747Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:46.1140488Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:46.1479545Z Compiling onerank_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/onerank_reduce.o 2022-11-23T01:01:46.2411777Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:46.3319830Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:46.3348020Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T01:01:46.3728090Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T01:01:46.4508269Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:46.5675168Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:46.6172238Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T01:01:46.6908428Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:46.7272118Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:46.8622061Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T01:01:46.8976758Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:46.9981303Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:47.0154153Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:47.0155031Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T01:01:47.0859708Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T01:01:47.1289452Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T01:01:47.1848389Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:47.1874285Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:47.2256664Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:47.3517832Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T01:01:47.3518776Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T01:01:47.3603220Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T01:01:47.3982626Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:47.5259283Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T01:01:47.5316757Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:47.7126101Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:47.8522528Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:47.8577220Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T01:01:47.8704485Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:47.8844615Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:47.9620374Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:48.0156480Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T01:01:48.0263183Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T01:01:48.0317969Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T01:01:48.1445661Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:48.2805913Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:48.3204913Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T01:01:48.3651183Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:48.4186429Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:48.4273107Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:48.4834874Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:48.4941573Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T01:01:48.5980303Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T01:01:48.6192461Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T01:01:48.6552946Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:48.7708762Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:48.7937788Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T01:01:48.9076266Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:48.9504009Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:49.0578462Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T01:01:49.0817114Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T01:01:49.0997711Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:49.1406392Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:49.2549158Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:01:49.2660762Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T01:01:49.3194549Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T01:01:49.3926043Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:49.5062188Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:49.5604516Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:49.5630762Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T01:01:49.6375344Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T01:01:49.6832642Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:49.7293350Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:49.7340110Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T01:01:49.8805963Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T01:01:49.9249579Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:49.9770822Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.0740575Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:50.0807671Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T01:01:50.0877138Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T01:01:50.1304276Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T01:01:50.1988212Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.2375258Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:50.3966601Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T01:01:50.4211493Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.4433380Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:50.4577032Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.4710857Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:50.5485200Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T01:01:50.5992454Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T01:01:50.6369672Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T01:01:50.6467374Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.8206410Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:50.8223627Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T01:01:50.8733641Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T01:01:50.9048390Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:50.9678691Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T01:01:51.0360502Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:51.0405393Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:51.0482662Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:51.1314185Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:51.1568740Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T01:01:51.1811266Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T01:01:51.2110194Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T01:01:51.2548012Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:51.2826754Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T01:01:51.3761095Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:01:51.4883491Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:01:51.5039638Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:01:51.5138382Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T01:01:51.6262269Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T01:01:51.6446544Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:01:51.7784826Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:01:51.8025840Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T01:01:51.8336865Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:01:51.8866966Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:01:51.9500789Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:01:51.9516827Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.0350750Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:01:52.0871823Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:52.2027272Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.2258796Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:52.2504657Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:52.3902200Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.4193419Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:01:52.4311134Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.5496639Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.5915161Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:52.7651371Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:52.7779576Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:52.8910559Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:52.9313111Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:52.9577218Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:52.9753150Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:53.0617385Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:53.0988157Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.1036750Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.1263185Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:53.1995022Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.2710980Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:53.4207790Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:53.4420229Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.5534582Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:53.5777092Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:53.6137550Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:53.6189092Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.6918527Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.7456147Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:53.7672176Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:53.8905219Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:53.9138703Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.0479475Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.0547953Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.0758511Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.1249467Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.1920881Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.2149295Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.2604520Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.3688353Z Archiving objects > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/colldevice.a 2022-11-23T01:01:54.4355204Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.5024879Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.5617507Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.5685088Z Linking libnccl.so.2.14.3 > /var/lib/jenkins/workspace/build/nccl/lib/libnccl.so.2.14.3 2022-11-23T01:01:54.5730483Z Archiving libnccl_static.a > /var/lib/jenkins/workspace/build/nccl/lib/libnccl_static.a 2022-11-23T01:01:54.5919704Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.6038807Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.6318901Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.7001568Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.7611251Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.8134006Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.8663714Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:54.9327610Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.9541984Z [ 66%] No install step for 'nccl_external' 2022-11-23T01:01:54.9661645Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:54.9725707Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:54.9771219Z [ 66%] Completed 'nccl_external' 2022-11-23T01:01:54.9993873Z [ 66%] Built target nccl_external 2022-11-23T01:01:55.0058775Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:55.0344149Z [ 66%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o 2022-11-23T01:01:55.0502783Z [ 66%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o 2022-11-23T01:01:55.1225985Z [ 66%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o 2022-11-23T01:01:55.1472380Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:55.2430863Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:55.3075618Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:55.3172092Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:55.4700591Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:55.4799469Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:55.6316242Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:55.8048346Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:55.8066120Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:55.9194090Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:55.9430814Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:56.0678180Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:56.0911017Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:56.1913833Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:56.2446238Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:56.3491170Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:56.4082366Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:56.5425994Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:56.5798048Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:56.6804625Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:01:56.6879010Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:56.8489175Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:01:57.0234498Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.0235595Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:01:57.1681735Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:01:57.1908806Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:01:57.3026998Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.3546060Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:01:57.4808264Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:01:57.5004374Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:01:57.5369774Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:01:57.5950999Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.6310516Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.6481459Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.7088985Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:01:57.7445726Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:01:57.8544541Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:57.8931711Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:01:57.9461833Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.0176768Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.0759477Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:01:58.1070261Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.1814502Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.2368719Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:01:58.2412206Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.2870852Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.2945186Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.4065105Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.4143694Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:01:58.4981928Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.5176505Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o 2022-11-23T01:01:58.5806357Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o 2022-11-23T01:01:58.6216577Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o 2022-11-23T01:01:58.6267944Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:01:58.6608860Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.7128662Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/cuda_allreduce_bcube.cc:9: 2022-11-23T01:01:58.7129672Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/cuda_allreduce_bcube.h:19: 2022-11-23T01:01:58.7130923Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7131614Z Exception() = default; 2022-11-23T01:01:58.7131907Z ^ 2022-11-23T01:01:58.7132565Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7133031Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7133324Z ^ 2022-11-23T01:01:58.7133810Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7134306Z InvalidOperationException() = default; 2022-11-23T01:01:58.7134519Z ^ 2022-11-23T01:01:58.7135655Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T01:01:58.7136120Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T01:01:58.7136411Z ^ 2022-11-23T01:01:58.7136726Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T01:01:58.7137069Z Exception() = default; 2022-11-23T01:01:58.7137240Z ^ 2022-11-23T01:01:58.7137841Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7138217Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7138418Z ^ 2022-11-23T01:01:58.7138945Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7139346Z IoException() = default; 2022-11-23T01:01:58.7139508Z ^ 2022-11-23T01:01:58.7140111Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T01:01:58.7140508Z struct IoException : public ::gloo::Exception { 2022-11-23T01:01:58.7140701Z ^ 2022-11-23T01:01:58.7141051Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T01:01:58.7141345Z Exception() = default; 2022-11-23T01:01:58.7141536Z ^ 2022-11-23T01:01:58.7142098Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7142537Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7142736Z ^ 2022-11-23T01:01:58.7142896Z 3 warnings generated. 2022-11-23T01:01:58.7210332Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:01:58.7437786Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o 2022-11-23T01:01:58.7806059Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/cuda_allreduce_halving_doubling.cc:9: 2022-11-23T01:01:58.7806814Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/cuda_allreduce_halving_doubling.h:16: 2022-11-23T01:01:58.7808224Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7808909Z Exception() = default; 2022-11-23T01:01:58.7809234Z ^ 2022-11-23T01:01:58.7810339Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7811077Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7811438Z ^ 2022-11-23T01:01:58.7812336Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7813046Z InvalidOperationException() = default; 2022-11-23T01:01:58.7813412Z ^ 2022-11-23T01:01:58.7814590Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T01:01:58.7815495Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T01:01:58.7873837Z ^ 2022-11-23T01:01:58.7876425Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T01:01:58.7876917Z Exception() = default; 2022-11-23T01:01:58.7877092Z ^ 2022-11-23T01:01:58.7877721Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7878116Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7878323Z ^ 2022-11-23T01:01:58.7879245Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T01:01:58.7879844Z IoException() = default; 2022-11-23T01:01:58.7880025Z ^ 2022-11-23T01:01:58.7880595Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T01:01:58.7880982Z struct IoException : public ::gloo::Exception { 2022-11-23T01:01:58.7881188Z ^ 2022-11-23T01:01:58.7881488Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T01:01:58.7881784Z Exception() = default; 2022-11-23T01:01:58.7881941Z ^ 2022-11-23T01:01:58.7882487Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T01:01:58.7882873Z struct Exception : public std::runtime_error { 2022-11-23T01:01:58.7883061Z ^ 2022-11-23T01:01:58.7884601Z 3 warnings generated. 2022-11-23T01:01:58.7892858Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:01:58.8095094Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o 2022-11-23T01:01:58.8519399Z [ 68%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o 2022-11-23T01:01:58.8589109Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:01:58.9181311Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.9371261Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:58.9909929Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:01:59.0122241Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:01:59.0589326Z [ 68%] Linking CXX static library ../../../lib/libgloo_cuda.a 2022-11-23T01:01:59.0933262Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.0998726Z [ 68%] Built target gloo_cuda 2022-11-23T01:01:59.1067333Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.1206582Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.1940879Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:01:59.2885658Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:01:59.3231493Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.4345537Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:01:59.4939904Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:01:59.5537765Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.6036970Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:01:59.6793704Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.6941849Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:01:59.6958579Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.7004815Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.7395342Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:01:59.8398626Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:01:59.9107195Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:01:59.9650688Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:01:59.9932667Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:00.0193384Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T01:02:00.1313851Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:02:00.1856473Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T01:02:00.2277692Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T01:02:00.2610663Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.2899131Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T01:02:00.3724923Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:02:00.3981622Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T01:02:00.4459922Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.4691621Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:02:00.5267532Z [ 68%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T01:02:00.5567986Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.5796840Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:02:00.5845005Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.6051341Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:02:00.6065842Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T01:02:00.6284801Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages] 2022-11-23T01:02:00.6285899Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:02:00.6286433Z ^ 2022-11-23T01:02:00.6286760Z 1 warning generated. 2022-11-23T01:02:00.6375618Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.7027093Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T01:02:00.7249098Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T01:02:00.7251370Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T01:02:00.7494830Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T01:02:00.7786667Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:02:00.8515934Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:02:00.8517039Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.8523294Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:02:00.8845972Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:02:00.9220283Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T01:02:00.9320508Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T01:02:01.0039498Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T01:02:01.0041637Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T01:02:01.0223680Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T01:02:01.0326596Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.0672150Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.0727120Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.1958954Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T01:02:01.1999903Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T01:02:01.2067874Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T01:02:01.2116544Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.2159216Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T01:02:01.2815522Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.3337281Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.4665172Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T01:02:01.4911235Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.6655724Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.7429709Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.7816702Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.8391483Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T01:02:01.8658699Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T01:02:01.9337685Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:01.9344209Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T01:02:01.9788186Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.1200523Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T01:02:02.1232779Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.1463571Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T01:02:02.2892026Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.4732859Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.5087602Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.5142214Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.5490724Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.6023972Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.6355830Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T01:02:02.6499367Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T01:02:02.6779601Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T01:02:02.6889488Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T01:02:02.7962534Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.8301131Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:02.9669357Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T01:02:03.0025513Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.0061229Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.0263771Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.1666063Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T01:02:03.1846195Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T01:02:03.2016969Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.2833826Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.3280926Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T01:02:03.4695311Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.5192265Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.6343508Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.6409304Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T01:02:03.6466903Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T01:02:03.8002894Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.8787815Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.8907796Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:03.9802785Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T01:02:04.0398350Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T01:02:04.0583744Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T01:02:04.0719455Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.0735219Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T01:02:04.0796042Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T01:02:04.2538030Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.3660014Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.4135650Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T01:02:04.4493048Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.4835406Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.5223494Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T01:02:04.5706985Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.5784751Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.5823520Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T01:02:04.6365439Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.7502475Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T01:02:04.7518522Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.8075273Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T01:02:04.8909978Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:02:04.9001425Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:02:04.9342478Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:02:05.0903815Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:02:05.0916352Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T01:02:05.0929381Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T01:02:05.1187423Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:02:05.1337775Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:02:05.1407428Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:02:05.2106025Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T01:02:05.2428601Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T01:02:05.2984451Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T01:02:05.3061507Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:02:05.4176503Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:02:05.4560003Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:02:05.5549212Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T01:02:05.5774582Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:02:05.5787861Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T01:02:05.5972570Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T01:02:05.6004402Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:02:05.6974205Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:02:05.7111967Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T01:02:05.7350724Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T01:02:05.8095860Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:02:05.8985758Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:05.9093537Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:05.9294571Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T01:02:06.0692408Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T01:02:06.0786890Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.0841838Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.1082692Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.2372544Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T01:02:06.2685717Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T01:02:06.2764946Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.3007616Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.4153482Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T01:02:06.4221502Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.4311592Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T01:02:06.5939813Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.6350797Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.6467086Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.6652363Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.7694373Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.7742674Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T01:02:06.7921357Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T01:02:06.7941516Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T01:02:06.7963470Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.8025833Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T01:02:06.9211781Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T01:02:06.9631430Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:06.9758476Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:02:07.0947149Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:07.1482818Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T01:02:07.1693026Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:02:07.2038207Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:02:07.2802269Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T01:02:07.3307625Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T01:02:07.3369711Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:02:07.4203380Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:02:07.5038322Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T01:02:07.5181803Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:02:07.5321922Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:02:07.5822183Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T01:02:07.6417455Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:02:07.7003009Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T01:02:07.7611772Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:02:07.7682565Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:02:07.8903464Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T01:02:07.8933977Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:02:07.9116983Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:02:07.9182875Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:02:07.9197727Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:02:08.0119877Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T01:02:08.0204546Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:02:08.0447864Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T01:02:08.0481567Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T01:02:08.0663887Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T01:02:08.1382442Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:02:08.2613870Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:02:08.2862682Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T01:02:08.4089648Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:02:08.5961084Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:02:08.6503762Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:02:08.6920787Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:02:08.8104168Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T01:02:08.8471610Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:02:08.8495671Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T01:02:08.8533241Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:02:08.8841526Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:02:08.8878870Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:02:08.9649535Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T01:02:08.9969770Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T01:02:09.0016925Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T01:02:09.0246305Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:02:09.0986490Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:02:09.1826955Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T01:02:09.2590950Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:02:09.3171185Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:02:09.3212088Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T01:02:09.4059047Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:02:09.4266054Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T01:02:09.4630321Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T01:02:09.5155428Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:02:09.5347564Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:02:09.5827079Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:02:09.6313502Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T01:02:09.6573996Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T01:02:09.6964145Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:02:09.6985960Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T01:02:09.7210756Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T01:02:09.8169018Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T01:02:09.8186884Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T01:02:09.8548711Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T01:02:09.8874369Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:02:09.9358779Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T01:02:10.0417875Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T01:02:10.0558699Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:02:10.1718862Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T01:02:10.2094697Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T01:02:10.2096033Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T01:02:10.2674017Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:02:10.2952675Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T01:02:10.3043816Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T01:02:10.3287913Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T01:02:10.3566163Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T01:02:10.4045215Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T01:02:10.4479562Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T01:02:10.4661163Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T01:02:10.5994645Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:02:10.6266559Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T01:02:10.6468124Z [ 71%] 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:02:10.7349448Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T01:02:10.7359828Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T01:02:10.7877839Z [ 71%] 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:02:10.8184534Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T01:02:10.8255924Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T01:02:10.9021806Z [ 71%] 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:02:10.9736264Z [ 71%] 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:02:11.0512434Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T01:02:11.1039314Z [ 71%] 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:02:11.1326998Z [ 71%] 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:02:11.1694548Z [ 71%] 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:02:11.2134201Z [ 71%] 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:02:11.2294762Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T01:02:11.2379756Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T01:02:11.2768608Z [ 71%] 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:02:11.2971152Z [ 71%] 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:02:11.3328630Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T01:02:11.3963521Z [ 71%] 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:02:11.4299853Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T01:02:11.4498055Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T01:02:11.5316335Z [ 71%] 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:02:11.5851747Z [ 71%] 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:02:11.6319617Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T01:02:11.6662085Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T01:02:11.6723313Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T01:02:11.7087422Z [ 71%] 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:02:11.8497688Z [ 71%] 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:02:11.8616200Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T01:02:11.9508641Z [ 71%] 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:02:11.9751136Z [ 71%] 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:02:11.9968487Z [ 71%] 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:02:12.0420827Z [ 71%] 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:02:12.0755702Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T01:02:12.1296785Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T01:02:12.1498609Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T01:02:12.1653712Z [ 71%] 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:02:12.1896044Z [ 71%] 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:02:12.2314308Z [ 71%] 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:02:12.2887326Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T01:02:12.3085946Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T01:02:12.3592707Z [ 71%] 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:02:12.3723527Z [ 71%] 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:02:12.4247093Z [ 71%] 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:02:12.4302684Z [ 71%] 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:02:12.5064017Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T01:02:12.5272624Z [ 71%] 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:02:12.5273195Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T01:02:12.5473110Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T01:02:12.5505740Z [ 72%] 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:02:12.6780957Z [ 72%] 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:02:12.6786601Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T01:02:12.6814427Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T01:02:12.8358815Z [ 72%] 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:02:12.8573614Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T01:02:13.0010459Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T01:02:13.0258754Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T01:02:13.0406448Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T01:02:13.0468015Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T01:02:13.2137766Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T01:02:13.2746244Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T01:02:13.3130884Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T01:02:13.3290241Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T01:02:13.4158605Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T01:02:13.4230269Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T01:02:13.4526349Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T01:02:13.5894373Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T01:02:13.6640924Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T01:02:13.6641475Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T01:02:13.6880284Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T01:02:13.7391733Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T01:02:13.7485043Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:02:13.7772331Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T01:02:13.8006807Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T01:02:13.9130308Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T01:02:13.9405170Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:02:13.9768651Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:02:14.0327628Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:02:14.0543845Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T01:02:14.0981757Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T01:02:14.1752183Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:02:14.1818014Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T01:02:14.3289164Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:02:14.3301490Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T01:02:14.4529320Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:02:14.4584616Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:02:14.4724772Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:02:14.6107052Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T01:02:14.6320538Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:02:14.6321743Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T01:02:14.6332397Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:02:14.6333363Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T01:02:14.6599639Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:02:14.7885400Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T01:02:14.7989606Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T01:02:14.8167705Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:02:14.9731086Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:02:14.9832141Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:02:14.9919557Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:02:15.0367734Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T01:02:15.0879232Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T01:02:15.1280885Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:02:15.1414865Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T01:02:15.2072552Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:02:15.2432581Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:02:15.2717158Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T01:02:15.3546747Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T01:02:15.3663734Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:02:15.4869717Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:02:15.4890338Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:02:15.5746769Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:02:15.6440002Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T01:02:15.6474599Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T01:02:15.7086666Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:02:15.7183529Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:02:15.7592762Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T01:02:15.7650496Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:02:15.8446068Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T01:02:15.9068521Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T01:02:15.9352704Z [ 73%] 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:02:16.0222514Z [ 73%] 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:02:16.1011731Z [ 73%] 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:02:16.1065216Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T01:02:16.1701734Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T01:02:16.2613306Z [ 73%] 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:02:16.2681694Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T01:02:16.4288974Z [ 73%] 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:02:16.4362429Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T01:02:16.4376747Z [ 73%] 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:02:16.4748152Z [ 73%] 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:02:16.5631157Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T01:02:16.5633942Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T01:02:16.5995358Z [ 73%] 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:02:16.6062571Z [ 73%] 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:02:16.7174531Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T01:02:16.7583981Z [ 73%] 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:02:16.8686092Z [ 73%] 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:02:16.8885502Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T01:02:16.8889527Z [ 73%] 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:02:16.8927569Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T01:02:16.9802404Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T01:02:16.9828093Z [ 73%] 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:02:17.0195553Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T01:02:17.1203556Z [ 73%] 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:02:17.1256852Z [ 73%] 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:02:17.2324295Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T01:02:17.2815903Z [ 73%] 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:02:17.3215549Z [ 73%] 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:02:17.3739905Z [ 73%] 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:02:17.4047219Z [ 73%] 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:02:17.4496886Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T01:02:17.4768519Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T01:02:17.4966590Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T01:02:17.5194236Z [ 73%] 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:02:17.6610686Z [ 73%] 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:02:17.6821855Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T01:02:17.7694221Z [ 73%] 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:02:17.8089901Z [ 73%] 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:02:17.8148514Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T01:02:17.8846271Z [ 73%] 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:02:17.9045675Z [ 73%] 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:02:17.9159474Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T01:02:17.9427448Z [ 73%] 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:02:18.0163797Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T01:02:18.0339679Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T01:02:18.0970286Z [ 73%] 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:02:18.2746769Z [ 73%] 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:02:18.2927274Z [ 73%] 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:02:18.3637859Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T01:02:18.3811772Z [ 73%] 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:02:18.4005292Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T01:02:18.4136332Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T01:02:18.4371266Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T01:02:18.5343201Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T01:02:18.5407542Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:02:18.5556498Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:02:18.6676077Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:02:18.6791029Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T01:02:18.6870942Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T01:02:18.6918958Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T01:02:18.7947929Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T01:02:18.7986081Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T01:02:18.8023312Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T01:02:18.8327672Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T01:02:18.9373011Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T01:02:18.9613858Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:02:19.0451117Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:02:19.0851623Z [ 73%] 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:02:19.1066774Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T01:02:19.1668197Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T01:02:19.1976871Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T01:02:19.2267987Z [ 73%] 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:02:19.2691834Z [ 73%] 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:02:19.3530526Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T01:02:19.4234666Z [ 73%] 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:02:19.4581444Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:02:19.4620145Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:02:19.5252146Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:02:19.5550287Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T01:02:19.5597958Z [ 73%] 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:02:19.5875745Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T01:02:19.5880678Z [ 73%] 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:02:19.6167734Z [ 73%] 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:02:19.6606496Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T01:02:19.6663603Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T01:02:19.7250114Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T01:02:19.7377016Z [ 73%] 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:02:19.8886146Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:02:19.9310206Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:02:20.0061279Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:02:20.0081728Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T01:02:20.0955438Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:20.0956532Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T01:02:20.1168129Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:20.1208498Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T01:02:20.1439083Z [ 74%] 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:02:20.2493709Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T01:02:20.2512489Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T01:02:20.2686459Z [ 74%] 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:02:20.3573013Z [ 74%] 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:02:20.3892840Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T01:02:20.5029027Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:20.5369215Z [ 74%] 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:02:20.5634440Z [ 74%] 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:02:20.6281891Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T01:02:20.7108702Z [ 74%] 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:02:20.7204485Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T01:02:20.7335200Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:20.7675515Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T01:02:20.7831070Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:20.8451301Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T01:02:20.8724425Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T01:02:20.9138012Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:21.0828779Z [ 75%] 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:02:21.0925034Z [ 75%] 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:02:21.1331700Z [ 75%] 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:02:21.2478713Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T01:02:21.2628117Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:21.2629749Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T01:02:21.2810582Z [ 75%] 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:02:21.2869515Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T01:02:21.3893313Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T01:02:21.4461391Z [ 75%] 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:02:21.4904510Z [ 75%] 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:02:21.6039253Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T01:02:21.6087061Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:21.6798679Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:21.6984682Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:21.7015325Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:21.7697274Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T01:02:21.8237062Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T01:02:21.8634673Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T01:02:21.8783702Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:21.9893906Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:22.0009583Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T01:02:22.0273430Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:22.1101582Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:22.1337210Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:22.1803285Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T01:02:22.1862796Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:22.2291108Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:22.3036912Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T01:02:22.3224082Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:22.3280835Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T01:02:22.3754170Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T01:02:22.3764363Z [ 75%] 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:02:22.4892671Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T01:02:22.5589562Z [ 75%] 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:02:22.6624071Z [ 75%] 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:02:22.6877594Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T01:02:22.7712741Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:22.8558220Z [ 75%] 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:02:22.8971933Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T01:02:22.9217774Z [ 75%] 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:02:22.9401014Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T01:02:22.9818594Z [ 75%] 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:02:23.0058694Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T01:02:23.0396447Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T01:02:23.0466281Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:23.1124706Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T01:02:23.1226006Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:23.2081355Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T01:02:23.2329521Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:23.3468423Z [ 75%] 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:02:23.3946077Z [ 75%] 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:02:23.4857396Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T01:02:23.4862669Z [ 75%] 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:02:23.5475753Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T01:02:23.5638892Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:23.6103678Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T01:02:23.7106835Z [ 75%] 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:02:23.7379306Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T01:02:23.7588302Z [ 75%] 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:02:23.7839160Z [ 75%] 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:02:23.8745441Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:23.8792415Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T01:02:23.8838606Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T01:02:23.9317574Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T01:02:23.9970426Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:02:24.1039250Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:02:24.1508424Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T01:02:24.2238030Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:02:24.2658493Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:02:24.3738672Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T01:02:24.4451241Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.4695137Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.5792460Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.5949351Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T01:02:24.6172463Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.6243250Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T01:02:24.6463534Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.7335701Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T01:02:24.7465734Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T01:02:24.7662570Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.7872910Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:24.7947778Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T01:02:24.9287292Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T01:02:24.9505370Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:25.0507398Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:25.0748542Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T01:02:25.1675172Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:02:25.2727224Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:02:25.2919691Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T01:02:25.3154332Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:02:25.3871909Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:02:25.4108091Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T01:02:25.4246972Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T01:02:25.5390772Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:02:25.6378843Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T01:02:25.6439177Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:02:25.7632625Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:02:25.8708936Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:02:25.8749012Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:25.8878320Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:26.0209758Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T01:02:26.0391913Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T01:02:26.0424912Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:26.1375114Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:26.1856315Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:26.1865088Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:02:26.2152405Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T01:02:26.2933924Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T01:02:26.3567643Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T01:02:26.3621904Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T01:02:26.3653213Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:02:26.4160646Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:02:26.4831874Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T01:02:26.5708788Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:02:26.6949504Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:02:26.7289712Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T01:02:26.7508913Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:26.7596501Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T01:02:26.8509911Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T01:02:26.8926211Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:26.9184366Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T01:02:27.0365005Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:27.0601002Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:27.0986964Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:27.1672338Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:02:27.1954877Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T01:02:27.2212931Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T01:02:27.2686136Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:02:27.3186307Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T01:02:27.3575181Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:02:27.3996759Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T01:02:27.4393902Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:02:27.5293183Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T01:02:27.5650489Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T01:02:27.5798156Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:02:27.5833798Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T01:02:27.7338168Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:02:27.9028650Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:02:27.9299653Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:02:27.9628975Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:02:28.0423133Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T01:02:28.0424635Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T01:02:28.0473142Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:02:28.0910665Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T01:02:28.2014877Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:02:28.2094249Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:02:28.2753336Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:02:28.3276092Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T01:02:28.3826553Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T01:02:28.4164992Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:02:28.5818004Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:02:28.5849160Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T01:02:28.6325884Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:02:28.6852694Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:02:28.7112355Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T01:02:28.7528752Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T01:02:28.8053002Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:02:28.8508633Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:02:28.9205919Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T01:02:29.0182214Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:02:29.1254053Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:02:29.1546657Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:02:29.1824112Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T01:02:29.2839117Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T01:02:29.2874588Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:02:29.3128172Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T01:02:29.3186418Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:02:29.4059309Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T01:02:29.4098375Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:02:29.4810051Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T01:02:29.5309882Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:29.5999628Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:29.6268259Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:29.6974523Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T01:02:29.7660492Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T01:02:29.7967832Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:29.9130263Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:29.9343359Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T01:02:29.9875803Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.0355147Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T01:02:30.0629419Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.1199099Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T01:02:30.1951443Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.3745909Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.4855842Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.4896822Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.5550823Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T01:02:30.5958784Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.6225622Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T01:02:30.6514199Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T01:02:30.7666892Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.7886394Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T01:02:30.8578389Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:30.9292473Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T01:02:31.0237801Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:31.0768290Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:31.1719626Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T01:02:31.1899874Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:31.2123318Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:02:31.3672141Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:02:31.3697067Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T01:02:31.3698292Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:02:31.4435438Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:02:31.4969168Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T01:02:31.5293435Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T01:02:31.5531661Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:02:31.5851878Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:02:31.7137684Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T01:02:31.7315461Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:02:31.8676995Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:02:31.8821248Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T01:02:32.0300437Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:02:32.0748967Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:02:32.1520867Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:02:32.1594861Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:02:32.1755236Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:02:32.1756426Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T01:02:32.2906427Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T01:02:32.3246549Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T01:02:32.3648327Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:02:32.3846135Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:02:32.5071589Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T01:02:32.5074872Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:02:32.6133411Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:02:32.6576945Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T01:02:32.6766260Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T01:02:32.7757437Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:02:32.9055145Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:02:32.9395223Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:02:32.9448851Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:02:32.9621263Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:02:32.9971070Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:02:33.0718056Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:02:33.0873999Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:02:33.0903432Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T01:02:33.1147376Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:02:33.1148317Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:02:33.1474517Z [ 77%] 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:02:33.2093329Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T01:02:33.2417995Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T01:02:33.2609047Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T01:02:33.2651494Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T01:02:33.2725529Z [ 78%] 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:02:33.4245231Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T01:02:33.4547630Z [ 78%] 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:02:33.5291241Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T01:02:33.5481178Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T01:02:33.5849766Z [ 78%] 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:02:33.5971037Z [ 78%] 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:02:33.6069441Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T01:02:33.6645432Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T01:02:33.6713369Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T01:02:33.7054809Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T01:02:33.7514428Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T01:02:33.7630725Z [ 78%] 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:02:33.7954057Z [ 78%] 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:02:33.9081653Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T01:02:33.9289639Z [ 78%] 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:02:33.9429729Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T01:02:34.0160106Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:02:34.0445818Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T01:02:34.0453696Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T01:02:34.0858055Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T01:02:34.1241077Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:02:34.1373699Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:02:34.2830063Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T01:02:34.3012591Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:02:34.3231642Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T01:02:34.3747452Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:02:34.4122762Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:02:34.4292403Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T01:02:34.4623917Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:02:34.5597757Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T01:02:34.5785542Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T01:02:34.5909097Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:02:34.6207117Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:02:34.6727350Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:02:34.6793686Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:02:34.7514873Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T01:02:34.7853458Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T01:02:34.8255120Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T01:02:34.8273872Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:02:34.8927787Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:02:34.8974472Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:02:34.9283494Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:02:34.9707499Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T01:02:35.0166353Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T01:02:35.0213413Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T01:02:35.0423883Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:02:35.1565685Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:02:35.2492924Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:02:35.2674502Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T01:02:35.2770833Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:02:35.3872063Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T01:02:35.4475541Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:02:35.4647184Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:02:35.4777121Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:02:35.5089859Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T01:02:35.5673229Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:02:35.5740739Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T01:02:35.6184668Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T01:02:35.6289355Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T01:02:35.6564148Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:02:35.6880974Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T01:02:35.7143887Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:02:35.7185528Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:02:35.7804735Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T01:02:35.8507243Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T01:02:35.8751192Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:02:36.0026164Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T01:02:36.0171498Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:02:36.0221640Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:02:36.0366774Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T01:02:36.0848902Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:02:36.1655842Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T01:02:36.1814686Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T01:02:36.1854086Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:02:36.2329271Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T01:02:36.2609253Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:02:36.3574725Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T01:02:36.3724775Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:02:36.3743122Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:02:36.4569927Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T01:02:36.5409358Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T01:02:36.5420197Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:02:36.5661633Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T01:02:36.5670548Z [ 79%] 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:02:36.5948245Z [ 79%] 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:02:36.6708988Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T01:02:36.6815774Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T01:02:36.7159552Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T01:02:36.7532293Z [ 79%] 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:02:36.7955539Z [ 79%] 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:02:36.8550817Z [ 79%] 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:02:36.8702887Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T01:02:36.9822382Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T01:02:36.9973180Z [ 79%] 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:02:36.9985543Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T01:02:37.1615627Z [ 79%] 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:02:37.3125501Z [ 79%] 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:02:37.3150059Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T01:02:37.3717470Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T01:02:37.4632141Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T01:02:37.4634466Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T01:02:37.4659312Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T01:02:37.4911752Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T01:02:37.5079313Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T01:02:37.5328419Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T01:02:37.6310991Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T01:02:37.6472763Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T01:02:37.6580089Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T01:02:37.6785650Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T01:02:37.8007005Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T01:02:37.8861349Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:02:37.8904613Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:02:37.9617422Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T01:02:38.0149640Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T01:02:38.0622249Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:02:38.2047929Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:02:38.2357880Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:02:38.2368450Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T01:02:38.2746543Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:02:38.3380916Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T01:02:38.3532900Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T01:02:38.3618166Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:02:38.3722123Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T01:02:38.4440340Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T01:02:38.4734013Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:02:38.5579858Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:02:38.6283797Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T01:02:38.6783070Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:02:38.7103567Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:02:38.8057356Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T01:02:38.8058192Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:02:38.8444776Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:02:38.8578666Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:02:38.8706964Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T01:02:38.9237080Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T01:02:39.0011063Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T01:02:39.0225775Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:02:39.1173430Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:02:39.1705173Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T01:02:39.2776168Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:02:39.2784076Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:02:39.3050015Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:02:39.4032551Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T01:02:39.4051391Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:02:39.4328596Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T01:02:39.4555882Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T01:02:39.5639569Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:02:39.6255447Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:02:39.6985099Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:02:39.7044184Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:02:39.7070256Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T01:02:39.7453796Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T01:02:39.8207319Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T01:02:39.8233538Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:02:39.8286146Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T01:02:40.0008614Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:02:40.0097122Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T01:02:40.1086997Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:02:40.1095723Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:02:40.1524993Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:02:40.1583940Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:02:40.2236195Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T01:02:40.2350982Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:02:40.2577394Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T01:02:40.2832218Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T01:02:40.3141156Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T01:02:40.3615795Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:02:40.4976247Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:02:40.5078952Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T01:02:40.5141920Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:02:40.5345714Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:02:40.6269028Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:02:40.6282406Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T01:02:40.6551563Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:02:40.7060971Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:02:40.7229251Z [ 80%] 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:02:40.7591130Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T01:02:40.7787415Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T01:02:40.8189218Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T01:02:40.8679931Z [ 80%] 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:02:40.9770117Z [ 80%] 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:02:41.0807563Z [ 80%] 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:02:41.1710840Z [ 80%] 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:02:41.1974606Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T01:02:41.2313594Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T01:02:41.3167986Z [ 80%] 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:02:41.3500791Z [ 80%] 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:02:41.3711139Z [ 80%] 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:02:41.3780203Z [ 80%] 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:02:41.4344941Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T01:02:41.4893210Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T01:02:41.5055521Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T01:02:41.5211783Z [ 80%] 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:02:41.5673303Z [ 80%] 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:02:41.6413184Z [ 80%] 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:02:41.6734569Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T01:02:41.6832900Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T01:02:41.7725320Z [ 80%] 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:02:41.8087897Z [ 80%] 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:02:41.8361975Z [ 80%] 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:02:41.8727431Z [ 80%] 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:02:41.9410177Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T01:02:41.9414809Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T01:02:41.9865929Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T01:02:42.0399863Z [ 80%] 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:02:42.0798030Z [ 80%] 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:02:42.1968745Z [ 80%] 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:02:42.1979190Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:02:42.1985119Z [ 80%] 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:02:42.2255422Z [ 80%] 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:02:42.3426793Z [ 80%] 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:02:42.3602736Z [ 80%] 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:02:42.3615855Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:02:42.3619678Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:02:42.3865856Z [ 80%] 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:02:42.4710889Z [ 80%] 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:02:42.5118455Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:02:42.5428876Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:02:42.6094338Z [ 80%] 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:02:42.7626019Z [ 80%] 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:02:42.8891602Z [ 80%] 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:02:42.8997691Z [ 80%] 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:02:42.9461212Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:02:42.9712501Z [ 80%] 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:02:43.0286676Z [ 80%] 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:02:43.0318685Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:02:43.0320221Z [ 80%] 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:02:43.0621809Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:02:43.1083445Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:02:43.1736235Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:02:43.2156893Z [ 80%] 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:02:43.2312464Z [ 80%] 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:02:43.3605881Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:02:43.3690218Z [ 80%] 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:02:43.3751001Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:02:43.5266537Z [ 80%] 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:02:43.5488423Z [ 80%] 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:02:43.5686451Z [ 80%] 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:02:43.6477479Z [ 80%] 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:02:43.6547716Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:02:43.6932003Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:02:43.7090726Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:02:43.7861410Z [ 80%] 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:02:43.8633368Z [ 80%] 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:02:43.9745255Z [ 80%] 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:02:43.9828319Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:02:43.9861217Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:02:43.9978520Z [ 80%] 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:02:44.0116684Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:02:44.1494063Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:02:44.1793994Z [ 82%] 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:02:44.1940284Z [ 82%] 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:02:44.3001333Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:02:44.3361987Z [ 82%] 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:02:44.4990060Z [ 82%] 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:02:44.6266128Z [ 82%] 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:02:44.6496091Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:02:44.6544341Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:02:44.6931622Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:02:44.7368471Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:02:44.7412557Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:02:44.7475093Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:02:44.8537814Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:02:44.8557009Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:02:44.8731392Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:02:44.9843635Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:02:45.0393356Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:02:45.1175780Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:02:45.1627889Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:02:45.2458539Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:02:45.2793380Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:02:45.3067079Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:02:45.3608341Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:02:45.4414668Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:02:45.4417381Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:02:45.5073439Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:02:45.5715996Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:02:45.6110791Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:02:45.6405043Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:02:45.6674417Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:02:45.7870389Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:02:45.8075575Z [ 82%] 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:02:45.8969283Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:02:45.9186023Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T01:02:45.9189683Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:02:45.9796066Z [ 82%] 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:02:46.0668042Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:02:46.1339481Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T01:02:46.1686475Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:02:46.1711139Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:02:46.1955256Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T01:02:46.2455103Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:02:46.3104748Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:02:46.3188431Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:02:46.3221953Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:02:46.4648086Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:02:46.4891829Z [ 82%] 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:02:46.5914959Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:02:46.6133185Z [ 82%] 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:02:46.7374328Z [ 82%] 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:02:46.7667295Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:02:46.8787171Z [ 82%] 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:02:46.9556990Z [ 82%] 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:02:46.9966514Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:02:47.1017492Z [ 82%] 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:02:47.1089062Z [ 82%] 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:02:47.1122792Z [ 82%] 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:02:47.2154406Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:02:47.2410868Z [ 82%] 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:02:47.2509664Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:02:47.2631733Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:02:47.3153021Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T01:02:47.3430637Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T01:02:47.3440683Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:02:47.3495111Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:02:47.4572505Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:02:47.4736555Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:02:47.4964070Z [ 82%] 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:02:47.6646399Z [ 82%] 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:02:47.7915015Z [ 82%] 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:02:47.8026828Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:02:47.9212884Z [ 82%] 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:02:47.9244665Z [ 82%] 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:02:47.9261711Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:02:48.0749971Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:02:48.1103602Z [ 82%] 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:02:48.1134151Z [ 82%] 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:02:48.1383543Z [ 82%] 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:02:48.2465048Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:02:48.2481723Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:02:48.2782646Z [ 82%] 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:02:48.4282853Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T01:02:48.4479619Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T01:02:48.5507888Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:02:48.5688677Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:02:48.6442680Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:02:48.6625793Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:02:48.6705632Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:02:48.7128993Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:02:48.7713283Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:02:48.7934871Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:02:48.8919822Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:02:48.9279524Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:02:49.0454003Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:49.2051816Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:02:49.2315894Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:49.2547046Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:49.3036769Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:02:49.3505041Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:02:49.3581775Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:02:49.3637319Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:02:49.4253494Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:02:49.4738045Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:49.4756861Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:02:49.4773170Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:02:49.5067379Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:02:49.6266785Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:02:49.6270789Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:02:49.6567596Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:02:49.8068467Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:49.9867771Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:50.0015076Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:02:50.0387422Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:50.1249236Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:02:50.1534505Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:02:50.1677446Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:50.1912906Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.2948304Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:02:50.3356285Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.3632227Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.4855013Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:02:50.5119785Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.6746892Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.6875391Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.7621906Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.8079264Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:02:50.8491311Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:02:50.8961339Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:50.9146069Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:50.9689914Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:51.0387142Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:02:51.0616838Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:02:51.0900188Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:02:51.1511855Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:51.2875922Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:51.4542962Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:02:51.6238477Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:02:51.6248805Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:51.6260111Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:02:51.6511958Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:02:51.7239507Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:51.7563217Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:02:51.7848113Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:51.7946868Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:02:51.8361177Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:02:51.8381127Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:02:51.9098337Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.0171114Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.0350986Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:02:52.1327569Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.1422281Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:02:52.2963096Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.4004325Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.4225935Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:02:52.5103595Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:52.6094999Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:02:52.6215813Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:02:52.6883813Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:02:52.6886066Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:02:52.7557148Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:02:52.7558036Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:02:52.8175259Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:52.8408232Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:02:52.8623489Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:02:52.9434094Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:52.9464296Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:53.0637231Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:02:53.1054509Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:02:53.1120910Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:02:53.1555363Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:02:53.2357292Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:02:53.2854130Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:02:53.2903018Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:02:53.4367652Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:02:53.4406196Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:02:53.5534608Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:53.5818579Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:02:53.6550358Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:53.6694540Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:02:53.7892226Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:53.8239567Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:53.8858337Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:53.9092254Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:02:53.9813659Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:02:54.0626113Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:54.1244402Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:54.2063180Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:02:54.2991911Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:02:54.3014285Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:02:54.3451014Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:02:54.4666215Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:02:54.5028628Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:02:54.6460913Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:02:54.6543784Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:02:54.7224133Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:02:54.7574332Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:02:54.8102368Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:02:54.8388904Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:02:54.9285918Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:02:54.9626073Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:02:55.0499631Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:02:55.0502099Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:02:55.0544619Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:02:55.1084404Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:02:55.1216505Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:02:55.1824772Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:02:55.2006073Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:02:55.2882458Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:02:55.3595798Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:02:55.3816964Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:02:55.4450151Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:02:55.4675897Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:02:55.4879243Z [ 84%] Built target all_microkernels 2022-11-23T01:02:55.4951933Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:02:55.5595642Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:02:55.7999377Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:02:55.8675169Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:02:56.0492611Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:02:56.0756033Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:02:56.3012985Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:02:56.3041900Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:02:56.6200279Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:02:56.6400223Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:02:56.6415944Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:02:56.6834212Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:02:56.9287675Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:02:57.0127269Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:02:57.1364464Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:02:57.1411230Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:02:57.3447306Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:02:57.3676699Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:02:57.6598501Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:02:57.6716799Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:02:57.6744554Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:02:57.6755439Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:02:58.0587827Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:02:58.1265282Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:02:58.2382761Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:02:58.2978597Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:02:58.3890648Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:02:58.4556006Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:02:58.6590468Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:02:58.7655546Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:02:58.7660683Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:02:58.8235764Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:02:58.8325105Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:02:58.9963994Z [ 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:02:59.2329903Z [ 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:02:59.3305467Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.3633177Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.3660870Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.3908619Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:02:59.6294525Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.6677368Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.7938525Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.8534213Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:02:59.9485155Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:02:59.9772005Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.0869938Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.1402414Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.2167110Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.2928696Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:03:00.3369223Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.5796524Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.5806722Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.5855421Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.6200899Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.6675427Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.7140601Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:00.8865942Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.0125216Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.0129477Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.0217089Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.1627416Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.2012092Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:03:01.3122145Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.4319169Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.4404939Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.4476018Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.5595544Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.6328656Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.7539451Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.8021561Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.9477924Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:03:01.9844620Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:01.9851575Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.0408233Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.0460967Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.1356477Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.3659357Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.4970062Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.5309193Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.7210954Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.7305703Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.7583139Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.7793622Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:02.8792334Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:03:02.9270219Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T01:03:03.1078920Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T01:03:03.1457862Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T01:03:03.2087739Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2022-11-23T01:03:03.2375482Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2022-11-23T01:03:03.3185384Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.3473981Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.6081841Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.7073306Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T01:03:03.7209085Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.8072311Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.8411557Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:03.8683381Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.1388866Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T01:03:04.1887542Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.2089673Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.2552073Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.3553725Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.3623690Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T01:03:04.4616076Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.6506670Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.6743286Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.7383036Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.7906979Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.8183533Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.8255800Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:04.9754193Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.1137576Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.1790839Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.1889414Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.3239984Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.3508851Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T01:03:05.3942344Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.5080574Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.5743725Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.5837555Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.7673673Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.7766046Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.8172597Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:05.8925987Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.0159939Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T01:03:06.0331720Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.0673830Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.1424383Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.1667796Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.2347670Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.4233519Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.6109998Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.6406589Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.7947939Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.8292766Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.8331946Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.8549911Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:03:06.8988703Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T01:03:07.3039954Z [ 86%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:03:28.7922618Z [ 86%] Built target torch_cpu 2022-11-23T01:03:28.8077985Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:03:28.8089051Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:03:28.8101289Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:03:28.8140851Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o 2022-11-23T01:03:28.8344551Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp.o 2022-11-23T01:03:28.8345265Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o 2022-11-23T01:03:29.1137101Z [ 86%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:03:29.1768334Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGraph.cpp.o 2022-11-23T01:03:29.2535779Z [ 86%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:03:29.2536401Z [ 86%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:03:29.2872176Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseDescriptors.cpp.o 2022-11-23T01:03:29.3381217Z [ 86%] Linking CXX executable ../bin/ProcessGroupMPITest 2022-11-23T01:03:29.6800236Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CachingHostAllocator.cpp.o 2022-11-23T01:03:29.6863822Z [ 86%] Built target HashStoreTest 2022-11-23T01:03:29.6943411Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CuSparseHandlePool.cpp.o 2022-11-23T01:03:29.7136131Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/EmptyTensor.cpp.o 2022-11-23T01:03:29.7701269Z [ 86%] Built target ProcessGroupMPITest 2022-11-23T01:03:29.7784699Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Exceptions.cpp.o 2022-11-23T01:03:29.8031789Z [ 86%] Built target FileStoreTest 2022-11-23T01:03:29.8151863Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PeerToPeerAccess.cpp.o 2022-11-23T01:03:29.8708608Z [ 86%] Built target TCPStoreTest 2022-11-23T01:03:29.8789385Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o 2022-11-23T01:03:29.9278240Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o 2022-11-23T01:03:29.9887749Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/LazyNVRTC.cpp.o 2022-11-23T01:03:30.0452780Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_basic.cpp.o 2022-11-23T01:03:30.0651380Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_complex.cpp.o 2022-11-23T01:03:30.0866401Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Resize.cpp.o 2022-11-23T01:03:30.1548392Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cpp.o 2022-11-23T01:03:30.1881322Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cpp.o 2022-11-23T01:03:30.3758581Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o 2022-11-23T01:03:30.3815766Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o 2022-11-23T01:03:30.4058884Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp.o 2022-11-23T01:03:30.4901816Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvShared.cpp.o 2022-11-23T01:03:30.5106700Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v7.cpp.o 2022-11-23T01:03:30.5176550Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v8.cpp.o 2022-11-23T01:03:30.6817861Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o 2022-11-23T01:03:30.7007401Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o 2022-11-23T01:03:30.7232404Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o 2022-11-23T01:03:30.8435134Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:03:30.9438377Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:03:31.0234543Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cpp.o 2022-11-23T01:03:31.0240456Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:03:31.1216617Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp.o 2022-11-23T01:03:31.1622709Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Conv.cpp.o 2022-11-23T01:03:31.1744001Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp.o 2022-11-23T01:03:31.2901537Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp.o 2022-11-23T01:03:31.3145775Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Linear.cpp.o 2022-11-23T01:03:31.5025104Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp.o 2022-11-23T01:03:31.6518843Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp.o 2022-11-23T01:03:31.8782840Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Pooling.cpp.o 2022-11-23T01:03:31.9100529Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o 2022-11-23T01:03:31.9937478Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/AutocastRNN.cpp.o 2022-11-23T01:03:32.0488715Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o 2022-11-23T01:03:32.2295481Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Handle.cpp.o 2022-11-23T01:03:32.2827821Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Types.cpp.o 2022-11-23T01:03:32.3069775Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:03:32.5465458Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:03:32.5641919Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:03:32.5726865Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:03:32.7685661Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:03:32.7696949Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:03:32.8352234Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:03:32.8369731Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:03:32.8582034Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu.o 2022-11-23T01:03:32.9054441Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorFactories.cu.o 2022-11-23T01:03:32.9203974Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Sleep.cu.o 2022-11-23T01:03:32.9624859Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortKeys.cu.o 2022-11-23T01:03:33.1880684Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortPairs.cu.o 2022-11-23T01:03:33.5437543Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub.cu.o 2022-11-23T01:03:35.5763006Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/IndexUtils.cu.o 2022-11-23T01:03:39.8597654Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/jiterator.cu.o 2022-11-23T01:03:41.5430125Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AbsKernel.cu.o 2022-11-23T01:03:41.5611977Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationEluKernel.cu.o 2022-11-23T01:03:48.3735641Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGeluKernel.cu.o 2022-11-23T01:03:51.5748160Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGluKernel.cu.o 2022-11-23T01:03:54.9609266Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu.o 2022-11-23T01:04:07.5738981Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu.o 2022-11-23T01:04:10.0916995Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu.o 2022-11-23T01:04:13.1080139Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu.o 2022-11-23T01:04:18.5047477Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu.o 2022-11-23T01:04:24.3025610Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu.o 2022-11-23T01:04:26.9139025Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationMishKernel.cu.o 2022-11-23T01:04:30.7139333Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationPreluKernel.cu.o 2022-11-23T01:04:39.2007926Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSiluKernel.cu.o 2022-11-23T01:04:40.0124899Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu.o 2022-11-23T01:04:41.7194619Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu.o 2022-11-23T01:04:46.7461171Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu.o 2022-11-23T01:04:52.4684552Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu.o 2022-11-23T01:04:58.6882444Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu.o 2022-11-23T01:04:59.5183579Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu.o 2022-11-23T01:05:03.0541688Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu.o 2022-11-23T01:05:03.8582774Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AmpKernels.cu.o 2022-11-23T01:05:07.5712148Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool2d.cu.o 2022-11-23T01:05:09.4165097Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool3d.cu.o 2022-11-23T01:05:12.1619694Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu.o 2022-11-23T01:05:16.7439790Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu.o 2022-11-23T01:05:17.0679072Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu.o 2022-11-23T01:05:17.7240278Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu.o 2022-11-23T01:05:38.8031953Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu.o 2022-11-23T01:05:49.1122592Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu.o 2022-11-23T01:05:54.3633833Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu.o 2022-11-23T01:06:07.8646856Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu.o 2022-11-23T01:06:12.2341336Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMulKernel.cu.o 2022-11-23T01:06:15.4478357Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu.o 2022-11-23T01:06:16.4829957Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu.o 2022-11-23T01:06:29.5279916Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Bucketization.cu.o 2022-11-23T01:06:40.3460827Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CUDAScalar.cu.o 2022-11-23T01:06:43.4575102Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Col2Im.cu.o 2022-11-23T01:06:46.6487401Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareEQKernel.cu.o 2022-11-23T01:06:53.0558776Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareKernels.cu.o 2022-11-23T01:06:59.3974299Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ComplexKernel.cu.o 2022-11-23T01:07:15.5724867Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ConvolutionMM2d.cu.o 2022-11-23T01:07:23.6844951Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Copy.cu.o 2022-11-23T01:07:25.2761650Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CopysignKernel.cu.o 2022-11-23T01:07:25.5543806Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CrossKernel.cu.o 2022-11-23T01:07:28.4718087Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumminmaxKernel.cu.o 2022-11-23T01:07:32.1576706Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumprodKernel.cu.o 2022-11-23T01:07:34.7067009Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumsumKernel.cu.o 2022-11-23T01:07:36.4964953Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv2d.cu.o 2022-11-23T01:07:41.0679601Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv3d.cu.o 2022-11-23T01:07:43.9780487Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu.o 2022-11-23T01:07:46.1078432Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu.o 2022-11-23T01:07:48.1948129Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistanceKernel.cu.o 2022-11-23T01:07:50.2562686Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionBernoulli.cu.o 2022-11-23T01:07:50.3674560Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu.o 2022-11-23T01:07:53.6226866Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu.o 2022-11-23T01:07:54.6197647Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu.o 2022-11-23T01:07:55.0131480Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu.o 2022-11-23T01:08:01.7804042Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionNormal.cu.o 2022-11-23T01:08:03.2917202Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionRandomKernel.cu.o 2022-11-23T01:08:03.4423274Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionUniform.cu.o 2022-11-23T01:08:04.1903864Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cu.o 2022-11-23T01:08:11.1677961Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Dropout.cu.o 2022-11-23T01:08:12.0316026Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Embedding.cu.o 2022-11-23T01:08:14.9124262Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu.o 2022-11-23T01:08:25.2133957Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o 2022-11-23T01:08:28.4108624Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FillKernel.cu.o 2022-11-23T01:08:30.5781088Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu.o 2022-11-23T01:08:32.9746325Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu.o 2022-11-23T01:08:38.8773247Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu.o 2022-11-23T01:08:40.1884062Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu.o 2022-11-23T01:08:41.7769856Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachReduceOp.cu.o 2022-11-23T01:08:43.6396135Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachUnaryOp.cu.o 2022-11-23T01:08:46.5596362Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu.o 2022-11-23T01:08:48.5665896Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu.o 2022-11-23T01:08:51.4054240Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu.o 2022-11-23T01:08:53.2361616Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FusedAdamKernel.cu.o 2022-11-23T01:08:53.7254287Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GcdLcmKernel.cu.o 2022-11-23T01:08:58.2054701Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cu.o 2022-11-23T01:08:59.0452394Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IGammaKernel.cu.o 2022-11-23T01:08:59.3885116Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Im2Col.cu.o 2022-11-23T01:09:09.8888720Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cu.o 2022-11-23T01:09:12.6204048Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Indexing.cu.o 2022-11-23T01:09:13.2949713Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu.o 2022-11-23T01:09:29.1440780Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Lerp.cu.o 2022-11-23T01:09:46.5305164Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebra.cu.o 2022-11-23T01:09:51.4316750Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogAddExpKernel.cu.o 2022-11-23T01:09:54.1702852Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu.o 2022-11-23T01:10:03.7510222Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Loss.cu.o 2022-11-23T01:10:11.0049374Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LossCTC.cu.o 2022-11-23T01:10:16.9686012Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu.o 2022-11-23T01:10:22.5018724Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxUnpooling.cu.o 2022-11-23T01:10:29.8461647Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu.o 2022-11-23T01:10:32.6747034Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiMarginLoss.cu.o 2022-11-23T01:10:39.6790875Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultinomialKernel.cu.o 2022-11-23T01:10:42.7459165Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NLLLoss2d.cu.o 2022-11-23T01:10:43.1672372Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu.o 2022-11-23T01:10:51.2773033Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu.o 2022-11-23T01:10:52.4527288Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu.o 2022-11-23T01:10:52.8405229Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Nonzero.cu.o 2022-11-23T01:11:00.4859926Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Normalization.cu.o 2022-11-23T01:11:02.7805786Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu.o 2022-11-23T01:11:08.1861639Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PowKernel.cu.o 2022-11-23T01:11:48.1012547Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RNN.cu.o 2022-11-23T01:11:53.5808837Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Randperm.cu.o 2022-11-23T01:12:02.2150293Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RangeFactories.cu.o 2022-11-23T01:12:06.2949580Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RecordStream.cu.o 2022-11-23T01:12:09.7261291Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Reduce.cu.o 2022-11-23T01:12:12.0049886Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu.o 2022-11-23T01:12:14.4446888Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu.o 2022-11-23T01:12:15.0010199Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu.o 2022-11-23T01:12:22.2173620Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceLogicKernel.cu.o 2022-11-23T01:12:23.1759240Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu.o 2022-11-23T01:12:45.9004047Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu.o 2022-11-23T01:12:47.4796992Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMomentKernel.cu.o 2022-11-23T01:12:53.9669748Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceNormKernel.cu.o 2022-11-23T01:13:32.0762962Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu.o 2022-11-23T01:13:36.8228762Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReflectionPad.cu.o 2022-11-23T01:13:48.4333519Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RenormKernel.cu.o 2022-11-23T01:13:50.1153150Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Repeat.cu.o 2022-11-23T01:13:52.1793639Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReplicationPadding.cu.o 2022-11-23T01:13:55.1016425Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RreluWithNoise.cu.o 2022-11-23T01:13:59.1987867Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScatterGatherKernel.cu.o 2022-11-23T01:13:59.4028131Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SegmentReduce.cu.o 2022-11-23T01:14:02.6441468Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Shape.cu.o 2022-11-23T01:14:08.2668793Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SoftMax.cu.o 2022-11-23T01:14:15.6418434Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cu.o 2022-11-23T01:14:21.9755157Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortImpl.cu.o 2022-11-23T01:14:29.1509644Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortStable.cu.o 2022-11-23T01:14:33.5383683Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cu.o 2022-11-23T01:14:38.5232205Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu.o 2022-11-23T01:14:54.6660268Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseMM.cu.o 2022-11-23T01:14:58.7854881Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cu.o 2022-11-23T01:14:59.6459029Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/StepKernel.cu.o 2022-11-23T01:15:01.3702298Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SummaryOps.cu.o 2022-11-23T01:15:04.9021677Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cu.o 2022-11-23T01:15:23.4553529Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cu.o 2022-11-23T01:15:48.3356604Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cu.o 2022-11-23T01:16:01.5106655Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTransformations.cu.o 2022-11-23T01:16:11.8303978Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TriangularOps.cu.o 2022-11-23T01:16:19.2088990Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryComplexKernels.cu.o 2022-11-23T01:16:22.2688588Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryFractionKernels.cu.o 2022-11-23T01:16:28.1894645Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGammaKernels.cu.o 2022-11-23T01:16:28.3762288Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu.o 2022-11-23T01:16:28.6945870Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu.o 2022-11-23T01:16:33.2777088Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu.o 2022-11-23T01:16:54.5448683Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu.o 2022-11-23T01:16:55.8146798Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu.o 2022-11-23T01:16:57.0697915Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu.o 2022-11-23T01:17:03.0590835Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu.o 2022-11-23T01:17:05.6413666Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu.o 2022-11-23T01:17:16.5004755Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu.o 2022-11-23T01:17:17.2139486Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu.o 2022-11-23T01:17:17.9990087Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu.o 2022-11-23T01:17:19.4925673Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu.o 2022-11-23T01:17:28.3605097Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryLogKernels.cu.o 2022-11-23T01:17:32.1399590Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryOpsKernel.cu.o 2022-11-23T01:17:37.8873761Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySignKernels.cu.o 2022-11-23T01:17:42.4217803Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu.o 2022-11-23T01:17:43.1090462Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu.o 2022-11-23T01:17:45.0510648Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UniqueCub.cu.o 2022-11-23T01:17:55.5670329Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu.o 2022-11-23T01:18:02.4332001Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu.o 2022-11-23T01:18:02.5730153Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleLinear1d.cu.o 2022-11-23T01:18:04.5031010Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest1d.cu.o 2022-11-23T01:18:09.6218016Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest2d.cu.o 2022-11-23T01:18:09.8783134Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest3d.cu.o 2022-11-23T01:18:11.9926519Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu.o 2022-11-23T01:18:12.9139776Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu.o 2022-11-23T01:18:18.6588566Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/WeightNorm.cu.o 2022-11-23T01:18:21.1046721Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ZetaKernel.cu.o 2022-11-23T01:18:21.1968817Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/airy_ai.cu.o 2022-11-23T01:18:28.6477050Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j0.cu.o 2022-11-23T01:18:29.4439855Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j1.cu.o 2022-11-23T01:18:29.4812437Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y0.cu.o 2022-11-23T01:18:32.9269106Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y1.cu.o 2022-11-23T01:18:36.1515627Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu.o 2022-11-23T01:18:37.0323333Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu.o 2022-11-23T01:18:37.3622577Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu.o 2022-11-23T01:18:37.4973205Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu.o 2022-11-23T01:18:38.0349241Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu.o 2022-11-23T01:18:41.2363899Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_impl.cu.o 2022-11-23T01:18:44.9150224Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/group_norm_kernel.cu.o 2022-11-23T01:18:45.0815946Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_h.cu.o 2022-11-23T01:18:45.1284080Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_he.cu.o 2022-11-23T01:18:46.3411900Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu.o 2022-11-23T01:18:46.6451137Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/layer_norm_kernel.cu.o 2022-11-23T01:18:49.0173669Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/layer_norm_kernel.cu(288): warning #20050-D: inline qualifier ignored for "__global__" function 2022-11-23T01:18:49.0174156Z 2022-11-23T01:18:50.4642564Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/legendre_polynomial_p.cu.o 2022-11-23T01:18:52.2687248Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i0.cu.o 2022-11-23T01:18:54.3112100Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i1.cu.o 2022-11-23T01:18:55.0251962Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k0.cu.o 2022-11-23T01:18:55.1907272Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/layer_norm_kernel.cu(288): warning #20050-D: inline qualifier ignored for "__global__" function 2022-11-23T01:18:55.1907821Z 2022-11-23T01:18:56.5489821Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k1.cu.o 2022-11-23T01:18:59.0073902Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu.o 2022-11-23T01:19:00.8949636Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu.o 2022-11-23T01:19:02.9064534Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu.o 2022-11-23T01:19:03.1422404Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu.o 2022-11-23T01:19:05.3266343Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu.o 2022-11-23T01:19:07.0496932Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu.o 2022-11-23T01:19:09.5190732Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/spherical_bessel_j0.cu.o 2022-11-23T01:19:09.9465827Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu.o 2022-11-23T01:19:12.4829145Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu.o 2022-11-23T01:19:13.4254001Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu.o 2022-11-23T01:19:15.4525150Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SoftMax.cu.o 2022-11-23T01:19:18.3507075Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu.o 2022-11-23T01:19:27.1045899Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu.o 2022-11-23T01:19:30.6761037Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu.o 2022-11-23T01:19:37.6812250Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu.o 2022-11-23T01:19:37.9289766Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cu.o 2022-11-23T01:19:39.2548899Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu.o 2022-11-23T01:19:40.1755533Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu.o 2022-11-23T01:19:49.1235140Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu.o 2022-11-23T01:19:51.2536313Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu.o 2022-11-23T01:19:53.9639557Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu.o 2022-11-23T01:20:01.8786253Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu.o 2022-11-23T01:20:08.1600309Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention.cu.o 2022-11-23T01:20:16.6010027Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention_backward.cu.o 2022-11-23T01:20:18.7930621Z [ 89%] 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:20:30.4803536Z [ 89%] 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:20:38.3969090Z [ 89%] 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:20:45.8483790Z [ 89%] 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:20:47.9989346Z [ 90%] 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:20:57.9107865Z [ 90%] 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:21:39.9017203Z [ 90%] 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:21:41.4207089Z [ 90%] 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:21:47.6926285Z [ 90%] 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:21:59.7734068Z [ 90%] 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:22:06.4271923Z [ 90%] 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:22:27.9948001Z [ 90%] 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:22:54.9523104Z [ 90%] 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:23:02.7997217Z [ 90%] 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:23:06.6972084Z [ 90%] 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:23:15.9794314Z [ 90%] 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:23:35.4679631Z [ 90%] 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:23:54.2456366Z [ 90%] 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:24:02.6081051Z [ 90%] 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:24:06.4459085Z [ 90%] 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:24:17.0565342Z [ 90%] 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:24:29.6619066Z [ 90%] 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:24:41.2039544Z [ 90%] 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:24:53.7069272Z [ 90%] 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:24:57.8800775Z [ 90%] 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:25:03.3622487Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:25:03.8008540Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:25:04.2873113Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:25:04.4981604Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:25:04.7689162Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:25:05.0323661Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/UfuncCUDA_add.cu.o 2022-11-23T01:25:05.2485003Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDABlas.cpp.o 2022-11-23T01:25:06.0210843Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseBlas.cpp.o 2022-11-23T01:25:06.3288270Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CublasHandlePool.cpp.o 2022-11-23T01:25:06.6878687Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Activation.cpp.o 2022-11-23T01:25:06.9527811Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp.o 2022-11-23T01:25:07.5015378Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Blas.cpp.o 2022-11-23T01:25:07.9467125Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cpp.o 2022-11-23T01:25:08.3201341Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Equal.cpp.o 2022-11-23T01:25:08.6890932Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cpp.o 2022-11-23T01:25:09.0478136Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cpp.o 2022-11-23T01:25:09.1176412Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceOps.cpp.o 2022-11-23T01:25:09.4359099Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScanKernels.cpp.o 2022-11-23T01:25:09.4925357Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cpp.o 2022-11-23T01:25:09.8097725Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cpp.o 2022-11-23T01:25:09.8756729Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cpp.o 2022-11-23T01:25:10.2548849Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp.o 2022-11-23T01:25:10.3036388Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cpp.o 2022-11-23T01:25:10.6828933Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/jit_utils.cpp.o 2022-11-23T01:25:10.7012121Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:25:11.0233706Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp.o 2022-11-23T01:25:11.4493505Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp.o 2022-11-23T01:25:11.4611356Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp.o 2022-11-23T01:25:11.8683322Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp.o 2022-11-23T01:25:11.9426010Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp.o 2022-11-23T01:25:12.1933450Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:25:12.4835707Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:25:12.6590325Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:25:13.0469920Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:25:13.2668446Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:25:13.6843117Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:25:13.8795356Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:25:14.0075139Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:25:14.2910101Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:25:14.6962121Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:25:14.8061851Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:25:14.9703711Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:25:15.4208483Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:25:15.4258147Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:25:15.7917141Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:25:16.1446298Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:25:16.2034150Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:25:16.4434689Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:25:16.5247225Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:25:16.9863154Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:25:17.0303361Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:25:17.3206593Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:25:17.6638689Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:25:17.7950656Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:25:18.0487039Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:25:18.1759336Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:25:18.3789907Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:25:18.8546202Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:25:18.9236456Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:25:19.0404524Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:25:19.4329104Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:25:19.5615026Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:25:19.7185329Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:25:20.0118234Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:25:20.2397007Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:25:20.5499335Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:25:20.6897869Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:25:21.0358017Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:25:21.0990182Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:25:21.4559049Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:25:21.8823037Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:25:21.8899149Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:25:22.0916627Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:25:22.5757120Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:25:22.6894159Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:25:22.6919518Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:25:23.1467649Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:25:23.3230007Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:25:23.4612264Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:25:23.8600765Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:25:23.9525297Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:25:24.1954290Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:25:24.5765223Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:25:24.6277638Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:25:24.9780654Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:25:25.1955587Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:25:25.2894522Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:25:25.7861538Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:25:25.7913914Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:25:25.9624441Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:25:26.3146347Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:25:26.6567882Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:25:26.7339418Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:25:26.8943957Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:25:27.2165218Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:25:27.5333589Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:25:27.5715842Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:25:27.8601821Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:25:28.2598500Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:25:28.3322650Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:25:28.5756514Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:25:28.6999623Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:25:29.0368037Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:25:29.1509843Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:25:29.2317967Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:25:29.3816409Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:25:29.6190985Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:25:29.7711122Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:25:29.7712084Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:25:29.8283352Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:25:30.3134704Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:25:30.3799842Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:25:30.4532262Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:25:30.5528033Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:25:30.9326890Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:25:31.1522235Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:25:31.2161340Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:25:31.3032823Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:25:31.4641591Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:25:31.8917187Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:25:31.9540599Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:25:31.9954448Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:25:32.1521356Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:25:32.7328855Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:25:32.7332135Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:25:32.7756068Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:25:32.7969813Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:25:33.2025616Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:25:33.2785533Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:25:33.4623899Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:25:33.4893724Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:25:33.5254146Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:25:33.8550225Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:25:33.9902807Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:25:34.1472061Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:25:34.1971239Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:25:34.2369054Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:25:34.2433916Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:25:34.4303188Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:25:34.7279073Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:25:34.7989085Z [ 92%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Unique.cu.o 2022-11-23T01:26:11.6726383Z [ 92%] Linking CXX shared library ../lib/libtorch_cuda.so 2022-11-23T01:26:15.6915590Z [ 92%] Built target torch_cuda 2022-11-23T01:26:15.7113107Z [ 92%] Building CUDA object test_cpp_c10d/CMakeFiles/c10d_cuda_test.dir/CUDATest.cu.o 2022-11-23T01:26:15.7114764Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:26:15.7122122Z [ 92%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:26:15.7124356Z [ 92%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:26:15.7128026Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:26:15.7132635Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp.o 2022-11-23T01:26:15.7821757Z [ 92%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:26:16.0966498Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:26:16.3615942Z [ 92%] Built target torch 2022-11-23T01:26:16.3676135Z [ 92%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:26:16.3820201Z [ 92%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:26:16.3890666Z [ 92%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:26:16.4563670Z [ 92%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:26:16.4805766Z [ 92%] Linking CXX shared library ../lib/libtorch_cuda_linalg.so 2022-11-23T01:26:16.5556217Z [ 92%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:26:16.9439521Z [ 92%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:26:16.9588861Z [ 92%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:26:17.0381268Z [ 92%] Built target example_allreduce 2022-11-23T01:26:17.0628547Z [ 92%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:26:17.1315365Z [ 92%] Built target torch_cuda_linalg 2022-11-23T01:26:17.1615216Z [ 92%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:26:17.2178820Z [ 92%] Built target Dimname_test 2022-11-23T01:26:17.2377897Z [ 92%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:26:17.5129453Z [ 92%] Built target MaybeOwned_test 2022-11-23T01:26:17.5359658Z [ 92%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:26:17.6881965Z [ 92%] Built target Dict_test 2022-11-23T01:26:17.7084233Z [ 92%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:26:17.7138084Z [ 92%] Linking CXX executable ../bin/atest 2022-11-23T01:26:17.7779698Z [ 92%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:26:17.8714502Z [ 92%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:26:18.1468266Z [ 92%] Linking CXX executable ../bin/basic 2022-11-23T01:26:18.2149620Z [ 92%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:26:18.3530919Z [ 92%] Built target atest 2022-11-23T01:26:18.3720164Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:26:18.3946167Z [ 92%] Built target NamedTensor_test 2022-11-23T01:26:18.4248894Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:26:18.6484178Z [ 92%] Built target apply_utils_test 2022-11-23T01:26:18.6716238Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:26:18.6997547Z [ 92%] Built target basic 2022-11-23T01:26:18.7222213Z [ 92%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:26:18.9012428Z [ 92%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:26:18.9271964Z [ 92%] Built target broadcast_test 2022-11-23T01:26:18.9535376Z [ 92%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:26:19.0674009Z [ 92%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:26:19.2146760Z [ 92%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:26:19.4614663Z [ 92%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:26:19.5943379Z [ 92%] Built target cpu_profiling_allocator_test 2022-11-23T01:26:19.6181175Z [ 92%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:26:19.7479372Z [ 92%] Built target dispatch_key_set_test 2022-11-23T01:26:19.7537437Z [ 92%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:26:19.7688345Z [ 92%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:26:19.7923641Z [ 92%] Built target cpu_generator_test 2022-11-23T01:26:19.8174977Z [ 92%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:26:19.9839304Z [ 92%] Built target dlconvertor_test 2022-11-23T01:26:20.0027009Z [ 92%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:26:20.2116467Z [ 92%] Linking CXX shared library ../lib/libc10d_cuda_test.so 2022-11-23T01:26:20.2765927Z [ 92%] Linking CXX executable ../bin/half_test 2022-11-23T01:26:20.3232075Z [ 92%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:26:20.3912816Z [ 92%] Built target cpu_rng_test 2022-11-23T01:26:20.4156718Z [ 92%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:26:20.6171502Z [ 92%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:26:20.6677864Z [ 92%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:26:20.7989894Z [ 92%] Built target c10d_cuda_test 2022-11-23T01:26:20.8200363Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:26:20.8669909Z [ 92%] Built target half_test 2022-11-23T01:26:20.8915018Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:26:21.0033913Z [ 92%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:26:21.0804835Z [ 92%] Built target extension_backend_test 2022-11-23T01:26:21.1065699Z [ 92%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:26:21.2549470Z [ 92%] Built target lazy_tensor_test 2022-11-23T01:26:21.2765372Z [ 92%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:26:21.3234292Z [ 92%] Built target ivalue_test 2022-11-23T01:26:21.3488870Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:26:21.4173662Z [ 92%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:26:21.5383995Z [ 92%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:26:21.5759677Z [ 92%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:26:21.6431529Z [ 92%] Built target math_kernel_test 2022-11-23T01:26:21.6737950Z [ 92%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:26:21.8673648Z [ 92%] Linking CXX executable ../bin/native_test 2022-11-23T01:26:21.9046512Z [ 92%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:26:22.1144728Z [ 92%] Built target memory_format_test 2022-11-23T01:26:22.1347405Z [ 92%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:26:22.1411305Z [ 92%] Built target memory_overlapping_test 2022-11-23T01:26:22.1601245Z [ 93%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:26:22.1943616Z [ 93%] Linking CXX executable ../bin/operators_test 2022-11-23T01:26:22.3292237Z [ 93%] Built target operator_name_test 2022-11-23T01:26:22.3532237Z [ 93%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:26:22.4874295Z [ 93%] Built target mobile_memory_cleanup 2022-11-23T01:26:22.5085517Z [ 93%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:26:22.5933384Z [ 93%] Built target native_test 2022-11-23T01:26:22.6798839Z [ 93%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:26:22.7376484Z [ 93%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:26:22.8786309Z [ 93%] Built target operators_test 2022-11-23T01:26:22.8956700Z [ 93%] Linking CXX executable ../bin/pow_test 2022-11-23T01:26:22.8982055Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:26:22.9030483Z [ 93%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:26:23.1313708Z [ 93%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:26:23.2459575Z [ 93%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:26:23.3997763Z [ 93%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:26:23.4277632Z [ 93%] Built target packedtensoraccessor_test 2022-11-23T01:26:23.4617154Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:26:23.4976042Z [ 93%] Built target quantized_test 2022-11-23T01:26:23.5304017Z [ 93%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:26:23.5944654Z [ 93%] Built target pow_test 2022-11-23T01:26:23.6222661Z [ 93%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:26:23.8503184Z [ 93%] Built target reduce_ops_test 2022-11-23T01:26:23.8746076Z [ 93%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:26:23.9446224Z [ 93%] Built target reportMemoryUsage_test 2022-11-23T01:26:23.9691221Z [ 93%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:26:24.0491590Z [ 93%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:26:24.0493108Z [ 93%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:26:24.0647146Z [ 93%] Built target scalar_tensor_test 2022-11-23T01:26:24.0932935Z [ 93%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:26:24.4385677Z [ 93%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:26:24.4566602Z [ 93%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:26:24.4739194Z [ 93%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:26:24.5884310Z [ 93%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:26:24.7140764Z [ 93%] Built target scalar_test 2022-11-23T01:26:24.7347606Z [ 93%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:26:24.7411981Z [ 93%] Built target stride_properties_test 2022-11-23T01:26:24.7648880Z [ 93%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:26:25.1308890Z [ 93%] Built target test_parallel 2022-11-23T01:26:25.1518650Z [ 93%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:26:25.1944951Z [ 93%] Built target tensor_iterator_test 2022-11-23T01:26:25.2255274Z [ 93%] Built target thread_init_test 2022-11-23T01:26:25.2255869Z [ 93%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:26:25.2379229Z [ 93%] Built target type_ptr_test 2022-11-23T01:26:25.2490719Z [ 93%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:26:25.2619020Z [ 93%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:26:25.2906579Z [ 93%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:26:25.3256156Z [ 93%] Linking CXX executable ../bin/variant_test 2022-11-23T01:26:25.5409481Z [ 93%] Linking CXX executable ../bin/type_test 2022-11-23T01:26:25.7549991Z [ 93%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:26:25.7553781Z [ 93%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:26:25.8728993Z [ 93%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:26:26.0354751Z [ 93%] Built target undefined_tensor_test 2022-11-23T01:26:26.0611794Z [ 93%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:26:26.0730234Z [ 93%] Built target variant_test 2022-11-23T01:26:26.1068595Z [ 93%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:26:26.1449447Z [ 93%] Built target type_test 2022-11-23T01:26:26.1691285Z [ 93%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:26:26.3044514Z [ 93%] Built target weakref_test 2022-11-23T01:26:26.3255612Z [ 93%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:26:26.4476042Z [ 93%] Built target verify_api_visibility 2022-11-23T01:26:26.4710073Z [ 93%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:26:26.5536286Z [ 93%] Built target vmap_test 2022-11-23T01:26:26.5730262Z [ 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:26:26.5763988Z [ 93%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:26:26.7142270Z [ 93%] Linking CXX executable ../bin/List_test 2022-11-23T01:26:26.8191987Z [ 93%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:26:26.8723831Z [ 94%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:26:26.9127727Z [ 94%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:26:27.1639707Z [ 94%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:26:27.2237521Z [ 94%] Built target wrapdim_test 2022-11-23T01:26:27.2482705Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:26:27.4215106Z [ 94%] Built target xla_tensor_test 2022-11-23T01:26:27.4415130Z [ 94%] 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:26:27.4792062Z [ 94%] Built target IListRef_test 2022-11-23T01:26:27.4880555Z [ 94%] Built target List_test 2022-11-23T01:26:27.5050717Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:26:27.5134766Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:26:27.5749279Z [ 94%] Built target kernel_function_legacy_test 2022-11-23T01:26:27.5949015Z [ 94%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T01:26:27.6406797Z [ 94%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:26:27.8149839Z [ 94%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:26:27.8728487Z [ 94%] Built target KernelFunction_test 2022-11-23T01:26:27.8957314Z [ 94%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:26:27.9270604Z [ 94%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:26:27.9507723Z [ 94%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:26:27.9795338Z [ 94%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:26:28.1144062Z [ 94%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:26:28.3102091Z [ 94%] Built target kernel_function_test 2022-11-23T01:26:28.3320014Z [ 94%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:26:28.5524601Z [ 94%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:26:28.5737949Z [ 94%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:26:28.6012965Z [ 94%] Built target kernel_lambda_legacy_test 2022-11-23T01:26:28.6251234Z [ 94%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:26:28.6264813Z [ 94%] Built target kernel_stackbased_test 2022-11-23T01:26:28.6557076Z [ 94%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:26:28.7405165Z [ 94%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:26:28.7733868Z [ 94%] Built target kernel_lambda_test 2022-11-23T01:26:28.8048222Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_apply_test.dir/__/aten/src/ATen/test/cuda_apply_test.cpp.o 2022-11-23T01:26:28.8324706Z [ 94%] Built target CppSignature_test 2022-11-23T01:26:28.8390926Z [ 94%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:26:28.8565487Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_atomic_ops_test.dir/__/aten/src/ATen/test/cuda_atomic_ops_test.cu.o 2022-11-23T01:26:28.9487610Z [ 94%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:26:29.0880661Z [ 94%] Linking CXX executable ../bin/cuda_apply_test 2022-11-23T01:26:29.1416895Z [ 94%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:26:29.3083055Z [ 94%] Built target op_allowlist_test 2022-11-23T01:26:29.3292540Z [ 94%] 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:26:29.4677463Z [ 94%] Built target backend_fallback_test 2022-11-23T01:26:29.4887825Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_complex_math_test.dir/__/aten/src/ATen/test/cuda_complex_math_test.cu.o 2022-11-23T01:26:29.5460285Z [ 94%] Built target inline_container_test 2022-11-23T01:26:29.5743817Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_complex_test.dir/__/aten/src/ATen/test/cuda_complex_test.cu.o 2022-11-23T01:26:29.8130283Z [ 94%] Built target cuda_apply_test 2022-11-23T01:26:29.8326470Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_cub_test.dir/__/aten/src/ATen/test/cuda_cub_test.cu.o 2022-11-23T01:26:29.9739790Z [ 94%] Built target op_registration_test 2022-11-23T01:26:29.9979098Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_device_test.dir/__/aten/src/ATen/test/cuda_device_test.cpp.o 2022-11-23T01:26:30.0350457Z [ 94%] Linking CXX executable ../bin/cuda_caching_host_allocator_test 2022-11-23T01:26:30.3524829Z [ 94%] Linking CXX executable ../bin/cuda_device_test 2022-11-23T01:26:30.6771812Z [ 94%] Built target cuda_caching_host_allocator_test 2022-11-23T01:26:30.6977558Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_distributions_test.dir/__/aten/src/ATen/test/cuda_distributions_test.cu.o 2022-11-23T01:26:31.0864479Z [ 94%] Built target cuda_device_test 2022-11-23T01:26:31.1111940Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_dlconvertor_test.dir/__/aten/src/ATen/test/cuda_dlconvertor_test.cpp.o 2022-11-23T01:26:31.8946636Z [ 94%] Linking CXX executable ../bin/cuda_dlconvertor_test 2022-11-23T01:26:32.4306316Z [ 94%] Built target cuda_dlconvertor_test 2022-11-23T01:26:32.4519514Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_generator_test.dir/__/aten/src/ATen/test/cuda_generator_test.cu.o 2022-11-23T01:26:33.9598471Z [ 94%] Linking CXX executable ../bin/cuda_atomic_ops_test 2022-11-23T01:26:34.5939858Z [ 94%] Built target cuda_atomic_ops_test 2022-11-23T01:26:34.6156626Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_half_test.dir/__/aten/src/ATen/test/cuda_half_test.cu.o 2022-11-23T01:26:34.7619423Z [ 94%] Linking CXX executable ../bin/cuda_complex_test 2022-11-23T01:26:35.4010781Z [ 94%] Linking CXX executable ../bin/cuda_complex_math_test 2022-11-23T01:26:35.5081495Z [ 94%] Built target cuda_complex_test 2022-11-23T01:26:35.5316725Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_integer_divider_test.dir/__/aten/src/ATen/test/cuda_integer_divider_test.cu.o 2022-11-23T01:26:36.1161146Z [ 94%] Built target cuda_complex_math_test 2022-11-23T01:26:36.1415354Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_optional_test.dir/__/aten/src/ATen/test/cuda_optional_test.cu.o 2022-11-23T01:26:36.7506643Z [ 94%] Linking CXX executable ../bin/cuda_cub_test 2022-11-23T01:26:37.4955977Z [ 94%] Built target cuda_cub_test 2022-11-23T01:26:37.5207148Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_packedtensoraccessor_test.dir/__/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu.o 2022-11-23T01:26:41.4413226Z [ 94%] Linking CXX executable ../bin/cuda_integer_divider_test 2022-11-23T01:26:42.1772646Z [ 94%] Built target cuda_integer_divider_test 2022-11-23T01:26:42.2028519Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_reportMemoryUsage_test.dir/__/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp.o 2022-11-23T01:26:42.9638015Z [ 94%] Linking CXX executable ../bin/cuda_reportMemoryUsage_test 2022-11-23T01:26:43.6942140Z [ 94%] Built target cuda_reportMemoryUsage_test 2022-11-23T01:26:43.7193707Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_stream_test.dir/__/aten/src/ATen/test/cuda_stream_test.cpp.o 2022-11-23T01:26:44.0558385Z [ 94%] Linking CXX executable ../bin/cuda_stream_test 2022-11-23T01:26:44.7591645Z [ 94%] Built target cuda_stream_test 2022-11-23T01:26:44.7836082Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_vectorized_test.dir/__/aten/src/ATen/test/cuda_vectorized_test.cu.o 2022-11-23T01:26:46.1102794Z [ 94%] Linking CXX executable ../bin/cuda_distributions_test 2022-11-23T01:26:46.8566194Z [ 94%] Built target cuda_distributions_test 2022-11-23T01:26:46.8815630Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_cudnn_test.dir/__/aten/src/ATen/test/cuda_cudnn_test.cpp.o 2022-11-23T01:26:47.6720912Z [ 94%] Linking CXX executable ../bin/cuda_cudnn_test 2022-11-23T01:26:48.3909127Z [ 94%] Built target cuda_cudnn_test 2022-11-23T01:26:48.4165669Z [ 94%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:26:48.6047194Z [ 94%] Linking CXX executable ../bin/cuda_generator_test 2022-11-23T01:26:49.2720351Z [ 94%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:26:49.3079165Z [ 94%] Built target cuda_generator_test 2022-11-23T01:26:49.3344686Z [ 94%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:26:49.7698073Z [ 94%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:26:50.0175464Z [ 94%] Built target torchbind_test 2022-11-23T01:26:50.0427378Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:26:50.4205229Z [ 94%] Built target jitbackend_test 2022-11-23T01:26:50.4287432Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:26:50.5725048Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:26:50.7361051Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:26:50.9024704Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:26:51.1264702Z [ 94%] Linking CXX executable ../bin/cuda_half_test 2022-11-23T01:26:51.2324690Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:26:51.3895076Z [ 94%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:26:51.7216156Z [ 94%] Built target cuda_half_test 2022-11-23T01:26:51.7295660Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:26:51.8801200Z [ 94%] Linking CXX executable ../bin/cuda_optional_test 2022-11-23T01:26:51.9963672Z [ 94%] Built target backend_with_compiler 2022-11-23T01:26:52.0035127Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:26:52.0247068Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:26:52.2848805Z [ 94%] Linking CXX executable ../bin/cuda_packedtensoraccessor_test 2022-11-23T01:26:52.3331866Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:26:52.4134990Z [ 94%] Built target cuda_optional_test 2022-11-23T01:26:52.4342292Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o 2022-11-23T01:26:52.6855303Z [ 94%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:26:52.7548654Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:26:52.9471820Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:26:52.9815955Z [ 94%] Built target cuda_packedtensoraccessor_test 2022-11-23T01:26:52.9910110Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:26:53.0130448Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooAsyncTest 2022-11-23T01:26:53.3325101Z [ 94%] Built target ProcessGroupGlooTest 2022-11-23T01:26:53.3392645Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:26:53.4124880Z [ 94%] Built target tutorial_tensorexpr 2022-11-23T01:26:53.4209934Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:26:53.5289520Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:26:53.6667150Z [ 94%] Built target ProcessGroupGlooAsyncTest 2022-11-23T01:26:53.6745774Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:26:53.8302327Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:26:54.1294160Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o 2022-11-23T01:26:54.2244841Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:26:54.2445217Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLErrorsTest.dir/ProcessGroupNCCLErrorsTest.cpp.o 2022-11-23T01:26:54.2613812Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:26:54.4005488Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:26:54.4733594Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:26:54.5331428Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:26:54.6689172Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:26:54.8330702Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLErrorsTest 2022-11-23T01:26:54.8977041Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLTest 2022-11-23T01:26:55.1398122Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:26:55.1398860Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:26:55.4193287Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:26:55.4283487Z [ 95%] Built target ProcessGroupNCCLErrorsTest 2022-11-23T01:26:55.4460084Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:26:55.6358029Z [ 95%] Built target ProcessGroupNCCLTest 2022-11-23T01:26:55.6443494Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:26:55.8358751Z [ 95%] Built target test_dist_autograd 2022-11-23T01:26:55.8442457Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:26:55.8860876Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:26:56.0484303Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:26:56.1086647Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:26:56.2539386Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:26:56.3421783Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:26:56.6064884Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:26:56.7037593Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:26:56.8121682Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:26:56.8611866Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:26:56.8677084Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:26:57.0617632Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:26:57.2249121Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:26:57.3518803Z [ 95%] Built target parallel_benchmark 2022-11-23T01:26:57.3581547Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:26:57.3953100Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:26:57.5292101Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:26:57.7597560Z [ 95%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:26:57.8570597Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:26:57.9207390Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:26:58.0022054Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:26:58.0960234Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:26:58.3491161Z [ 95%] Built target test_mobile_nnc 2022-11-23T01:26:58.3573176Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:26:58.5187657Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:26:58.7676088Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:26:58.8317126Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:26:58.8606167Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:26:59.0576645Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:26:59.2222265Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:26:59.4652036Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:26:59.5354790Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:26:59.5589903Z [ 95%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:26:59.7344058Z [ 95%] Linking CXX executable ../bin/cuda_vectorized_test 2022-11-23T01:26:59.7356755Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:26:59.9393926Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:26:59.9394567Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:27:00.1116275Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cuda.cpp.o 2022-11-23T01:27:00.1336762Z [ 96%] Built target aot_model_compiler_test 2022-11-23T01:27:00.1446314Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:27:00.3569482Z [ 96%] Built target cuda_vectorized_test 2022-11-23T01:27:00.3653998Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:27:00.4098857Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:27:00.4724291Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:27:00.5401916Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:27:00.5659398Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:27:00.5889940Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:27:00.7479213Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:27:00.7827614Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:27:00.7993288Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:27:01.0156799Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:27:01.0804922Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:27:01.0926236Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:27:01.1383079Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:27:01.1525723Z [ 96%] Built target shm 2022-11-23T01:27:01.1604807Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:27:01.2291392Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:27:01.3079420Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:27:01.3869251Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:27:01.4773469Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:27:01.8630962Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:27:01.9046830Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:27:02.0732378Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:27:02.1109913Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:27:02.3377610Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:27:02.3979869Z [ 96%] Built target test_tensorexpr 2022-11-23T01:27:02.4227040Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:27:02.5530536Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:27:02.5544211Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:27:02.6278894Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:27:02.7109674Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:27:02.8657478Z [ 96%] Built target test_lazy 2022-11-23T01:27:02.8743172Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:27:03.1221095Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:27:03.2073045Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:27:03.2403740Z [ 96%] Built target torch_shm_manager 2022-11-23T01:27:03.2484690Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:27:03.3196346Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:27:03.3205137Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:27:03.6821504Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:27:03.7200795Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:27:03.9003981Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:27:04.0200392Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:27:04.1113881Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:27:04.1311725Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:27:04.3020603Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:27:04.4707628Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:27:04.6116589Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:27:04.6523641Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:27:04.7082588Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:27:04.8440348Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:27:04.8458030Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:27:04.9461002Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:27:05.0528963Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:27:05.0642775Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:27:05.1870854Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:27:05.3997519Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:27:05.5601653Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:27:05.5877410Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:27:05.6179618Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:27:05.6697947Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:27:05.9130472Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:27:05.9716336Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:27:06.0711511Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:27:06.2605667Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:27:06.2715630Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:27:06.2788571Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:27:06.3043707Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:27:06.4395148Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:27:06.6303904Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:27:06.7599836Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:27:06.8144654Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:27:06.8583334Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:27:06.8995978Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:27:07.1784143Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:27:07.2615129Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:27:07.2639562Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:27:07.3035151Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:27:07.4310207Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:27:07.5624303Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:27:07.9198995Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:27:08.0365770Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:27:08.0818887Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:27:08.2675671Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:27:08.3671646Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:27:08.6269187Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:27:08.8291371Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:27:08.8785710Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:27:08.9970002Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:27:09.0379092Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:27:09.2978903Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:27:09.3076981Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:27:09.5243708Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:27:09.7817958Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:27:09.8873255Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:27:09.9026155Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:27:10.0610715Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:27:10.4275815Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:27:10.5203954Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:27:10.6242388Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:27:10.7680492Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:27:10.8418449Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:27:10.9129511Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:27:11.1045768Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:27:11.4455441Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:27:11.5149772Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:27:11.7322914Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:27:11.7327896Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:27:11.7400483Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:27:11.8204423Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:27:12.2380601Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:27:12.2381515Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:27:12.4948645Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:27:12.5217334Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:27:12.6011511Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:27:12.6037115Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:27:12.6248138Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:27:13.1118871Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2022-11-23T01:27:13.1188956Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:27:13.4021778Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:27:13.4461052Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:27:13.4476351Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:27:13.5081872Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:27:13.6662974Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:27:13.7371967Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:27:13.9081736Z [ 96%] Linking CXX executable ../bin/test_api 2022-11-23T01:27:14.3929185Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:27:14.3949096Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:27:14.4366921Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:27:14.5086067Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:27:14.7701954Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:27:14.8643441Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:27:15.0508004Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:27:15.0998031Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:27:15.1056148Z [ 96%] Built target test_api 2022-11-23T01:27:15.1118933Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:27:15.1356543Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:27:15.4817049Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:27:15.5359135Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:27:15.6865364Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:27:15.7863081Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:27:15.9018124Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:27:15.9183877Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:27:15.9710315Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:27:16.2737105Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:27:16.3537326Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:27:16.3709023Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:27:16.4167975Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:27:16.5686431Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:27:16.5774908Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:27:16.5867535Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:27:16.6698098Z [ 96%] 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:27:17.0209071Z [ 96%] 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:27:17.0862433Z [ 96%] 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:27:17.2381283Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:27:17.2893703Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:27:17.4438024Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp.o 2022-11-23T01:27:17.4508532Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp.o 2022-11-23T01:27:17.7840739Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:27:17.9184555Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:27:17.9409355Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp.o 2022-11-23T01:27:17.9520694Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:27:18.2697126Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:27:18.3935118Z [ 97%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:27:18.5614213Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:27:18.5705443Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp.o 2022-11-23T01:27:18.6483855Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp.o 2022-11-23T01:27:18.7284175Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:27:18.7777445Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp.o 2022-11-23T01:27:18.9046840Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp.o 2022-11-23T01:27:19.1837494Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp.o 2022-11-23T01:27:19.2286029Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:27:19.2871017Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:27:19.3380364Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp.o 2022-11-23T01:27:19.6946094Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:27:19.8209866Z [ 97%] Building CUDA object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu.o 2022-11-23T01:27:19.9083224Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp.o 2022-11-23T01:27:20.0107351Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:27:20.0536582Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:27:20.0985897Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:27:20.5902869Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:27:20.6689795Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:27:20.6702782Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:27:20.7601286Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:27:20.7908964Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:27:20.8982514Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:27:21.0934055Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:27:21.2140609Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:27:21.2997662Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:27:21.3415274Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:27:21.4897417Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:27:21.5063501Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:27:21.6483420Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:27:21.8314820Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:27:21.8483833Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:27:21.8548670Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:27:21.8896720Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:27:22.0458878Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:27:22.1552035Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:27:22.1833011Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:27:22.3213183Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:27:22.3593540Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:27:22.4542191Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:27:22.6753472Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:27:22.8177620Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:27:22.8767673Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:27:22.9633931Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:27:22.9950605Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:27:23.0693289Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:27:23.5039582Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:27:23.5586558Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:27:23.6392704Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:27:23.8059426Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:27:24.0149210Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:27:24.2441201Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:27:24.2854126Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:27:24.3525766Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:27:24.4110138Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:27:24.6384400Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:27:24.6729323Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:27:24.9593372Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:27:25.0278866Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:27:25.1331549Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:27:25.1334936Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:27:25.3067534Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:27:25.6009920Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:27:25.8282215Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:27:25.9727395Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:27:25.9952049Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:27:26.0681433Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:27:26.1019946Z /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:27:26.1020652Z 2022-11-23T01:27:26.1248857Z /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:27:26.1249574Z 2022-11-23T01:27:26.1315313Z /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:27:26.1316001Z 2022-11-23T01:27:26.1339094Z /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:27:26.1339742Z 2022-11-23T01:27:26.1545504Z /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:27:26.1546187Z 2022-11-23T01:27:26.1566558Z /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:27:26.1567234Z 2022-11-23T01:27:26.2262623Z /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:27:26.2263441Z 2022-11-23T01:27:26.2264689Z /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:27:26.2265426Z 2022-11-23T01:27:26.4244130Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:27:26.4294896Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:27:26.4504292Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:27:26.4944991Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:27:26.5639580Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:27:26.6697833Z /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:27:26.6698881Z 2022-11-23T01:27:26.6701477Z /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:27:26.6702134Z 2022-11-23T01:27:26.7023297Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:27:26.9769718Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:27:27.0230036Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:27:27.0285974Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:27:27.1079552Z /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:27:27.1080342Z 2022-11-23T01:27:27.1207724Z /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:27:27.1208507Z 2022-11-23T01:27:27.1387656Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:27:27.1921167Z /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:27:27.1921838Z 2022-11-23T01:27:27.1930897Z /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:27:27.1931599Z 2022-11-23T01:27:27.1959666Z /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:27:27.1960342Z 2022-11-23T01:27:27.1969588Z /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:27:27.1970528Z 2022-11-23T01:27:27.3020785Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:27:27.3354241Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:27:27.4955212Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:27:27.6787133Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:27:27.6984584Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:27:27.8328179Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:27:28.0628030Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:27:28.1275632Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:27:28.1733335Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:27:28.2063264Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:27:28.4913413Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:27:28.5267414Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:27:28.5622275Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:27:28.8337548Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:27:28.9039247Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:27:28.9598088Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:27:29.2543055Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:27:29.3767344Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:27:29.4538239Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:27:29.6713359Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:27:29.6730695Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:27:29.8037176Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:27:29.8271967Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:27:30.0055512Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:27:30.0783528Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:27:30.3339908Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:27:30.7628846Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:27:30.7829379Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:27:30.8209694Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:27:30.8680991Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:27:31.1765908Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:27:31.3745225Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:27:31.7037127Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:27:31.7071419Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:27:32.3918748Z [ 98%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:27:34.3030298Z [ 98%] Built target torch_python 2022-11-23T01:27:34.3228501Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:27:34.3229567Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:27:34.3239915Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:27:34.3258082Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:27:35.1184452Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:27:35.1246607Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:27:35.6015820Z [100%] Built target functorch 2022-11-23T01:27:35.6162313Z [100%] Built target nnapi_backend 2022-11-23T01:27:59.8772187Z /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:27:59.8772639Z 2022-11-23T01:27:59.8950655Z /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:27:59.8951024Z 2022-11-23T01:27:59.8992181Z /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:27:59.8992588Z 2022-11-23T01:27:59.9006061Z /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:27:59.9006426Z 2022-11-23T01:27:59.9197377Z /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:27:59.9197724Z 2022-11-23T01:27:59.9209827Z /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:27:59.9210203Z 2022-11-23T01:27:59.9890060Z /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:27:59.9890708Z 2022-11-23T01:27:59.9891673Z /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:27:59.9892061Z 2022-11-23T01:28:00.4382401Z /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:28:00.4382792Z 2022-11-23T01:28:00.4383403Z /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:28:00.4383967Z 2022-11-23T01:28:00.9785333Z /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:28:00.9785734Z 2022-11-23T01:28:00.9920463Z /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:28:00.9920862Z 2022-11-23T01:28:01.0724061Z /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:28:01.0724479Z 2022-11-23T01:28:01.0731686Z /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:28:01.0732106Z 2022-11-23T01:28:01.0753989Z /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:28:01.0754343Z 2022-11-23T01:28:01.0760908Z /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:28:01.0761358Z 2022-11-23T01:28:09.3353649Z [100%] Linking CXX executable ../bin/test_jit 2022-11-23T01:28:10.4594602Z [100%] Built target test_jit 2022-11-23T01:28:10.4909999Z Install the project... 2022-11-23T01:28:10.4971473Z -- Install configuration: "Release" 2022-11-23T01:28:10.5606094Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:28:11.0316571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:28:11.0633664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:28:11.0641637Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:28:11.0649072Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:28:11.0657298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:28:11.0664726Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:28:11.0672436Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:28:11.0680216Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:28:11.0688202Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:28:11.0696342Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:28:11.0703733Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:28:11.0711679Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:28:11.0746361Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:28:11.0754018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:28:11.0761774Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:28:11.0769336Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:28:11.0777521Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:28:11.0786393Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:28:11.0806463Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:28:11.0813857Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:28:11.0821780Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:28:11.0829535Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:28:11.0837198Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:28:11.0844919Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:28:11.0852840Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:28:11.0860462Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:28:11.0868344Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:28:11.0876290Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:28:11.0890039Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:28:11.0897638Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:28:11.0905166Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:28:11.0924869Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:28:11.0932363Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:28:11.0940130Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:28:11.0950605Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:28:11.0959845Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:28:11.0967526Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:28:11.0975690Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:28:11.0983206Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:28:11.0991104Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:28:11.1008817Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:28:11.1021909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:28:11.1060356Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cuda_CUDATest" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:28:11.7528955Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/usr/local/cuda/lib64/stubs:/usr/local/cuda/lib64" 2022-11-23T01:28:11.7536889Z -- 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:28:12.1330230Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib:/usr/lib/x86_64-linux-gnu/openmpi/lib:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2928490Z -- 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:28:12.2932301Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2948790Z -- 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:28:12.2960040Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2969350Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2979683Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2989076Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.2998284Z -- 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:28:12.3008259Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3018204Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3027284Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3036410Z -- 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:28:12.3045684Z -- 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:28:12.3058889Z -- 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:28:12.3067483Z -- 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:28:12.3076170Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3085845Z -- 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:28:12.3094732Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3107791Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3116212Z -- 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:28:12.3125509Z -- 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:28:12.3134463Z -- 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:28:12.3143303Z -- 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:28:12.3152009Z -- 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:28:12.3161576Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3170370Z -- 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:28:12.3179203Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3187620Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3198991Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3208342Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3216911Z -- 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:28:12.3225272Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3234191Z -- 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:28:12.3244978Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3253004Z -- 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:28:12.3265846Z -- 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:28:12.3275137Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3279672Z -- 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:28:12.3288532Z -- 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:28:12.3297884Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3306953Z -- 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:28:12.3315844Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3319964Z -- 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:28:12.3330531Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3339404Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3348034Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3356775Z -- 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:28:12.3365914Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3380879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3392585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3410340Z -- 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:28:12.3423392Z -- 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:28:12.3442413Z -- 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:28:12.3457240Z -- 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:28:12.3466863Z -- 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:28:12.3480602Z -- 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:28:12.3489727Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:12.3498871Z -- 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:28:12.3530393Z -- 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:28:12.3571481Z -- 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:28:12.3580478Z -- 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:28:12.3589482Z -- 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:28:12.3599368Z -- 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:28:12.3607816Z -- 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:28:12.3617876Z -- 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:28:12.3627288Z -- 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:28:12.3636684Z -- 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:28:12.3644696Z -- 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:28:12.3654226Z -- 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:28:12.3664277Z -- 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:28:12.3672783Z -- 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:28:12.3681847Z -- 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:28:12.3690704Z -- 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:28:12.3699443Z -- 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:28:12.3708828Z -- 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:28:12.3716903Z -- 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:28:12.3726487Z -- 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:28:12.3735405Z -- 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:28:12.3744144Z -- 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:28:13.8001592Z -- 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:28:13.8006547Z -- 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:28:13.8013112Z -- 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:28:13.8142571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8285178Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8291483Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8318433Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:28:13.8329194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:28:13.8337743Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:28:13.8348087Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupGlooTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:28:13.8357981Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:28:13.8367383Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLErrorsTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:28:13.8372011Z -- 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:28:13.8377449Z -- 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:28:13.8391170Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8406450Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8576807Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8608007Z -- 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:28:13.8613505Z -- 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:28:13.8663971Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/conda/lib" 2022-11-23T01:28:13.8851134Z -- 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:28:13.8861871Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:28:13.8869710Z -- 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:28:13.8890555Z -- 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:28:13.9498565Z running bdist_wheel 2022-11-23T01:28:14.1396145Z running build 2022-11-23T01:28:14.1396364Z running build_py 2022-11-23T01:28:14.1451762Z creating build/lib.linux-x86_64-cpython-38 2022-11-23T01:28:14.1452067Z creating build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:28:14.1452473Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:28:14.1466646Z creating build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1467017Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1472060Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1475744Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1480767Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1503246Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1515774Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1520829Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1525504Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1550779Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1557196Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1574004Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1587468Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1619092Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1624750Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1647966Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1654463Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1660397Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1678574Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1682204Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1708725Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1737427Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1752839Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1809623Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1821787Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1823063Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1839959Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1845396Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1875871Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1888328Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1893337Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1921267Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1925798Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1936383Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1941185Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1963111Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1983209Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1988086Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.1993158Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:14.2006118Z creating build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2006475Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2012340Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2017874Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2021964Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2051612Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2063494Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2078076Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2092105Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2098764Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2106640Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2132443Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2148695Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:28:14.2160255Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2160639Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2164895Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2182410Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2187470Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2201845Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2213612Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2220161Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2247489Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2253535Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2261819Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2265748Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2284014Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2287821Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2292671Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2305843Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:28:14.2319639Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:28:14.2320051Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:28:14.2325943Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2326323Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2334903Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2348079Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2352423Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2357543Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2362892Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2376448Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2394466Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2399382Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:28:14.2405426Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2405876Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2411475Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2425401Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2433068Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2438022Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2451519Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:28:14.2458099Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:28:14.2458562Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:28:14.2463254Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:28:14.2491900Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:28:14.2498411Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:28:14.2498991Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:28:14.2499709Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:28:14.2515846Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2516237Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2525710Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2541943Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2546819Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2559564Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2575031Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2582133Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2594947Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2604838Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2618154Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2625232Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2639508Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2646816Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2651214Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2662168Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2680533Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2685123Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2693344Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2698876Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2709688Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2715356Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2741281Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2745468Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2750951Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2763206Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:28:14.2777724Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:28:14.2778138Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:28:14.2778879Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:28:14.2783846Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:28:14.2796076Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2796875Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2797454Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2815332Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2827943Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2833686Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2837330Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2850665Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2861566Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2867978Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2883248Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2894524Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2931565Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2970296Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.2975431Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.3007452Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.3024670Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.3038200Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.3044436Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:28:14.3054393Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3054774Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3064244Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3071109Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3085591Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3094825Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3100224Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3104798Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3119442Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3123711Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3128150Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3134064Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:28:14.3143771Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3144423Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3174637Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3186723Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3192978Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3204808Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:28:14.3218796Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:28:14.3219289Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:28:14.3254415Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:28:14.3269388Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:28:14.3269787Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:28:14.3310128Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:28:14.3314843Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:28:14.3327803Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:28:14.3328669Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:28:14.3335822Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:28:14.3357697Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:28:14.3371116Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:28:14.3386100Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:28:14.3386489Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:28:14.3393418Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:28:14.3411257Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:28:14.3411647Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:28:14.3421123Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3421610Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3441358Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3449990Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3461587Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3474882Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3510373Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3516493Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3545898Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3558383Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3577708Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3601238Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3621768Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:28:14.3632445Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:28:14.3632836Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:28:14.3639974Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:28:14.3640431Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:28:14.3641257Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:28:14.3654217Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:28:14.3654579Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:28:14.3661192Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3661552Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3679842Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3684488Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3699636Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3717280Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3722484Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3728461Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3729274Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3746119Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3750298Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3764643Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3770816Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3776896Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3780718Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3790851Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3796302Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:28:14.3809817Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3810243Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3815784Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3819671Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3823975Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3839986Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3866225Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3871831Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3877646Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3889322Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3895032Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3911137Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:28:14.3920852Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3921326Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3937002Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3945351Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3951647Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3964220Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3969736Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3984485Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.3993717Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4000312Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4013320Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4018488Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4029412Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4038243Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4043589Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4049431Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4054046Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4070389Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4077275Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4081508Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4095330Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4099662Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4105227Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4119872Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4125222Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4131600Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4148876Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4153969Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4159269Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4174612Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4181513Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4194109Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4200230Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4216116Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4220890Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4225673Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4235873Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4240405Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4246303Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4261080Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4265543Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4277630Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4293073Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4296335Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4305910Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4310834Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4314786Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:28:14.4324902Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:28:14.4325262Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:28:14.4352979Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:28:14.4353613Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:28:14.4363935Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4364519Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4370162Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4377078Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4381870Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4395199Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4404144Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4422539Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4437804Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4441981Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4454778Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4469591Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4481232Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4496604Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4501701Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4513976Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:28:14.4520286Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4520658Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4527054Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4536648Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4541866Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4553548Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4559496Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4564155Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4575577Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4582306Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4598060Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4601785Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4606071Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4621458Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4626719Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4644555Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4665393Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4670810Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4691632Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4695947Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4724475Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4743909Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4764240Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4777736Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4796220Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4803357Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:28:14.4821819Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:28:14.4822219Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:28:14.4857219Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:28:14.4857616Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:28:14.4863264Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:28:14.4882348Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:28:14.4904362Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:28:14.4904747Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:28:14.4910646Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4911160Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4925526Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4930154Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4941425Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4945977Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4955786Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:28:14.4961201Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:28:14.4961575Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:28:14.4979290Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.4979744Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.4986114Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.4990594Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.4995634Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.5009769Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.5039736Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.5044969Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.5057614Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:14.5065719Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5066115Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5081969Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5085837Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5091172Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5095089Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5106830Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5110348Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5114365Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5125410Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5130371Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5145508Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5149714Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5159745Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5186361Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5198001Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5228144Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5244876Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5257565Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5261773Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5266057Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5270401Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5284061Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5287802Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5299958Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5336052Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5368775Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:28:14.5386755Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5387153Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5393087Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5397398Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5409813Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5420907Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5434328Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5440396Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5456459Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5461348Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5473187Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5507606Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5520694Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5531508Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5548644Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5556387Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5562001Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5575610Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5582667Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:14.5597485Z creating build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5597905Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5602458Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5606594Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5616080Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5620360Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5626351Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5630679Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5640255Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5644649Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5661568Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5666100Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5678495Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5682780Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5693780Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5720956Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:28:14.5736300Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5736716Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5741682Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5753886Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5766380Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5778527Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5782880Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5796696Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:28:14.5802695Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5803235Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5809217Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5813787Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5825244Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5829054Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5843974Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5847535Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5859545Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5863945Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5867609Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5871885Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5883105Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5887423Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5892032Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5895958Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:28:14.5912767Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:28:14.5913169Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:28:14.5918820Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:28:14.5919216Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:28:14.5931149Z creating build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:28:14.5931846Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:28:14.5946968Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:28:14.5947681Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:28:14.5952681Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:28:14.5983741Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:28:14.5989618Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:28:14.6001064Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6001443Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6006153Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6011292Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6015866Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6026943Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6034065Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6046439Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6052003Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6062395Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6067663Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6073659Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6086519Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6100502Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6116246Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6120401Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6145229Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6150118Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6155730Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6171404Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6176380Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6188587Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6193260Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6198701Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:28:14.6215246Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6215698Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6221006Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6226520Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6239655Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6251753Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6257064Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6262861Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6277987Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6284944Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6299434Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:28:14.6320909Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6321399Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6326210Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6344782Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6356595Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6369817Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6374203Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6391570Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6402663Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6412301Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6429984Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6450267Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6465653Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6486207Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:28:14.6507521Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6508250Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6509271Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6517569Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6533910Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6562580Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6590459Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6605701Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:14.6622899Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6623436Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6629089Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6641788Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6647499Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6665230Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6670169Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6685756Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6699599Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6705049Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:28:14.6714030Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:28:14.6714443Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:28:14.6721852Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:28:14.6722574Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:28:14.6732454Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:28:14.6732920Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:28:14.6738745Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:28:14.6739178Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:28:14.6762086Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:28:14.6762476Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:28:14.6767232Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:28:14.6767713Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:28:14.6768347Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:28:14.6779863Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:28:14.6799385Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:28:14.6799803Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:28:14.6804293Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:28:14.6811283Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6811965Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6824745Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6829212Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6850180Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6854324Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6865887Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6871175Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6888898Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6922077Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6938339Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6953533Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6958982Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6962683Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6978631Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.6990324Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.7007116Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.7021043Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.7024845Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:28:14.7042817Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:28:14.7043243Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:28:14.7048218Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:28:14.7048607Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:28:14.7053361Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:28:14.7053887Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:28:14.7059814Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:28:14.7060412Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:28:14.7075509Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:28:14.7088353Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:28:14.7088974Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:28:14.7094715Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:14.7095219Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:14.7099673Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:14.7110801Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:28:14.7111459Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:28:14.7116245Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:28:14.7116713Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:28:14.7122177Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:14.7122664Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:14.7126863Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:14.7144031Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:14.7148341Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:14.7153377Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:14.7154031Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:14.7170680Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:14.7171258Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:14.7175682Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:14.7179424Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:14.7189601Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:14.7195015Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:14.7195559Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:14.7201895Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:14.7207541Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:28:14.7208309Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:28:14.7219140Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:28:14.7219695Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:28:14.7224124Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:28:14.7240176Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:28:14.7245147Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:28:14.7251986Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:14.7252664Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:14.7268777Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:14.7275178Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:28:14.7275662Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:28:14.7281080Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:28:14.7294652Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:28:14.7307831Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:28:14.7308297Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:28:14.7315121Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7315590Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7321562Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7338594Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7342809Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7359707Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7364432Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7375331Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7379787Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7395917Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7401729Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7413508Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:28:14.7418765Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:28:14.7419250Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:28:14.7424599Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:14.7425096Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:14.7441495Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:14.7459510Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:14.7467062Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:14.7498433Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7498943Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7503277Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7518565Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7523368Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7540155Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7544978Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:14.7555452Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:28:14.7555897Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:28:14.7561170Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:28:14.7573248Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:28:14.7578368Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:14.7578852Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:14.7583049Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:14.7594818Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7595331Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7596740Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7612119Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7630364Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7642738Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7662878Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7667755Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7680352Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7685413Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7698485Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:28:14.7704320Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:28:14.7704807Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:28:14.7706690Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:28:14.7707554Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:28:14.7708304Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:28:14.7717683Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:28:14.7721713Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:28:14.7726982Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7727825Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7728735Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7748758Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7753638Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7757168Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:28:14.7774260Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:14.7775150Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:14.7776077Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:14.7789314Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:28:14.7789874Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:28:14.7826454Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:28:14.7832186Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:14.7833028Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:14.7844868Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:14.7859949Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:14.7866896Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:14.7876457Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:14.7877217Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:14.7881967Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:14.7899150Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:14.7904252Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:28:14.7905314Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:28:14.7906579Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:28:14.7907534Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:28:14.7908671Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:28:14.7914521Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:28:14.7922429Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7923085Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7929287Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7946414Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7963718Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7975498Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7979876Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7988804Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7989832Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.7996565Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.8001299Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.8021166Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:28:14.8028111Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8028567Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8036108Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8043023Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8059566Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8089217Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8094516Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8125415Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8143077Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8150626Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8157230Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8163924Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8168490Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8176525Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8193692Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8201453Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8224942Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8231754Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8244222Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8248791Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:28:14.8271047Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8271676Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8272684Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8293534Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8306391Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8311709Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:14.8329147Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:28:14.8329588Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:28:14.8334208Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:28:14.8337944Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:28:14.8343351Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:28:14.8344013Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:28:14.8344689Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:28:14.8354339Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:28:14.8355066Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:28:14.8355824Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:28:14.8360956Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:28:14.8387083Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:28:14.8387484Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:28:14.8394125Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:28:14.8394685Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:28:14.8403813Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:28:14.8410278Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:28:14.8410949Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:28:14.8416811Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:28:14.8417423Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:28:14.8422177Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:28:14.8422599Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:28:14.8434719Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:28:14.8435171Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:28:14.8441160Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:28:14.8441691Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:28:14.8446684Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:28:14.8447115Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:28:14.8453567Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:28:14.8453970Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:28:14.8454889Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:28:14.8477271Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:28:14.8477891Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:28:14.8482567Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:28:14.8487333Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:28:14.8487750Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:28:14.8499922Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:28:14.8500346Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:28:14.8505599Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:28:14.8509370Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:28:14.8520846Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:28:14.8535309Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8535782Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8540657Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8570808Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8575316Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8586465Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8590418Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:28:14.8597201Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8597630Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8604337Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8610137Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8623698Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8628321Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8632860Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8637345Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8650841Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8664732Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:28:14.8671744Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:28:14.8672294Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:28:14.8682011Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:28:14.8682487Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:28:14.8689016Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:28:14.8689790Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:28:14.8690628Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:28:14.8697758Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8698310Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8705250Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8724160Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8735862Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8741550Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8758047Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8763393Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:28:14.8775553Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:28:14.8775996Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:28:14.8781653Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:28:14.8798112Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:28:14.8798552Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:28:14.8805116Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8805555Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8811021Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8815411Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8829402Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8835139Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8846182Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8850804Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8865775Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8869554Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8873838Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8884124Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8889121Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8903466Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8908234Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:28:14.8923396Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:28:14.8923860Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:28:14.8930641Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8931362Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8939580Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8951816Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8963956Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8968774Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8978718Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.8983371Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9008227Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9026766Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9042402Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9055880Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9061462Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9073342Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9077805Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9086010Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9091058Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9109104Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9134114Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9144409Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:28:14.9159344Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:28:14.9159817Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:28:14.9164831Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:28:14.9177721Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:28:14.9178232Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:28:14.9183020Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:28:14.9195945Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9196615Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9202088Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9206430Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9210464Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9223956Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9230083Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9240622Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9246254Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9262241Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9267594Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9272570Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9287924Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9293458Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9299139Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:28:14.9321928Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:28:14.9322445Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:28:14.9325106Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9325635Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9332195Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9346035Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9367948Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9380109Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9383559Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9388444Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9404490Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9410201Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9414217Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:28:14.9428185Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:28:14.9428657Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:28:14.9433774Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:14.9434893Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:14.9440128Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:14.9456695Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9457232Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9472115Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9494479Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9498605Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9509339Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9513515Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:14.9522757Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:14.9523278Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:14.9528656Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:14.9534144Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:14.9534647Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:14.9540442Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:14.9553774Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:14.9560272Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:14.9574750Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9575318Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9579958Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9585993Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9594691Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9599078Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9603917Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9612945Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9617415Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9621261Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9626441Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:14.9641165Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9641954Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9642627Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9656431Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9662773Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9677797Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9703789Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9708906Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9721695Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:14.9728254Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9728729Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9734930Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9751014Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9756934Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9773495Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9780060Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9790407Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9795081Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9800675Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:28:14.9818318Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9818882Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9823776Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9829853Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9846462Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9852604Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9870785Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9876968Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:28:14.9888337Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:14.9888909Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:14.9889834Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:14.9896835Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:14.9897342Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:14.9908828Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:14.9914528Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:14.9915066Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:14.9921191Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:14.9936855Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:28:14.9937711Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:28:14.9938821Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:28:14.9946748Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9947589Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9953053Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9969889Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9974358Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9981383Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:14.9996890Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:15.0002311Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:15.0025505Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:15.0042318Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:15.0043100Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:15.0043855Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:15.0059014Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:15.0073235Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:15.0079493Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:28:15.0080339Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:28:15.0082117Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:28:15.0082616Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:28:15.0087034Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:28:15.0091435Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:28:15.0103170Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:28:15.0103673Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:28:15.0108412Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:28:15.0122425Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:15.0122942Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:15.0128960Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:15.0143267Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:15.0147408Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:15.0154792Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0155284Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0167073Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0174293Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0186283Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0206282Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0229625Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0239336Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0244248Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0252546Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0257202Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0261397Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:28:15.0274435Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:28:15.0274918Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:28:15.0280879Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:28:15.0293945Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:28:15.0310356Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:28:15.0316862Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0317361Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0321885Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0332826Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0337397Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0341035Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0355400Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:28:15.0360909Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:28:15.0361492Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:28:15.0366327Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:28:15.0382802Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:28:15.0399231Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:15.0399851Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:15.0414510Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:15.0420465Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:15.0426553Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:28:15.0427437Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:28:15.0436130Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:28:15.0441218Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:28:15.0446656Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:28:15.0447412Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:28:15.0448228Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:28:15.0462710Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:28:15.0463494Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:28:15.0464378Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:28:15.0470100Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:28:15.0470987Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:28:15.0472145Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:28:15.0478252Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0478863Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0488095Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0493816Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0506840Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0511729Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0516413Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0528897Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0535041Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0547282Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0552281Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0566936Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0571159Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:28:15.0576434Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:15.0577082Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:15.0592696Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:15.0596376Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:15.0601728Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0602209Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0607584Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0621788Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0625473Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0631725Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0644759Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:15.0649691Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:28:15.0650188Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:28:15.0654582Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:28:15.0670810Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0671675Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0672710Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0698402Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0703228Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0716185Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0727941Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0732483Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0748743Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0753852Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0765103Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0776344Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0789949Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0794921Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0799512Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0808032Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0825090Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:28:15.0832391Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0832917Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0837717Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0842084Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0851527Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0856324Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0872434Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0876447Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0881592Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0896423Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0912998Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0919103Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0934944Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0940773Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0955166Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:28:15.0962950Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.0963493Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.0964537Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.0976051Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1002444Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1016935Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1020562Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1032342Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1037262Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:15.1044105Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1044677Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1050412Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1061163Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1066108Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1070609Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1074888Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1089642Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1094952Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:28:15.1101631Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1102212Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1107530Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1121579Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1125602Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1134850Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1139117Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:15.1144772Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:28:15.1145398Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:28:15.1146203Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:28:15.1152151Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:28:15.1152647Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:28:15.1154800Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:28:15.1155218Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:28:15.1170088Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:28:15.1178081Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:28:15.1182852Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:28:15.1195445Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:28:15.1196023Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:28:15.1196848Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:28:15.1204415Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:28:15.1204858Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:28:15.1210533Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:28:15.1214849Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:28:15.1229223Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:28:15.1243359Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:28:15.1244027Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:28:15.1244664Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:28:15.1251986Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:28:15.1252562Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:28:15.1253487Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:28:15.1260410Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:28:15.1260979Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:28:15.1273905Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1274586Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1279058Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1296966Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1302310Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1317965Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1322679Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1327551Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1339777Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:28:15.1345836Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:28:15.1346388Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:28:15.1347094Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:28:15.1352579Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:28:15.1353337Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:28:15.1368056Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1368434Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1374699Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1389579Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1419035Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1423287Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1440516Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1444323Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1456105Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1480355Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1484194Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1501588Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1506412Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1521887Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1538150Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1542491Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1558776Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1583557Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1614277Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1622046Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1650226Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1654329Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1684152Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1715445Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1732654Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1751996Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1766216Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:28:15.1771855Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1772347Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1776813Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1784786Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1789173Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1794237Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1809763Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1815448Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1841759Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1846644Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1851325Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.1863647Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:28:15.1864120Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:28:15.1869500Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:28:15.1869904Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:28:15.1876512Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:28:15.1876948Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:28:15.1882819Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:28:15.1896109Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1896688Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1903322Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1907873Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1922610Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1931225Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1937491Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1942759Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1955129Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1959679Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1963764Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1978751Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.1996199Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.2022624Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.2033393Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.2044561Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.2048852Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:28:15.2061778Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:28:15.2062498Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:28:15.2068500Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:28:15.2073705Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:28:15.2074141Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:28:15.2080193Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:28:15.2080689Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:28:15.2093086Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:15.2093561Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:15.2099103Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:15.2104859Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:15.2109153Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:15.2123282Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:15.2123811Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:15.2129981Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:15.2130701Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:15.2135525Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:15.2139393Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:15.2152066Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:15.2157650Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:15.2158164Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:15.2163117Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:15.2167712Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:28:15.2168138Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:28:15.2184800Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:28:15.2185198Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:28:15.2190479Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:28:15.2202626Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:28:15.2203089Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:28:15.2210835Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:28:15.2211591Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:28:15.2216366Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:28:15.2221918Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:28:15.2222368Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:28:15.2237749Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:28:15.2254461Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:28:15.2259678Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:28:15.2260157Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:28:15.2265004Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:28:15.2265445Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:28:15.2271153Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2271709Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2284633Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2288578Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2292427Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2296085Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2310611Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2314351Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2318549Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2322713Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2334849Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2340281Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:28:15.2346234Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2346924Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2351871Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2364163Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2368493Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2373214Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2378377Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:28:15.2392183Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:15.2393035Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:15.2403513Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:15.2407727Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:15.2412238Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:15.2430271Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2430754Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2435673Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2439596Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2451795Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2457083Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2461737Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2469224Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2473702Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2477296Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2481277Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:28:15.2490872Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2491265Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2492310Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2498386Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2511215Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2515999Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:28:15.2531595Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:28:15.2532083Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:28:15.2537594Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:28:15.2542715Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:28:15.2556553Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2557042Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2561783Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2571514Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2577592Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2582387Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:15.2592346Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2592893Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2608018Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2612275Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2616142Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2622181Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2631496Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2635973Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2640554Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2646575Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2660661Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2664424Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2669040Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2676449Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2697724Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2703295Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2706959Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2710276Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2724176Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2728530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2733010Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2743847Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2748368Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2752366Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2756733Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2770876Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2777925Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2782109Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2785429Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2796057Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2801191Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2805452Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2809061Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2820732Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2826174Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2829722Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2834082Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2844376Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2848983Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2853302Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2868114Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2871924Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2876304Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2879930Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2893605Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2897072Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2901467Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2905539Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2916724Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2920297Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2926859Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2938459Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2942417Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2945968Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2949643Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2960564Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:15.2964957Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:28:15.2965609Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:28:15.2970839Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:28:15.2971261Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:28:15.2976875Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:28:15.2987164Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:28:15.2991231Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:28:15.2998153Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.2998694Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3003088Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3015148Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3020229Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3026736Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3032439Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3046426Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3050212Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3055621Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3061199Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3076302Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3081390Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:28:15.3086360Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:28:15.3086764Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:28:15.3091745Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:28:15.3107308Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3107890Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3108533Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3120056Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3123786Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3134880Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3159426Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3180349Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3184893Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3204638Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3216757Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3302229Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3330156Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3375785Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3405151Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3409884Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3421093Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3444669Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3457659Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3462895Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3477104Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3482191Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3500011Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3518852Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3522969Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3534114Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:28:15.3541141Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:28:15.3541963Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:28:15.3542840Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:28:15.3557189Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:28:15.3557790Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:28:15.3558357Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:28:15.3564100Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:28:15.3570579Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3571102Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3571997Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3584249Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3635657Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3640494Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3653425Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3658223Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:28:15.3671679Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:28:15.3672309Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:28:15.3673062Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:28:15.3723032Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:28:15.3723511Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:28:15.3729730Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:28:15.3772580Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:28:15.3787992Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:28:15.3797342Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:28:15.3798037Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:28:15.3798935Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:28:15.3814429Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:28:15.3819685Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:15.3820230Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:15.3821184Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:15.3827428Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:15.3828333Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:15.3829238Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:15.3842605Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:15.3857665Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:15.3862702Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:28:15.3863256Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:28:15.3865036Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:28:15.3865562Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:28:15.3867693Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3868901Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3869693Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3898366Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3909515Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3931578Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3936262Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3941097Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3974448Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:15.3981653Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:28:15.3982426Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:28:15.3988154Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:28:15.3993056Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:28:15.4008128Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:28:15.4008770Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:28:15.4009602Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:28:15.4024263Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:15.4024963Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:15.4025588Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:15.4031520Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:15.4048455Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:15.4049160Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:15.4049851Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:15.4055256Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:15.4081459Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:15.4087163Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4087863Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4093324Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4117658Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4138996Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4171833Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4183185Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:15.4203355Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:28:15.4204063Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:28:15.4212343Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:28:15.4213052Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:28:15.4219351Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:28:15.4219924Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:28:15.4220557Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:28:15.4234425Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4235042Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4241208Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4245997Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4279896Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4290631Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4297278Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4310305Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4316866Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:28:15.4335554Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4335976Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4341814Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4347080Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4390010Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4413169Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:28:15.4425992Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:28:15.4426400Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:28:15.4432338Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:28:15.4440824Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:15.4441263Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:15.4456612Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:15.4462556Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4462987Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4470053Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4484081Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4489507Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4493498Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4498099Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4510395Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4518420Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4525035Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4540910Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:28:15.4567002Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4567700Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4568577Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4576543Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4590883Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4595594Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4610060Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4614342Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4618815Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4630964Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:28:15.4637554Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4638071Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4638828Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4649812Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4653604Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4657939Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4671157Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:15.4678037Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4678480Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4679846Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4684264Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4692656Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4711831Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4716734Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4740134Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4746191Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:15.4758970Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:15.4759840Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:15.4760870Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:15.4779752Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4780524Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4787045Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4803428Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4807159Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4811380Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4815340Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4826697Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:28:15.4842658Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4843121Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4849701Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4855970Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4865966Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4877614Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4893450Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.4901776Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4902277Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4914145Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4919133Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4939332Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4943986Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:15.4951185Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.4951892Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.4962550Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.4967475Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.4980106Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.4997216Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5002283Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5007381Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5019167Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5023735Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5029778Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5036415Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:28:15.5051394Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5051979Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5056263Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5060535Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5069799Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5077042Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5080911Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:28:15.5086457Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:28:15.5087354Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:28:15.5088256Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:28:15.5097342Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:28:15.5102454Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:28:15.5113960Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5114466Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5114994Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5127974Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5141058Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5146070Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5152416Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5165387Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5169743Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5174758Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5197998Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5204745Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5222195Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5230207Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5235055Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:28:15.5250889Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5251271Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5256468Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5270423Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5274318Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5279974Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5300199Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:28:15.5314691Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:28:15.5315417Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:28:15.5315953Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:28:15.5328912Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:28:15.5335617Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:28:15.5336086Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:28:15.5337057Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:28:15.5342947Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:28:15.5356177Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:28:15.5356727Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:28:15.5357659Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:28:15.5374968Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:28:15.5379937Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:28:15.6800177Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:28:15.6800682Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.6801851Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.6829855Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.6860130Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.6955389Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7056732Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7059161Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7064273Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7069212Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7074123Z copying torch/bin/ProcessGroupGlooTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7079787Z copying torch/bin/ProcessGroupNCCLTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7084873Z copying torch/bin/ProcessGroupNCCLErrorsTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7089863Z copying torch/bin/ProcessGroupMPITest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7091453Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7096119Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7101895Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7210244Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7215892Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7217773Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7248702Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:28:15.7249843Z creating build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7250611Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7255299Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7259592Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7264313Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7269440Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7274001Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7278562Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7283462Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7288320Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7293805Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7298338Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7303053Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7307957Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7312533Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7317064Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7321723Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7326695Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7332143Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7345510Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7350013Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7355072Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7359687Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7364297Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7368774Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7373415Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7378217Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7383126Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7387964Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7397368Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7402232Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7406883Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7420312Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7424930Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7429785Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7436862Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7442378Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7447319Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7452265Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7456838Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7461856Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7465878Z copying torch/test/c10_cuda_CUDATest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7470314Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7476821Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7481626Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7487384Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7492355Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7497356Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7502496Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7507951Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7512834Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7517817Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7522626Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7530469Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7534913Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7539464Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7544548Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7549194Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7557257Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7561846Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7566595Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7571328Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7576018Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7580670Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7585765Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7590273Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7595055Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7599629Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7605914Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7610948Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7615442Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7619970Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7624934Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7629891Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7635315Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7642618Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7647404Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7648736Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7653478Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7658948Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7663619Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7668082Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7669158Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7675558Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7680219Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7684281Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7688651Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7693678Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7702706Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7708568Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7719802Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7727906Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7739302Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7748230Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7753558Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7761841Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7766232Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7770924Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7775431Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7804827Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7809339Z copying torch/test/cuda_apply_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7813973Z copying torch/test/cuda_atomic_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7819094Z copying torch/test/cuda_caching_host_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7823850Z copying torch/test/cuda_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7829206Z copying torch/test/cuda_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7834353Z copying torch/test/cuda_cub_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7839286Z copying torch/test/cuda_device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7843786Z copying torch/test/cuda_distributions_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7849226Z copying torch/test/cuda_dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7853842Z copying torch/test/cuda_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7858561Z copying torch/test/cuda_half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7863192Z copying torch/test/cuda_integer_divider_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7867708Z copying torch/test/cuda_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7872381Z copying torch/test/cuda_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7876909Z copying torch/test/cuda_reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7881588Z copying torch/test/cuda_stream_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7886613Z copying torch/test/cuda_vectorized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7891159Z copying torch/test/cuda_cudnn_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:28:15.7895759Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7896382Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7903623Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7914507Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7918726Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7931836Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7938030Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7943102Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7954559Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7961268Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7966914Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7973276Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7982147Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7987939Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.7995245Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8000111Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8010087Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8016757Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8048800Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8077382Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:28:15.8081923Z creating build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:28:15.8082408Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:28:15.8088358Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8093460Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8107533Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8112500Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8117644Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8121896Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8134400Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8141141Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8146154Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8158723Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8163007Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8168290Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8172837Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8181484Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8186059Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8191656Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8196363Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:28:15.8207659Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:15.8213869Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:28:15.8227296Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8232905Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8237578Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8245531Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8262481Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8269978Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:28:15.8274609Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:28:15.8288939Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:15.8289505Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:15.8294711Z copying torch/lib/libc10_cuda.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:15.8298491Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:15.8299709Z copying torch/lib/libtorch_cuda_linalg.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:15.8304682Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.0003703Z copying torch/lib/libtorch_cuda.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1191217Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1191995Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1193213Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1199044Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1202561Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1205403Z copying torch/lib/libc10d_cuda_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1206753Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1343439Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:28:16.1343974Z creating build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1344404Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1346385Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1347470Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1348583Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1349980Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1351423Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1353389Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1354494Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1355860Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1357395Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1360282Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1361821Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1362565Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1363499Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1364592Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1366002Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1367179Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1368400Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1369550Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1371129Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1374818Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:28:16.1375484Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1376802Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1377597Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1378556Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1379850Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1381051Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1382384Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1383625Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1384856Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1386186Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1387404Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1388844Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1390062Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1391212Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1392664Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1394901Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1395899Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1397336Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1398583Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1399926Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1401885Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1403145Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1404689Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1405853Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1407194Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1408441Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1409864Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1411138Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1412422Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1413709Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1415188Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1416433Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1417839Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1419065Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1420333Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1421593Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1422748Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1424878Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1425718Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1426596Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1428078Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1428973Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1430181Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1431112Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1432369Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1433968Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1434983Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1436335Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1438397Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1439774Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1440977Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1442252Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1443447Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1444591Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1445911Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1447547Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1449743Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1451078Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1452341Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1453656Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1454940Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1456492Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1457917Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1460364Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1461187Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1462014Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1463238Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1464572Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1465701Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1466785Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1467929Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1469008Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1470066Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1471112Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1472995Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1473442Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1474256Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1475912Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1476400Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1477827Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1478553Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1479694Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1480700Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1481720Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1482753Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1483843Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1484908Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1486024Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1487030Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1487994Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1489025Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1490110Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1492106Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1492574Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1493594Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1494721Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1497208Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1497842Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1499622Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1500623Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1502166Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1503344Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1504214Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1505653Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1506927Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1507827Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1509473Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1510803Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1512474Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1513860Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1526089Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1531716Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1542586Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1543607Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:28:16.1544990Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:28:16.1545739Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:28:16.1546675Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:28:16.1547976Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1548407Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1549031Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1550035Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1551070Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1552176Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1553408Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1554469Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1555599Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1556681Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1557665Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1558876Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1560438Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:16.1561596Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1562154Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1563228Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1564692Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1565900Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1567296Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1568273Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1569561Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1570708Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:16.1572558Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1573641Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1574627Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1575740Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1576901Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1577872Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:28:16.1579513Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1579928Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1580906Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1581817Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1582733Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1583777Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1584678Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1585527Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1586667Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1587737Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1588302Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1590119Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1590866Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1592184Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1592977Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1594641Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1595631Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1596944Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1598268Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1599499Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1600653Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1602819Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1603560Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1605063Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1606183Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1607114Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1608431Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1609312Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1610613Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1612657Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1613119Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1614265Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1614978Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1616692Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1617211Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1618644Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1619286Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1620254Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1621291Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1622608Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1623419Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1624366Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1625555Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1626516Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1627342Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1628346Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1629410Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1630585Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1631577Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1633332Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1633888Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1634745Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1635802Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1636749Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1637779Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1638755Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1639470Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1641381Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1643315Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1643908Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1645423Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1647078Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1647800Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1648930Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1649912Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1651135Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1652243Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1653295Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1654537Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1655300Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1658385Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1659611Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:28:16.1661264Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1662082Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1662946Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1664105Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1665465Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1666832Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1668175Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1669414Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1670654Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1672075Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1673561Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1674898Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1676286Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1677591Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1678976Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1680276Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1681677Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1682968Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1684365Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1686062Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1687035Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1688304Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1689609Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1690985Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1692380Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1693933Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1696488Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1697432Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1699164Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1700550Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1701808Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1703051Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1704272Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1705565Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1706860Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1708443Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:28:16.1709941Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1710769Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1712232Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1713332Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1714562Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1715666Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1716925Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1718120Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1719478Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1720865Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1722404Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:28:16.1723594Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1724415Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1725796Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1726869Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1727719Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1728752Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1729981Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1730971Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:28:16.1732252Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1732800Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1733768Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1734949Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1736023Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1737181Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1738118Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1739010Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1739917Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1741435Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1742038Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1742667Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1743701Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1744442Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:28:16.1745469Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1746081Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1746681Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1748277Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1749009Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1750149Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1751069Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1752171Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1753087Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1754090Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1755341Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1756196Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1757173Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1758259Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1759384Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1760466Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1761405Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1762566Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1763623Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1764774Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1765615Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1766911Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1767910Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1769561Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1770108Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1770946Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1772122Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1772997Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1774250Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1775043Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1776239Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1777436Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1778873Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1779936Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1780758Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1781717Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1782427Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1783439Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1784532Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1785556Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1787324Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1788577Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1789370Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1790240Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1791206Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1792234Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1792991Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1793946Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1795172Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1796053Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1797174Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1798214Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1799605Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1800909Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1801980Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1802881Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1803886Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1805012Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1806146Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1807378Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1808303Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1809293Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1810188Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1811520Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1812248Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1813355Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1814520Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1815440Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1816365Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1817354Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1818542Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1819390Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1820609Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1821566Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1822799Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1823885Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1824913Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1825742Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1826646Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1827489Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1828390Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1831586Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1832076Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1832550Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1833354Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1834641Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1835530Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1836361Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1837518Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1838418Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1839369Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1840272Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1841297Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1842362Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1843157Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1844893Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1845785Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1846721Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1848145Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1848702Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1850000Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1850932Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1851890Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1852876Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1854152Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1854986Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1856191Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1856966Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1857877Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1858775Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1859600Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1860950Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1862077Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1863219Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1864218Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1865547Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1866554Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1867462Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1868497Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1869561Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1871217Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1872114Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1873199Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1874191Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1875285Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1876442Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1877845Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1878708Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1879727Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1880923Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1882066Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1883322Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1884255Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1885378Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1886567Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1887417Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1888338Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1889533Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1890430Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1891338Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1892088Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1893088Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1894608Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1895436Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1895990Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1896946Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1898021Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1899103Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1900126Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1902175Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1903143Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1904095Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1905217Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1906125Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1907354Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1908880Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1909767Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1910720Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1911830Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1913423Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1914465Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1915386Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1916513Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1917530Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1919013Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1919911Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1920874Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1922028Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1923086Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1924971Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1925577Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1926511Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1927610Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1928739Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1929968Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1931069Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1932327Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1933527Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1934971Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1935853Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1937574Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1938449Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1939903Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1941777Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1942291Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1943208Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1944217Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1946052Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1947229Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1948374Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1949267Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1950512Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1951750Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1952868Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1954115Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1955126Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1956252Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1957758Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1958773Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1960043Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1961280Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1963033Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1963633Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1964495Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1965613Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1966685Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1967904Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1968969Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1970123Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1971353Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1972004Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1973050Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1973921Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1975744Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1976525Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1977307Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1978296Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1979180Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1980277Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1981352Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1982754Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1983557Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1984783Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1986248Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1987356Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1987945Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1989392Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1990298Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1991036Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1992854Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1993854Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1994894Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1995892Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1996792Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1997874Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.1998733Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2000118Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2001395Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2002188Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2003032Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2004255Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2006202Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2007122Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2008011Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2009012Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2009958Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2011099Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2012090Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2013007Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2013871Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2015139Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2016078Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2016996Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2018083Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2018990Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2019921Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2021073Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2022039Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2022903Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2024003Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2024852Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2025952Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2026562Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2027811Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2028627Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2029461Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2030350Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2031557Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2032845Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2033693Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2035388Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2035850Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2036906Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2037843Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2039240Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2040085Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2042085Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2042800Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2043638Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2044523Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2045568Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2046579Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2047467Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2048528Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2049569Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2050348Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2051684Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2053446Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2054594Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2055695Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2057160Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2058481Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2059664Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2060608Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2061648Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2062872Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2063689Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2065394Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2066066Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2067519Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2068657Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2069618Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2070949Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2071895Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2072672Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2074043Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2075122Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2076267Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2077334Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2095813Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2096395Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2097031Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2097811Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2098529Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2099117Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2099671Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2100350Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2101036Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2101577Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2102246Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2103013Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2103644Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2104355Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2104917Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2105538Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2106195Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2107218Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2108114Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2109003Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2109731Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2110407Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2111095Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2111821Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2112495Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2113328Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2113980Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2114636Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2115364Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2116039Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2116814Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2117675Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2118417Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2119102Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2119898Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2120498Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2121276Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2121943Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2122564Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2123147Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2123809Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2124446Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2125074Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2125659Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2126846Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2127868Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2128750Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2130446Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2131116Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2132845Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2133524Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2134619Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2135616Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2136903Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2137853Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2139166Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2140167Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2141371Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2142447Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2143621Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2144643Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2146296Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2147910Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2148646Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2149457Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2150388Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2151217Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2152664Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2154376Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2155515Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2156610Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2159242Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2159999Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2160736Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2162007Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2162985Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2163946Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2164793Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2166112Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2167151Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2168290Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2169390Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2170473Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2171960Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2173130Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2174258Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2175259Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2176243Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2177225Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2178134Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2179399Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2180321Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2181532Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2182456Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2184178Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2184783Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2185554Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2186452Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2188492Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2189102Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2189868Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2190647Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2192233Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2193150Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2194116Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2194864Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2196781Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2197679Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2199120Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2200095Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2200985Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2201813Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2203049Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2204488Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2205463Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2206365Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2207229Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2208327Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2209530Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2210520Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2211633Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2212589Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2213554Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2214649Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2215843Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2216789Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2217800Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2218875Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2220081Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2223038Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2223707Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2224314Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2224973Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2225643Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2226430Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2227007Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2227999Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2229318Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2230028Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2231015Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2232163Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2233344Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2234386Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2235324Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2236318Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2237345Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2238360Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2239517Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2240727Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2241604Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2242513Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2243592Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2244658Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2245508Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2246836Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2247863Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2248671Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2249781Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2250695Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2251644Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2252796Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2253583Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2254591Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2255495Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2256468Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2257418Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2258495Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2259361Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2260335Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2261302Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2262736Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2263687Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2264712Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2265746Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2266692Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2267606Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2268668Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2269506Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2270563Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2271607Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2272603Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2273674Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2274630Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2275674Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2276813Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2278000Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2279185Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2280139Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2281221Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2282220Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2283373Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2284320Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2285400Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2286649Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2287768Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2288982Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2290029Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2291268Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2292230Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2293286Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2294512Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2295584Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2296677Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2297849Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2298896Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2299975Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2301019Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2302124Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2303268Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2304403Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2305585Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2306620Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2307697Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2308731Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2309795Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2310841Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2312211Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2313571Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2314605Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2315715Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2316698Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2318001Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2319229Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2320273Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2321501Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2322398Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2323733Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2325052Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2326028Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2327043Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2327951Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2329237Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2330191Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2331358Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2332787Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2333754Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2334845Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2335814Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2336895Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2337975Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2339025Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2339990Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2341090Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2342049Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2343166Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2344510Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2345505Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2346452Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2347574Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2348508Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2349729Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2350735Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2352267Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2353408Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2354441Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2355653Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2356566Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2357556Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2358709Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2359686Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2360841Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2361845Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2362886Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2364005Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2364962Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2365949Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2367084Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2368047Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2369273Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2370393Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2371214Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2372470Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2373086Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2374315Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2375175Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2376511Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2377401Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2378405Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2379260Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2380612Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2381406Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2383204Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2383795Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2384540Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2385387Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2386452Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2387606Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2388800Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2390518Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2391099Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2392318Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2394262Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2395041Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2396717Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2397646Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2398860Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2399864Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2401846Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2403133Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2404236Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2405541Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2406373Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2407426Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2408529Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2409530Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2410475Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2411373Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2412664Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2413417Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2414588Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2415685Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2416893Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2417914Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2419051Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2419916Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2420794Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2421757Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2422793Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2423911Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2424975Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2426267Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2427255Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2428439Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2429539Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2430942Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2432143Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2433221Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2434221Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2435352Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2436426Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2437657Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2438749Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2439825Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2440846Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2441921Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2443259Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2444158Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2445146Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2446237Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2447288Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2448774Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2449865Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2450801Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2451962Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2452941Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2454016Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2455235Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2456104Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2456917Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2458031Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2459042Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2460111Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2461398Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2462535Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2463477Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2464503Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2465528Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2466671Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2467628Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2468803Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2469982Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2470998Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2472931Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2473874Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2474927Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2475874Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2477906Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2478843Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2479927Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2480998Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2481906Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2482786Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2484197Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2485394Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2486316Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2487190Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2488238Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2489268Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2490312Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2491498Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2492419Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2493631Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2494695Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2495678Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2496772Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2498386Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2499527Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2500489Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2501401Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2502713Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2504184Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2505159Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2506254Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2508263Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2508740Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2511110Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2512124Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2512810Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2513404Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2513752Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2514460Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2515575Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2516518Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2517485Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2518299Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2519335Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2520822Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2521516Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2522871Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2523683Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2525043Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2525580Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2527048Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2528424Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2528924Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2530346Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2531304Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2532636Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2533281Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2534443Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2535879Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2537632Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2538083Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2539106Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2540040Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2541573Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2542980Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2543929Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2544897Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2545994Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2547141Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2548150Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2549550Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2550743Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2551968Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2552674Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2554174Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2555365Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2556241Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2558115Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2558958Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2560075Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2561010Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2561899Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2562776Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2563609Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2565169Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2565848Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2567550Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2568435Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2569394Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2571007Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2571625Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2572951Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2573677Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2574939Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2575885Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2577162Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2578800Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2579568Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2581082Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2581722Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2582643Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2584199Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2585386Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2585927Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2587220Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2588021Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2589444Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2590211Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2591134Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2592434Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2593210Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2594277Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2595270Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2596676Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2597514Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2598670Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2599721Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2600728Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2602051Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2602782Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2604413Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2604942Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2606856Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2607543Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2608974Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2609568Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2611094Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2611964Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2613701Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2614844Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2616110Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2617061Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2618699Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2619897Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2620752Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2621764Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2622747Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2624149Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2625110Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2626300Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2627226Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2628834Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2629477Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2630591Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2631571Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2632658Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2633493Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2634499Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2635439Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2636970Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2637664Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2639037Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2639894Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2641179Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2641995Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2643200Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2644210Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2645155Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2646365Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2647337Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2648584Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2649644Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2651005Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2652217Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2653307Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2654754Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2655735Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2657196Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2658379Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2659490Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2660156Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2661636Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2662565Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2663540Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2664796Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2665931Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2667072Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2667989Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2669431Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2670815Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2672049Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2673367Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2674246Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2675738Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2676716Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2677882Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2678825Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2679874Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2681892Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2682300Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2683093Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2684064Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2685633Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2686509Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2688025Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2688816Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2689762Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2691183Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2692119Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2692887Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2694102Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2695673Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2696195Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2697780Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2698591Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2699449Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2700770Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2701497Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2702879Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2703450Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2704734Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2706010Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2706939Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2708280Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2709073Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2710017Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2711184Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2712109Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2713571Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2714896Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2715777Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2716958Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2717899Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2719380Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2720315Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2721407Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2722489Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2723485Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2724563Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2725632Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2726736Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2728121Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2728916Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2730004Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2731072Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2732304Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2733514Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2734589Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2735859Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2736959Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2738350Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2739259Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2740518Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2741780Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2742959Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2743921Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2744968Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2746347Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2747252Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2748733Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2749571Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2750677Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2751564Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2752434Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2753687Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2754311Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2756089Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2757345Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2758396Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2759476Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2760941Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2761615Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2763294Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2764257Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2765313Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2766274Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2767678Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2769020Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2769638Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2771175Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2771948Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2773332Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2774038Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2776196Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2776724Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2777723Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2779010Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2779645Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2780989Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2782026Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2783441Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2784487Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2786468Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2786962Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2787761Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2788900Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2789719Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2791181Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2791854Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2793109Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2793778Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2794656Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2795421Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2796503Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2797244Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2798405Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2801930Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2802639Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2803147Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2803447Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2803717Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2804941Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2805466Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2806644Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2807490Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2808804Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2809411Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2810489Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2811738Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2812612Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2813662Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2814693Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2815703Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2816960Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2818141Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2819133Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2820192Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2821186Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2822296Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2823278Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2824703Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2825737Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2826798Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2827977Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2829057Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2830016Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2831077Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2832253Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2833735Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2834633Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2835778Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2836727Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2837755Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2839025Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2839965Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2840946Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2841923Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2843003Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2843949Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2844836Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2845861Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2847006Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2848048Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2849008Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2849940Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2850913Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2852231Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2853386Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2854280Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2855233Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2857093Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2857726Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2858714Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2859704Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2861747Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2862170Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2862816Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2863836Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2865186Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2866072Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2867179Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2868105Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2869265Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2869966Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2871074Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2872113Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2873830Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2874710Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2875688Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2877067Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2877879Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2878900Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2880260Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2881254Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2882314Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2883351Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2884654Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2885921Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2886696Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2887690Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2888903Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2889779Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2890817Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2892071Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2894281Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2894914Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2896263Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2896920Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2898775Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2899199Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2901305Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2901738Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2902474Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2903620Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2904808Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2906171Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2907138Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2908625Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2909054Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2910070Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2911081Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2912857Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2913791Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2914622Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2915812Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2917088Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2918158Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2919164Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2920146Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2921732Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2922348Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2923639Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2924504Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2925442Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2926511Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2927457Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2928243Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2929278Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2930353Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2931583Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2932486Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2933864Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2934701Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2935887Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2937085Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2938385Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2939566Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2940533Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2941591Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2942429Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2944520Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2944977Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2946016Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2946932Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2948208Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2949262Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2950397Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2951622Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2952772Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2953984Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2955115Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2956071Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2957172Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2958204Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2959345Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2960400Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2961686Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2963231Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2964560Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2965515Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2966520Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2967838Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2968741Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2969835Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2971242Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2972119Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2973847Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2974526Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2976027Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2976627Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2977838Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2978765Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2979775Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2981214Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2982214Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2983620Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2984492Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2985993Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2986801Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2988395Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2989368Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2990993Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2992249Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2993211Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2994457Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2995787Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2996810Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2998135Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.2998900Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3000369Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3002467Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3003033Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3003895Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3004807Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3006174Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3007766Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3008340Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3009300Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3010334Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3011560Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3013186Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3013490Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3015091Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3016113Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3017010Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3018114Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3019152Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3020017Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3021567Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3022678Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3024594Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3025023Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3025824Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3027465Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3027957Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3029671Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3030776Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3031716Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3032611Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3034411Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3035326Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3036186Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3037739Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3038454Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3039697Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3040706Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3041779Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3042731Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3043781Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3045078Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3045926Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3046876Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3048106Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3049257Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3050279Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3051244Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3052619Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3053590Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3054908Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3056059Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3056944Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3058209Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3059103Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3060246Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3061298Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3062325Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3063679Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3064820Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3066178Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3067194Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3068086Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3068959Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3070510Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3071622Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3073447Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3073859Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3074915Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3075726Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3076981Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3077711Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3079295Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3079907Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3080883Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3082521Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3083127Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3084163Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3084828Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3086365Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3087079Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3088057Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3088840Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3090366Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3090818Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3092178Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3093108Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3094376Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3095350Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3096703Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3097464Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3098695Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3099979Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3100889Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3102054Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3103054Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3104687Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3105175Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3106871Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3108339Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3108984Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3110017Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3111026Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3112362Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3113288Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3114520Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3115883Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3116493Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3118005Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3118871Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3119946Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3120796Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3121843Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3123225Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3124253Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3125570Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3126793Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3127903Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3129193Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3130160Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3131564Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3132709Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3133978Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3135255Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3136253Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3137889Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3138739Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3139745Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3141817Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3142130Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3143270Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3145040Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3145438Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3146595Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3147649Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3148505Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3149425Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3150694Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3151948Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3153182Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3155324Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3155629Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3156479Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3157549Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3158848Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3159863Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3160971Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3162199Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3163122Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3164432Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3165499Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3166613Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3168047Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3169071Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3169857Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3170755Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3171798Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3172839Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3173739Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3174780Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3175540Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3176987Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3177964Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3179343Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3180197Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3181112Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3182435Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3183417Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3184391Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3185422Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3186718Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3188107Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3188739Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3189965Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3190811Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3192227Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3193898Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3194914Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3195827Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3196866Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3197786Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3199059Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3199983Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3201400Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3202347Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3203257Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3204241Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3205691Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3206552Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3207721Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3208595Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3209997Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3210873Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3211895Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3213104Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3214306Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3215518Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3216386Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3218681Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3219559Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3220082Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3221186Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3223398Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3223969Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3225164Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3226553Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3227774Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3229063Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3230401Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3232079Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3233517Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3235033Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3236455Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3237709Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3239218Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3240479Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3242116Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3243713Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3245020Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3246567Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3247779Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3249150Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3250451Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3251872Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3253209Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3254566Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3257112Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3259166Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3259710Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3260818Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3262213Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3263785Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3265152Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3266457Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3268213Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3269160Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3270742Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3272113Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3273484Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3274814Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3276357Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3278103Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3279339Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3280752Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3282015Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3283433Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3284814Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3286144Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3287573Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3288931Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3290121Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3291446Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3293154Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3294699Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3296047Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3297300Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3298600Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3300029Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3301360Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3302728Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3304256Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3305603Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3307037Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3308814Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3309855Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3311776Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3312987Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3314368Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3315676Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3317480Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3319078Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3320355Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3321685Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3323046Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3324395Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3325754Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3327099Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3328949Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3330198Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3331395Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3332684Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3334061Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3335423Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3336977Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3338149Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3339564Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3341068Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3342818Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3343793Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3345332Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3347326Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3348582Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3349810Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3351183Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3352978Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3354809Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3355355Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3357175Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3357927Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3359582Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3360909Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3361687Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3363284Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3364603Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3365916Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3366770Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3368120Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3369733Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3371243Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3373354Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3374750Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3375337Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3376581Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3377891Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3379661Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3380803Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3382697Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3383577Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3384753Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3386070Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3387550Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3388980Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3390376Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3391748Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3393551Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3394678Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3396045Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3397348Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3399036Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3400247Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3401589Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3403327Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3404605Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3405811Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3407253Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3408511Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3409978Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3411209Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3412550Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3413795Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3415306Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3416779Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3418177Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3419290Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3420616Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3421927Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3423545Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3424708Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3426473Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3427366Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3428695Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3430441Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3431753Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3433076Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3435431Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3436533Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3437908Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3439384Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3440796Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3442270Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3443514Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3444867Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3446386Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3447740Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3449187Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3450605Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3451974Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3453317Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3454658Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3455971Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3457305Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3458615Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3460543Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3461380Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3462319Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3463294Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3464653Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3465517Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3466926Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3467725Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3469003Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3469891Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3471652Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3473361Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3473848Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3474651Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3476528Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3476834Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3477986Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3479183Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3480295Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3481497Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3482414Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3483548Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3485250Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3486094Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3487102Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3488417Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3489719Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3490603Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3491971Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3492897Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3494401Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3495252Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3496256Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3497707Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3498400Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3499596Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3500580Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3501635Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3502498Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3503373Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3504298Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3505170Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3506103Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3507243Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3507737Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3508797Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3510362Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3511544Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3512276Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3513590Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3514585Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3515508Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3516899Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3518050Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3518965Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3520440Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3521367Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3522107Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3523089Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3524692Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3525175Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3526458Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3527302Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3528324Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3529234Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3530141Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3531144Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3532100Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3533289Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3534152Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3535144Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3536084Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3537078Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3538176Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3539362Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3540446Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3541238Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3542593Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3543432Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3544693Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3545649Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3546663Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3547524Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3548909Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3549905Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3551824Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3552156Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3553450Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3554614Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3555438Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3557163Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3557769Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3558775Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3560066Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3560849Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3562458Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3563063Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3564157Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3565291Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3566440Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3567107Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3568430Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3569336Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3570593Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3571405Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3572378Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3574080Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3574659Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3576238Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3577026Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3578594Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3579857Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3581085Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3581931Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3583621Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3584172Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3585865Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3586666Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3587813Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3589043Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3589746Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3590664Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3592036Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3592832Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3594134Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3595171Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3595964Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3596877Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3598047Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3598970Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3600682Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3601369Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3602546Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3603509Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3604747Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3605719Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3606503Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3607423Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3608556Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3609591Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3610673Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3611766Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3612663Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3613746Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3614856Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3616168Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3616770Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3618302Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3619126Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3620096Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3621137Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3621914Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3623017Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3623973Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3624994Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3625945Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3626899Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3627881Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3628858Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3629829Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3630881Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3632201Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3633081Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3634253Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3635350Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3636497Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3637425Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3638475Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3639538Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3640697Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3641782Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3642731Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3643830Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3645236Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3646541Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3647757Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3648605Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3649536Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3650506Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3651847Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3652398Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3653561Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3654608Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3655538Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3656729Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3657421Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3658584Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3659630Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3660878Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3661801Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3662898Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3663969Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3664961Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3665970Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3667111Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3668101Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3669157Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3670306Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3671406Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3672462Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3673955Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3675114Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3676316Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3677281Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3678328Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3679467Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3680456Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3681582Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3682645Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3683701Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3685003Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3685822Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3687045Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3687997Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3689007Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3690092Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3690964Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3691968Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3693071Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3694145Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3695094Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3696064Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3697045Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3698030Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3699017Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3700011Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3700993Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3702040Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3703130Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3704071Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3705064Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3706143Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3707108Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3708161Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3709208Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3710292Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3711417Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3712495Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3713988Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3715002Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3715943Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3717173Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3717831Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3719045Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3720089Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3721325Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3722040Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3723217Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3723986Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3725022Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3725923Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3726927Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3727946Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3728838Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3729688Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3730831Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3731657Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3732669Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3733555Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3734650Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3735490Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3736506Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3737600Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3738825Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3739704Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3741118Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3742285Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3743250Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3744369Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3746059Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3746604Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3747602Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3748490Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3749202Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3750109Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3751379Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3752349Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3753556Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3755128Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3755449Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3756867Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3757892Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3759178Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3760435Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3761300Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3762351Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3763084Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3764024Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3765098Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3766142Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3767406Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3768444Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3769502Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3770795Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3771567Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3772612Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3773677Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3774818Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3776119Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3777303Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3778273Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3779047Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3780923Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3781811Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3783297Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3783846Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3784998Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3786037Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3787134Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3788409Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3789365Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3790177Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3791561Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3792548Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3794481Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3794818Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3795831Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3796920Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3798225Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3798712Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3800086Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3803653Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3803955Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3804381Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3804781Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3805533Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3806886Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3807738Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3809492Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3810026Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3811629Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3812207Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3813930Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3814869Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3816260Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3817047Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3818774Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3819552Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3821249Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3821881Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3823486Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3824206Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3825767Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3826648Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3828181Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3828781Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3830471Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3831503Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3833818Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3834633Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3836260Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3837026Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3838747Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3839540Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3841288Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3841923Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3842926Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3843834Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3844816Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3845825Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3846806Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3847830Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3849026Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3850174Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3851242Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3852295Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3853774Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3855052Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3856009Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3857060Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3858203Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3859192Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3860255Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3861370Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3862774Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3863665Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3864745Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3865707Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3866737Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3867821Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3868768Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3869761Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3870777Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3871911Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3872964Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3874373Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3875389Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3876438Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3877565Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3878736Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3879981Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3881221Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3882400Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3883326Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3884727Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3885561Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3886545Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3887555Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3888536Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3889652Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3890632Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3891715Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3892823Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3893884Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3894742Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3896063Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3897239Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3898262Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3899222Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3900181Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3901155Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3902139Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3903211Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3904150Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3905168Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3906116Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3907145Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3907946Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3909277Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3910104Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3911085Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3912498Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3913953Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3914953Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3915921Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3916949Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3918294Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3919475Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3920744Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3921536Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3923180Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3923915Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3925309Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3926809Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3927440Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3929187Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3929809Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3931315Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3932193Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3933268Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3934214Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3935796Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3937023Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3937940Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3939142Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3940116Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3942318Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3942895Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3943934Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3945076Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3946249Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3947422Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3948455Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3949938Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3950911Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3951876Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3953412Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3953836Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3955227Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3956221Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3957341Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3958296Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3959261Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3960858Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3961380Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3962886Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3964110Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3965066Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3966327Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3967436Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3968055Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3969663Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3970586Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3971617Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3972856Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3974302Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3974965Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3976356Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3977244Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3978443Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3979402Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3980697Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3982281Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3983288Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3984159Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3985254Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3986001Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3987271Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3988082Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3989416Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3990394Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3991921Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3993794Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3994703Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3996758Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3997911Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.3999134Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4000405Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4001926Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4003130Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4004536Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4006017Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4007759Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4009018Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4010582Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4011748Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4013679Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4014557Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4015901Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4017596Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4019087Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4020464Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4021687Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4022863Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4024369Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4025524Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4027003Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4028244Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4029841Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4031015Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4032763Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4034304Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4034854Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4036707Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4037332Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4038250Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4039664Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4040673Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4042064Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4043107Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4044221Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4045701Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4046496Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4048659Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4048928Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4050003Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4051324Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4052863Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4053384Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4074569Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4075687Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4076585Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4078402Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4079181Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4080242Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4081644Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4082339Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4084407Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4085370Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4085984Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4087085Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4088189Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4089429Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4090295Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4091272Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4092689Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4093595Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4094951Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4096598Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4098228Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4098964Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4099864Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4101135Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4102186Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4103527Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4104723Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4105607Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4106951Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4108056Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4108972Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4110005Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4111395Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4112347Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4113531Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4114701Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4116122Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4116869Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4118124Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4119180Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4120350Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4121361Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4122247Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4123691Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4124594Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4125716Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4126845Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4128735Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4129109Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4130101Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4131321Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4132180Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4133559Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4134540Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4135928Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4136736Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4137805Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4138884Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4139720Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4141360Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4142143Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4143386Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4144647Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4145526Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4146560Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4147421Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4148738Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4149599Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4150507Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4152024Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4152995Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4153789Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4155234Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4156225Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4157400Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4158327Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4159686Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4160439Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4161456Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4162727Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4163475Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4164686Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4165589Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4167264Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4168170Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4169327Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4171017Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4171865Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4172729Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4173751Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4174981Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4175835Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4176754Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4177761Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4178715Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4179864Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4181053Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4181985Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4182910Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4184112Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4185115Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4186532Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4187541Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4188273Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4189569Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4190519Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4192121Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4193150Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4193956Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4194948Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4196310Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4197584Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4198733Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4199989Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4201828Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4202953Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4204132Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4205482Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4207356Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4208373Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4210117Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4210973Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4212490Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4213786Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4215040Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4216594Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4217820Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4219098Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4220878Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4221849Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4223545Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4224542Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4225845Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4227120Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4228458Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4230112Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4231234Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4232612Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4234355Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4235420Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4237142Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4238354Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4240080Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4241267Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4242638Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4244529Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4245165Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4247154Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4248044Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4249136Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4250823Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4251983Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4253215Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4254831Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4255942Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4257157Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4258646Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4260185Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4261368Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4262621Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4264130Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4265316Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4266844Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4268205Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4269462Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4270781Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4272308Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4273917Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4275118Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4276818Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4277907Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4279571Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4281005Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4282339Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4283649Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4285276Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4286540Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4287773Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4289402Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4290520Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4291943Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4293123Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4294547Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4295368Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4296920Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4297757Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4299205Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4300628Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4301680Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4302912Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4304688Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4305747Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4306934Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4308354Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4309660Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4310962Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4312458Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4314413Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4315256Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4316738Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4318023Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4319012Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4320655Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4321251Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4323398Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4324006Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4324833Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4326203Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4327136Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4328534Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4329623Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4331118Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4332325Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4333371Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4334117Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4335448Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4336490Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4337424Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4338818Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4339576Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4340842Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4341795Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4342807Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4344207Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4345103Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4346506Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4347596Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4348403Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4349502Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4350747Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4351787Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4353845Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4354240Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4354984Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4355903Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4367504Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4368084Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4368405Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4368953Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4369347Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4370884Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4372340Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4372839Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4373493Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4374063Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4374590Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4375123Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4375675Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4376360Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4376923Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4377505Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4378124Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4378721Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4379227Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4379737Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4380403Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4380959Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4381503Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4382672Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4383071Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4384260Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4385048Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4386049Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4387161Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4388110Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4389259Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4391138Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4391707Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4393303Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4394486Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4395632Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4396612Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4397712Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4398876Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4399987Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4401689Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4402630Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4404079Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4405220Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4406238Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4407392Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4408424Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4409729Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4410825Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4411822Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4412916Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4414125Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4415258Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4416324Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4417420Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4418728Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4419693Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4420875Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4421978Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4423082Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4424236Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4425330Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4426463Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4427742Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4428972Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4429786Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4431185Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4433049Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4433596Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4434619Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4435922Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4437486Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4438947Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4440395Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4441604Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4442842Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4444359Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4445772Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4447010Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4448298Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4449648Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4451187Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4452473Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4453931Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4455233Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4456777Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4457931Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4459257Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4460791Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4462010Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4463677Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4464887Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4466046Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4467341Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4468672Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4470097Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4471868Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4474418Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4475224Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4476853Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4478168Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4479658Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4481132Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4482407Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4484587Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4485598Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4487127Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4488342Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4490032Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4491058Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4492638Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4494002Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4495616Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4496850Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4498222Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4499578Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4501058Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4502335Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4503698Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4505138Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4506402Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4508108Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4509327Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4510734Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4512283Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4513584Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4515253Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4516455Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4517729Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4519190Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4520552Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4522209Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4523359Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4524712Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4526024Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4527402Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4528852Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4530285Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4531680Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4532932Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4534241Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4535551Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4537286Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4538445Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4539807Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4541345Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4542638Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4543894Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4545210Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4546656Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4547913Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4549427Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4550725Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4552569Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4554474Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4555822Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4557215Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4558334Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4560094Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4561521Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4562906Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4564172Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4565389Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4566854Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4568326Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4569571Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4571010Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4572120Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4574409Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4576204Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4576760Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4578328Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4578983Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4580654Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4581397Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4582992Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4583780Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4585249Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4586542Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4587566Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4589157Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4589774Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4592014Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4592546Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4595040Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4595561Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4596204Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4597568Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4599008Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4600365Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4601945Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4603265Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4604552Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4605867Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4607198Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4608967Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4609913Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4611649Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4612680Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4614206Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4615427Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4616764Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4618050Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4619737Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4620948Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4622331Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4623679Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4624971Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4626755Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4627924Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4629143Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4630470Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4632310Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4633418Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4635339Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4636417Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4637871Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4639175Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4641375Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4642034Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4643804Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4644959Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4646059Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4647397Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4648961Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4650297Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4651533Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4653364Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4654276Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4655789Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4657313Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4658148Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4660307Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4661145Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4662403Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4664071Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4665377Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4673469Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4673808Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4674228Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4674601Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4675036Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4675354Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4675641Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4676119Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4676494Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4676792Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4677193Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4678397Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4679748Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4681835Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4682160Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4683581Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4684424Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4686046Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4686872Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4688396Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4689216Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4690838Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4691651Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4693243Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4694014Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4695712Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4696476Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4698397Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4699277Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4700408Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4701581Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4702812Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4704279Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4705668Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4706920Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4708662Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4709791Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4711148Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4712698Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4713998Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4715677Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4716840Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4719036Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4719698Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4720998Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4722601Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4723966Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4725177Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4726516Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4727958Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4729424Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4730722Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4732305Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4733586Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4734904Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4736198Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4737637Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4739047Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4740473Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4742431Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4743544Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4744776Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4746206Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4747474Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4749035Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4750228Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4751859Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4753037Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4754793Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4755814Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4757424Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4758532Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4760336Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4761625Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4762900Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4764396Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4765713Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4767270Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4768614Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4770065Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4771305Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4773067Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4774277Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4776025Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4779582Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4780109Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4780689Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4781509Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4782099Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4783703Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4784538Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4785954Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4786899Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4788460Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4789712Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4790435Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4792432Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4793444Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4794813Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4795882Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4797021Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4798246Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4799502Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4800604Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4801898Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4802918Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4803872Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4804823Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4806294Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4806940Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4808726Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4809681Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4810492Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4811825Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4812671Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4813747Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4815369Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4816464Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4817142Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4817846Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4819027Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4819898Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4821042Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4822669Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4823235Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4824379Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4825204Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4826173Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4827264Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4828463Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4829461Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4830474Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4832119Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4833488Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4834650Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4835664Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4836817Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4837981Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4838999Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4840564Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4841588Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4842719Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4843780Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4844897Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4845948Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4847356Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4848329Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4849725Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4850814Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4851778Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4852776Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4853860Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4855134Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4856135Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4857240Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4858367Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4859267Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4860307Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4861679Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4862484Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4863635Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4864689Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4866758Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4867462Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4868333Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4869054Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4869949Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4870991Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4872356Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4873370Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4874700Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4875441Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4876634Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4877864Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4879014Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4880100Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4881200Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4882531Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4883505Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4884674Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4886091Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4886998Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4888293Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4889222Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4890440Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4892101Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4892750Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4894110Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4895061Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4896113Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4897172Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4898114Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4899071Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4900272Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4901116Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4902281Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4903363Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4904501Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4905845Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4906934Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4908102Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4908852Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4909856Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4910834Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4911942Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4912965Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4914206Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4914881Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4915980Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4916875Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4917988Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4918932Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4919970Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4921060Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4922184Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4923088Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4924198Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4925125Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4926307Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4927455Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4928474Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4929546Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4930563Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4931541Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4932556Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4933540Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4934556Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4935657Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4936880Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4937864Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4938991Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4940102Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4941253Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4942587Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4943709Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4944822Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4945691Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4947231Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4948105Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4949392Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4950146Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4951043Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4952212Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4953924Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4954907Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4955799Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4956871Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4958414Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4959494Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4960549Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4961421Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4963281Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4964290Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4965226Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4966233Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4967139Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4968341Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4969345Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4970536Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4971658Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4972654Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4974886Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4975394Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4976337Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4977708Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4978982Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4979926Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4981160Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4982377Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4983551Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4984939Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4986093Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4987345Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4988620Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4989406Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4990466Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4991776Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4992810Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4994632Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4995520Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4996277Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4997576Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4998460Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.4999767Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5000973Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5001962Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5002808Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5003979Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5005561Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5006128Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5007125Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5008740Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5009509Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5011132Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5011950Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5012880Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5014029Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5014921Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5016041Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5017008Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5018116Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5019320Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5020796Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5021535Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5022683Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5023758Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5025200Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5026276Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5027420Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5028452Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5031590Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5032226Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5033016Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5034014Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5035038Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5036471Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5037952Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5038925Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5040316Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5041337Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5042671Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5043596Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5045038Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5045899Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5047218Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5048241Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5049345Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5050308Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5051477Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5052658Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5053763Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5054937Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5055753Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5057549Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5058059Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5058778Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5060447Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5061014Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5062096Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5063048Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5063937Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5065119Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5066187Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5067140Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5068263Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5069433Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5070380Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5071234Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5073764Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5074345Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5075018Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5076045Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5076787Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5078287Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5079206Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5080367Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5081741Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5082944Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5084080Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5085222Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5086470Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5087508Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5088923Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5090037Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5090992Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5092276Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5093186Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5094317Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5095899Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5096801Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5098207Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5099279Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5101037Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5101893Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5104106Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5104775Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5105565Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5106289Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5107362Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5109013Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5109909Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5111053Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5112146Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5113782Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5115663Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5116297Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5116905Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5118046Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5119249Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5120088Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5121069Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5122240Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5123258Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5124256Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5125145Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5126047Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5126965Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5128155Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5129063Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5130201Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5131324Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5132370Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5133461Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5134647Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5135827Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5136927Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5137815Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5139729Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5140267Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5141383Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5142454Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5143348Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5144389Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5145560Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5146476Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5147825Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5148846Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5150176Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5151656Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5152529Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5154060Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5155288Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5156031Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5157232Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5158266Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5159453Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5160652Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5161689Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5171064Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5172222Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5173335Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5174900Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5175542Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5176646Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5177621Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5179110Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5180085Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5180873Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5182958Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5183533Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5184440Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5185333Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5186392Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5188022Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5189107Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5190222Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5191475Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5192446Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5193529Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5194726Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5195678Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5197891Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5198973Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5199738Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5200431Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5201236Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5203204Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5204483Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5205588Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5206783Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5207880Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5209461Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5210310Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5211285Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5212487Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5213555Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5214548Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5215644Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5216864Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5218257Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5219317Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5220341Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5224018Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5224998Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5226107Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5227635Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5228550Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5229813Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5230925Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5232204Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5233795Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5234662Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5236221Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5238177Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5239247Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5240312Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5241329Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5242441Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5243409Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5244712Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5245816Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5246823Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5248166Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5249175Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5251482Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5251996Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5252990Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5253701Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5254961Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5256102Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5257214Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5258259Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5259249Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5260399Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5261492Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5262586Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5263394Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5264970Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5266248Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5269911Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5271137Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5272231Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5273332Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5274963Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5276511Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5277503Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5279459Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5280018Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5280986Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5282295Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5283282Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5284515Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5285598Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5286635Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5287694Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5288904Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5290070Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5291205Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5291896Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5293051Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5294156Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5295091Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5296309Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5297262Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5298326Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5299337Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5300378Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5301389Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5302621Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5303566Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5304650Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5305792Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5306848Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5307904Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5308988Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5310273Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5311101Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5312267Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5313716Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5314721Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5316023Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5316982Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5318075Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5319455Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5320643Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5321491Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5322641Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5323865Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5324885Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5326060Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5326810Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5328223Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5329408Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5330118Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5331294Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5331935Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5333006Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5333981Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5334948Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5335942Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5339811Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5341300Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5342606Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5343537Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5344542Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5345443Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5346863Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5347930Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5349115Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5349994Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5351065Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5352856Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5353316Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5354606Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5355525Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5356751Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5357904Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5359256Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5360274Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5361489Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5362723Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5363887Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5364978Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5366169Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5367073Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5368076Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5369511Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5370286Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5371252Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5372302Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5373183Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5374420Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5375842Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5376468Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5377709Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5379037Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5379706Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5381496Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5382375Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5383577Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5384447Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5385757Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5386293Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5387673Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5391101Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5391898Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5393112Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5393784Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5395248Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5396951Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5397896Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5399294Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5400061Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5401278Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5402296Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5403487Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5404493Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5405542Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5406674Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5407710Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5408902Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5409867Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5411039Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5412015Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5413153Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5414697Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5416106Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5416890Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5417835Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5419051Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5420213Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5421469Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5422897Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5424116Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5425510Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5427196Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5428331Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5429778Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5431085Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5432680Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5434161Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5435745Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5436859Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5438160Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5439580Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5441452Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5442697Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5444124Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5445944Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5447085Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5448187Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5449809Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5451151Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5452365Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5453699Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5455147Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5456402Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5458027Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5459345Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5461136Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5462262Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5463623Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5466284Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5466756Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5467796Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5469482Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5470335Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5471924Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5473977Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5475283Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5476551Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5478909Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5479443Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5480541Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5481844Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5483150Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5484997Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5485916Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5487574Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5488801Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5490129Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5491469Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5492874Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5494321Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5495732Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5496606Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5498036Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5499041Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5500680Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5502051Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5502755Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5504093Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5505337Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5506315Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5507447Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5509110Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5509982Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5511014Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5512512Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5513430Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5514623Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5515748Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5516803Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5517817Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5518829Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5520300Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5521197Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5522037Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5522988Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5523927Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5524874Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5525838Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5526839Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5528365Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5529336Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5530329Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5531597Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5532258Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5533604Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5534515Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5535345Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5536473Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5537792Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5539093Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5539964Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5541188Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5542220Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5543294Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5544487Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5545432Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5546603Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5547787Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5548786Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5549880Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5550562Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5552139Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5552864Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5553875Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5554943Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5555843Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5556867Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5557794Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5559170Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5560228Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5561293Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5562168Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5563117Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5564567Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5565351Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5566571Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5567480Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5568608Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5569748Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5571372Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5572328Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5573403Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5574551Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5575533Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5576652Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5577631Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5578763Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5580010Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5580984Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5582158Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5583113Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5584176Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5585287Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5586363Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5587360Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5588428Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5589450Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5590788Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5591849Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5592870Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5594011Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5594841Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5596250Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5596767Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5597922Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5598905Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5599857Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5601146Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5601981Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5603382Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5604320Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5605854Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5607021Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5607910Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5609036Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5609818Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5610885Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5612068Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5613013Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5613920Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5615138Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5615965Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5616899Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5617816Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5618791Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5619729Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5620789Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5621754Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5622742Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5623952Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5625381Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5626113Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5627580Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5628632Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5629449Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5630394Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5631700Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5632392Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5634204Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5634950Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5636352Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5637371Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5638191Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5639966Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5640845Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5642185Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5643583Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5644385Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5648178Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5648769Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5649155Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5649636Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5649889Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5651136Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5653164Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5653518Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5655270Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5655914Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5657400Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5658332Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5659845Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5660475Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5662109Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5662741Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5664315Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5665035Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5666679Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5667355Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5668987Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5669622Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5671511Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5672123Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5673873Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5675160Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5676063Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5678079Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5678491Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5680195Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5680995Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5682677Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5683473Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5685179Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5686385Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5687977Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5688463Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5689464Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5690768Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5691611Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5692753Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5693661Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5694557Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5695422Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5696409Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5697324Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5698507Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5699450Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5700287Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5701249Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5702208Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5703202Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5704221Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5705270Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5706211Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5707175Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5708129Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5709358Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5710234Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5712012Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5712798Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5714167Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5715140Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5716221Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5717951Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5718709Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5719636Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5720997Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5721814Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5723183Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5723929Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5725063Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5726511Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5727231Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5728692Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5729611Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5730797Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5732662Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5732928Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5734102Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5735399Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5736229Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5737135Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5738117Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5739563Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5740378Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5741326Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5742324Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5743729Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5744419Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5745464Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5746503Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5747302Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5748560Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5749897Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5750881Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5752007Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5753137Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5755144Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5755792Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5756951Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5757495Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5759085Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5760695Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5761372Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5762921Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5763901Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5765129Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5766444Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5767763Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5769055Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5769812Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5771341Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5772274Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5773156Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5774334Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5775337Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5776336Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5777828Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5779777Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5780097Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5781459Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5782423Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5784091Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5785224Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5786302Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5787404Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5788344Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5789854Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5790489Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5792016Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5793588Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5794372Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5795229Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5796116Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5798419Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5798874Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5799662Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5801403Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5802025Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5803636Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5804482Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5805679Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5806657Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5807981Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5809247Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5810521Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5811600Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5812797Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5813951Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5815244Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5816441Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5817361Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5818764Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5819736Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5822938Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5823643Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5823959Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5825382Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5825862Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5826738Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5827684Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5828768Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5830347Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5831602Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5832613Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5833721Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5834829Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5836062Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5837422Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5838332Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5839517Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5840752Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5841802Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5842935Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5844019Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5845371Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5846139Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5847276Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5848614Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5849558Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5850931Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5851980Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5852909Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5854672Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5855376Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5856775Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5858396Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5859607Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5860770Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5861955Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5863148Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5864427Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5865972Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5867190Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5868045Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5869603Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5870600Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5872181Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5873389Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5874446Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5875651Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5876553Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5878022Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5878885Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5880714Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5881321Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5882703Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5883556Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5884894Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5886115Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5887219Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5888265Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5890128Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5890384Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5891741Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5892632Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5894003Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5895152Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5896372Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5897246Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5898616Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5899932Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5900807Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5902183Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5903277Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5904494Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5905666Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5906827Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5908184Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5908899Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5910869Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5911717Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5912931Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5913779Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5914683Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5915651Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5916411Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5917755Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5918790Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5919804Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5921111Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5922476Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5923386Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5925107Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5925850Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5928247Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5928782Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5929858Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5931090Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5932664Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5934650Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5935871Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5937550Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5938703Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5939912Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5941679Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5942984Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5944153Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5945475Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5946869Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5948372Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5950068Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5951117Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5952536Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5955084Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5956002Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5957610Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5958726Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5960347Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5961660Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5962908Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5964449Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5965696Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5967137Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5969050Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5969751Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5971093Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5972451Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5973829Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5975048Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5976380Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5977758Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5978567Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5980023Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5981314Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5982418Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5983742Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5985035Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5986831Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5987767Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5989421Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5990563Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5992099Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5993819Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5995084Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5996527Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5997747Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.5999528Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6000880Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6002262Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6003537Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6004827Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6006614Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6007761Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6009027Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6010297Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6012154Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6013184Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6014845Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6016010Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6017588Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6018702Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6020024Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6021342Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6023664Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6024746Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6025932Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6027370Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6028683Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6030227Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6031575Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6032874Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6034515Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6035819Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6037117Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6038833Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6039963Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6041579Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6042751Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6044098Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6045501Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6047000Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6048503Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6049952Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6051638Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6052594Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6053871Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6055699Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6056793Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6058670Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6059645Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6061028Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6062344Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6064048Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6065344Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6066479Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6067769Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6069178Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6070503Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6072474Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6074362Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6075183Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6077858Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6078165Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6078517Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6080155Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6080468Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6081366Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6082652Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6083932Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6084948Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6086064Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6087003Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6088443Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6089263Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6090527Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6091724Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6093301Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6094176Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6095473Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6097540Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6097954Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6099111Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6100368Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6101118Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6102834Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6103568Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6105039Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6107377Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6108040Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6109098Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6110733Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6111736Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6112789Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6114297Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6115664Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6116496Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6117469Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6118588Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6120054Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6122190Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6122598Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6123324Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6124421Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6125242Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6126639Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6127516Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6128476Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6129854Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6130782Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6132285Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6133490Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6134647Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6137402Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6137758Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6138621Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6139252Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6140436Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6141400Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6142420Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6143420Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6144530Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6145672Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6146589Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6147767Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6148648Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6150822Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6151604Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6152572Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6153480Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6154703Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6155705Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6156740Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6157708Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6158710Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6160221Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6161330Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6162521Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6163762Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6164443Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6165978Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6166837Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6168177Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6169517Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6170779Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6171772Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6172967Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6174163Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6175525Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6176636Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6177495Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6178879Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6180336Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6181574Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6182375Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6183662Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6184717Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6185825Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6187019Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6188267Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6189178Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6190237Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6191383Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6192836Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6193659Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6195018Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6196300Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6197500Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6198431Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6199834Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6200699Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6202000Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6203281Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6204124Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6205556Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6206390Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6207578Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6208787Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6210360Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6210944Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6212315Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6213530Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6214664Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6215956Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6216925Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6218051Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6219284Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6220130Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6221314Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6222244Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6223589Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6224444Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6225652Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6226678Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6227873Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6228866Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6230198Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6231241Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6233547Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6233907Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6234600Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6235437Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6236410Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6237588Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6238866Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6239712Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6241315Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6242769Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6243745Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6245057Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6246358Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6247763Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6248993Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6249918Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6250766Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6252002Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6253574Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6254847Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6255331Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6256698Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6257613Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6258946Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6259875Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6261541Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6262577Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6264240Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6264589Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6265539Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6266500Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6267521Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6268447Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6269842Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6270759Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6271773Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6272874Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6275597Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6276083Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6276544Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6277858Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6278784Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6279841Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6281428Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6282637Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6283500Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6284790Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6285821Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6287206Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6288135Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6289778Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6290666Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6292344Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6292843Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6293578Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6294813Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6295785Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6296603Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6297674Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6298690Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6299692Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6300806Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6301879Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6303279Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6303939Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6304902Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6305982Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6306950Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6308019Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6308966Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6310025Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6311075Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6312527Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6313951Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6315345Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6316351Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6317432Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6318862Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6319767Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6321248Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6321966Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6323328Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6325060Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6326178Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6327231Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6328859Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6329556Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6330583Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6331748Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6332887Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6333976Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6335165Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6336588Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6337427Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6339221Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6339767Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6340923Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6341671Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6343261Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6344256Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6345174Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6346354Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6347302Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6348520Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6350357Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6350829Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6351838Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6353133Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6355450Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6355781Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6356142Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6357156Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6358284Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6360081Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6360983Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6362310Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6363703Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6364634Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6366078Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6367412Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6368268Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6370050Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6370950Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6372505Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6373002Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6374575Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6375116Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6376494Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6378325Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6378590Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6379701Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6380886Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6382086Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6383120Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6384278Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6385521Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6386487Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6387745Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6389243Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6390185Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6391176Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6393002Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6393624Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6394676Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6395759Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6397597Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6398395Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6399617Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6400661Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6401667Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6402801Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6403916Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6405167Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6406347Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6407367Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6408176Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6409359Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6410207Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6411211Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6412806Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6413078Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6414419Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6415315Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6416460Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6417666Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6418821Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6420010Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6421228Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6423033Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6424581Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6425083Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6425944Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6426954Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6428083Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6429085Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6430448Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6431719Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6433641Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6434081Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6434624Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6435592Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6436589Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6437902Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6439143Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6441005Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6441834Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6443262Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6443853Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6445194Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6446034Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6447403Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6448341Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6449649Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6450793Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6452594Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6453659Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6454334Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6455745Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6457148Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6458495Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6459818Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6461135Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6462593Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6464105Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6465455Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6466649Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6468334Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6469483Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6470824Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6472525Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6475146Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6476100Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6477362Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6479197Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6480471Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6481752Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6483005Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6484331Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6486350Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6487249Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6488637Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6490209Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6491430Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6492788Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6494228Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6495570Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6496929Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6498578Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6499835Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6501171Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6502666Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6503907Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6505263Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6507197Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6508140Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6509412Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6511205Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6512614Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6513941Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6515301Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6516823Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6518325Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6519698Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6521362Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6522492Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6524682Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6525381Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6527667Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6528148Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6530065Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6531110Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6532447Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6534038Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6535820Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6537166Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6538472Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6540123Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6541022Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6542348Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6543872Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6545678Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6546404Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6547633Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6548401Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6549957Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6550691Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6552517Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6553467Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6555498Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6556017Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6557103Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6557940Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6558931Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6560703Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6561226Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6562906Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6563792Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6565235Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6566163Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6567297Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6569362Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6570016Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6570946Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6572664Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6573665Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6574433Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6576126Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6576738Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6578024Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6579303Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6580066Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6580924Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6581918Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6583165Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6584125Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6585459Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6597288Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6598153Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6598707Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6599419Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6599964Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6600501Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6600978Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6601339Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6601645Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6601922Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6602351Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6602617Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6603000Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6603278Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6603724Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6604072Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6604340Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6605645Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6607154Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6608549Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6610329Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6611064Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6612339Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6614076Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6615264Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6616567Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6618469Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6619776Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6620870Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6622101Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6623758Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6625068Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6626620Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6627855Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6629153Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6630804Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6632075Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6634665Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6635592Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6636793Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6638136Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6639880Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6641860Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6642995Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6644426Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6645621Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6646947Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6648543Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6649925Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6651229Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6652481Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6653857Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6655505Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6656683Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6657987Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6659599Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6660844Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6662343Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6663679Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6665009Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6666415Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6667789Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6669123Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6670484Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6671920Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6673604Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6675101Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6676388Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6677670Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6679279Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6680677Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6681970Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6683486Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6684665Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6686039Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6687697Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6688921Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6690299Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6691662Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6693666Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6694506Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6695740Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6697103Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6698864Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6700038Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6701395Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6702647Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6704129Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6706030Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6707255Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6708639Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6710211Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6712163Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6713420Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6714830Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6716393Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6717641Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6719138Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6720446Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6722089Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6723131Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6725181Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6725941Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6727033Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6728818Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6729682Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6731870Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6732930Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6734261Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6735980Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6737081Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6738783Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6739982Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6741299Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6742963Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6744039Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6745795Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6746947Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6748849Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6749841Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6751647Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6752891Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6754816Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6755641Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6757683Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6759540Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6760452Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6762242Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6763269Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6764759Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6766353Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6767483Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6768950Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6770768Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6772351Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6773325Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6775419Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6776256Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6777545Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6779632Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6780604Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6781944Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6783438Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6784889Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6786424Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6787608Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6788787Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6790603Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6791872Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6793856Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6795484Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6796244Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6797775Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6798835Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6800268Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6801673Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6802847Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6803629Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6805016Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6806188Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6807152Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6808878Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6809953Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6811564Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6811939Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6812888Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6814471Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6815331Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6816580Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6817300Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6819210Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6820429Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6821359Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6822402Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6823419Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6824737Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6825896Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6826823Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6827617Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6828836Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6830082Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6831518Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6832398Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6833605Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6834088Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6835889Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6836838Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6837891Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6839574Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6840275Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6841602Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6842756Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6843763Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6845237Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6845718Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6847039Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6848141Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6849386Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6850721Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6852271Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6853627Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6855094Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6856281Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6858302Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6859097Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6860344Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6861674Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6863249Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6864895Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6866080Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6867426Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6868792Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6870754Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6871894Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6873033Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6874716Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6875973Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6877287Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6878697Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6880194Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6881597Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6882984Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6884310Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6885583Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6887175Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6888550Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6889739Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6891362Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6892592Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6894459Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6895626Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6896953Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6898315Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6899817Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6902526Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6903228Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6904736Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6905770Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6907759Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6908163Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6909713Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6910597Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6912466Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6913875Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6916019Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6916456Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6917199Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6918698Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6920214Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6920917Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6921876Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6923365Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6924379Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6925538Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6926636Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6927604Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6929018Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6930175Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6931482Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6932705Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6934550Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6934858Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6936466Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6937292Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6938707Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6939439Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6940757Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6941643Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6943424Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6944012Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6945247Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6946137Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6948069Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6948693Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6949719Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6950918Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6952057Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6953677Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6954518Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6955701Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6956594Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6958063Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6960753Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6961143Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6962043Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6962666Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6964037Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6965442Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6966680Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6967980Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6969583Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6970812Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6972508Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6973851Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6975437Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6976707Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6978297Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6979556Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6981745Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6983197Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6984227Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6985546Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6987273Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6988891Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6990061Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6991775Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6993129Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6995383Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6996567Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6997668Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.6999146Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7000491Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7002029Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7003333Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7005830Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7006287Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7008443Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7008774Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7009756Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7011520Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7011835Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7013236Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7014885Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7015566Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7016457Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7018454Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7021846Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7022220Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7022579Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7023023Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7023492Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7024593Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7026405Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7027153Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7027862Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7029151Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7030397Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7031891Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7032774Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7034296Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7035336Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7036351Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7037547Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7039111Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7040309Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7041651Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7042304Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7043719Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7044736Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7046345Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7047114Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7048373Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7049797Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7050726Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7052247Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7053289Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7054271Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7055620Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7056728Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7058298Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7058950Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7060556Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7062032Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7063135Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7065323Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7066112Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7066991Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7068317Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7069655Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7070596Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7071811Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7073736Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7074214Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7075646Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7076492Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7077916Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7078816Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7080245Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7081196Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7082477Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7084544Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7084962Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7085758Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7088265Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7088570Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7089358Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7091431Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7091983Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7093439Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7094364Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7096388Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7096866Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7098766Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7099206Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7100068Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7100984Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7102135Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7103045Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7104402Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7105752Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7106345Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7107695Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7109164Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7110023Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7111019Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7112360Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7113719Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7114624Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7115896Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7118218Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7118794Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7119882Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7120415Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7121659Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7122638Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7123814Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7124745Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7125884Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7127805Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7128406Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7130573Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7131046Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7132021Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7133159Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7134276Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7135897Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7137430Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7139112Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7139592Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7140331Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7141306Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7142463Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7144401Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7144896Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7145746Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7146628Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7148076Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7148763Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7150089Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7150947Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7152427Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7153335Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7154813Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7155830Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7157193Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7158574Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7159616Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7161283Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7162411Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7163657Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7164921Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7165902Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7167273Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7168186Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7169899Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7170914Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7172128Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7173465Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7176100Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7176640Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7177514Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7177962Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7178744Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7179920Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7180845Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7181762Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7183274Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7184047Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7185304Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7186990Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7187398Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7188270Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7189419Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7190715Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7192925Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7193346Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7194455Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7196564Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7197075Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7197661Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7198809Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7201272Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7201748Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7203080Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7204876Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7205210Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7206101Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7207561Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7208831Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7210024Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7212157Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7212665Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7213745Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7215031Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7216021Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7217038Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7218340Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7219372Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7220365Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7221680Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7222810Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7224649Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7224984Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7226222Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7226748Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7228122Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7228825Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7229868Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7231187Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7231941Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7233683Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7234650Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7236087Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7236966Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7238895Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7239730Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7241480Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7242482Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7243753Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7245406Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7246587Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7248757Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7249457Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7250776Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7252266Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7253747Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7254974Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7256248Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7257621Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7259017Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7260669Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7261789Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7263564Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7265012Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7266226Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7267663Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7269218Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7270482Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7272169Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7274193Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7275429Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7276895Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7278121Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7279575Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7281181Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7282496Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7283695Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7285289Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7286556Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7288021Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7289200Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7290854Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7292191Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7293566Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7295750Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7296680Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7298115Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7299357Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7300695Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7302048Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7303676Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7304791Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7306808Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7307869Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7309213Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7310493Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7312187Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7313601Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7314857Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7316237Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7317582Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7318986Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7320674Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7322064Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7323372Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7324647Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7326003Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7327415Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7329157Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7330191Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7331569Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7333044Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7334391Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7335803Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7336524Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7337832Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7338679Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7340118Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7341331Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7342587Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7343906Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7344730Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7346286Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7347209Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7348650Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7349596Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7351178Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7352081Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7354267Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7355088Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7356533Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7357780Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7358853Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7360176Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7361522Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7362446Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7363818Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7364732Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7366403Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7367221Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7368619Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7369469Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7371085Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7371854Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7373560Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7374381Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7375908Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7376788Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7378838Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7379772Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7381116Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7382430Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7383870Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7385141Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7386488Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7388109Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7389266Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7390403Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7392357Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7393494Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7394869Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7396313Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7397582Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7399146Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7400518Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7402068Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7403387Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7404908Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7406321Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7407623Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7409265Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7410332Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7412040Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7413173Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7414778Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7415963Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7417227Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7418817Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7419981Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7421367Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7422746Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7424108Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7425628Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7426908Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7428242Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7429615Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7431428Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7432502Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7433906Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7435238Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7436827Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7438025Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7439410Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7440961Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7442221Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7443909Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7445010Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7446379Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7447955Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7449458Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7450295Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7451713Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7453049Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7453785Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7454968Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7456230Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7457208Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7458570Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7459627Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7460616Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7461578Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7462811Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7464632Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7465131Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7466746Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7467510Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7468876Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7469826Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7471122Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7472250Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7473646Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7474907Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7475825Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7477145Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7478408Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7479395Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7481102Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7481678Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7483685Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7484254Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7485154Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7486163Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7487428Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7488530Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7489669Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7490841Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7492099Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7493000Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7494019Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7495047Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7496255Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7497160Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7498191Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7499254Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7500444Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7501386Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7502474Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7503664Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7504893Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7505797Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7507240Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7508152Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7509399Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7510600Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7511769Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7513387Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7514824Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7515351Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7516880Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7517560Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7518698Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7519937Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7521967Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7522278Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7523329Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7524949Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7527783Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7528232Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7528577Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7529999Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7530815Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7532646Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7533366Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7535564Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7536248Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7537672Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7539486Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7540038Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7541668Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7542703Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7544734Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7545366Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7547168Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7548353Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7549595Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7551212Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7552503Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7553818Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7555149Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7556755Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7557965Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7559411Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7560958Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7562470Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7563780Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7565244Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7566532Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7567887Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7569245Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7570568Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7571950Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7573364Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7574753Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7575642Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7577141Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7578089Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7579600Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7580328Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7582190Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7582845Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7584616Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7585187Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7586691Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7587683Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7588924Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7590147Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7591522Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7592752Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7594079Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7595017Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7597442Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7597929Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7598933Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7600080Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7601346Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7602956Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7604118Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7605701Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7607518Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7608882Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7610209Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7611504Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7612920Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7614313Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7615698Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7617215Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7618600Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7620035Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7621332Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7622799Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7624812Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7626172Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7627436Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7628728Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7630269Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7631818Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7633088Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7634493Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7635841Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7637233Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7638521Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7639957Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7641324Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7642855Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7644411Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7645670Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7647001Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7648375Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7649746Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7651135Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7652457Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7654291Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7655324Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7656615Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7658047Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7659392Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7660758Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7662242Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7663436Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7665074Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7666606Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7667834Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7669406Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7670791Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7671909Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7673637Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7675012Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7676233Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7677166Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7679136Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7679513Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7680209Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7681841Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7682514Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7683533Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7684503Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7685470Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7686701Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7687597Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7688508Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7689473Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7690624Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7692108Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7692828Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7693591Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7695394Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7696263Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7697578Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7698815Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7700476Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7701847Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7703189Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7704568Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7705930Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7708161Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7709249Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7711435Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7711959Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7713351Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7714632Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7716283Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7717384Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7718998Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7720068Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7721484Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7722739Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7723711Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7725355Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7726225Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7729714Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7730564Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7731114Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7731633Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7732618Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7733875Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7735167Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7736568Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7737938Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7739374Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7740960Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7742292Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7743606Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7745185Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7746308Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7747669Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7749040Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7750636Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7752003Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7753570Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7754825Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7756306Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7757695Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7759179Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7760554Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7761959Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7763510Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7764844Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7766107Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7767426Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7768819Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7770181Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7771504Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7772863Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7774439Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7775685Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7776987Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7778512Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7779707Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7781372Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7782697Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7783899Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7785237Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7786894Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7788233Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7789445Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7790790Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7792314Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7793984Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7796098Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7797174Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7798443Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7799897Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7801744Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7802982Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7804229Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7805671Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7807099Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7808423Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7809752Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7811306Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7812627Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7813866Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7815342Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7816747Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7818031Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7819341Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7820655Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7822208Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7823436Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7824766Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7826188Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7827637Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7828953Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7830304Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7831786Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7833952Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7834913Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7836597Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7837688Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7839237Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7840830Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7842037Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7843417Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7845000Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7846396Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7847605Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7849137Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7850453Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7851944Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7853499Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7854760Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7856299Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7857694Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7858941Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7860286Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7861948Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7863191Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7864712Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7865866Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7867491Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7868709Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7869980Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7871534Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7873553Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7874227Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7875537Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7876636Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7878258Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7879440Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7881281Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7884931Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7885463Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7885930Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7886426Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7887538Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7888870Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7890460Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7891572Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7893187Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7894707Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7895965Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7897304Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7898881Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7900098Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7901419Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7902799Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7904342Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7905548Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7906789Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7908493Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7909652Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7911190Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7912504Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7913785Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7915156Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7915580Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7917173Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7917978Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7919139Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7920338Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7921046Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7922283Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7923207Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7924522Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7925417Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7926710Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7927601Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7928903Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7930103Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7932405Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7932790Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7933629Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7934826Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7935649Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7937294Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7938251Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7939108Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7940330Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7941527Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7942530Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7943454Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7944484Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7945726Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7946598Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7948117Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7949012Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7950278Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7951839Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7952580Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7953721Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7954680Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7956121Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7957084Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7958051Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7959340Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7960141Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7961667Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7963144Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7964172Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7965093Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7966476Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7967273Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7968508Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7969447Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7970652Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7971857Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7973001Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7973998Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7975349Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7976311Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7977902Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7978677Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7980291Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7981067Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7982265Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7983130Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7984316Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7985143Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7986770Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7988150Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7989046Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7990030Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7991445Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7992404Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7993953Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7995475Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7996275Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7997609Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.7999970Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8000304Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8001352Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8002456Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8003517Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8005184Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8006010Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8007274Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8008181Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8009031Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8010598Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8011361Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8012462Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8013806Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8015332Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8016206Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8017426Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8018740Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8019710Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8020322Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8021528Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8023397Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8023794Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8024612Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8025380Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8027304Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8028117Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8029500Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8030417Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8032000Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8032893Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8034295Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8036160Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8037086Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8038688Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8039568Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8040918Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8041792Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8043606Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8044413Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8045949Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8047239Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8048751Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8050983Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8051476Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8052377Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8053499Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8054451Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8055651Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8056961Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8057893Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8058975Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8060061Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8061058Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8062126Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8063336Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8064352Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8065678Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8066547Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8067752Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8068651Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8069650Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8070607Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8071709Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8072757Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8073947Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8074812Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8075722Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8076725Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8077720Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8078697Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8080172Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8080988Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8082191Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8083375Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8084413Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8085365Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8086574Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8087712Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8088813Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8089866Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8090830Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8092124Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8093443Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8094133Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8095500Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8096363Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8098157Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8098748Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8099549Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8101033Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8101705Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8103008Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8103922Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8105253Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8106130Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8107855Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8108663Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8109778Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8110878Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8111860Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8113290Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8114533Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8115633Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8117107Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8118583Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8119723Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8121258Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8121806Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8123119Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8124412Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8125326Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8126488Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8128319Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8128962Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8129695Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8131227Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8131750Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8133170Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8134431Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8143567Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8144558Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8146083Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8146802Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8147792Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8149077Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8149987Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8151082Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8152747Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8153878Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8154850Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8156334Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8157259Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8158176Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8159389Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8160566Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8161816Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8163021Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8164261Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8165573Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8166741Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8168046Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8169320Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8170238Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8171450Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8172463Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8173443Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8174743Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8175721Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8177060Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8178046Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8179058Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8180086Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8182063Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8182728Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8183761Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8184937Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8186870Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8187335Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8188488Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8189936Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8190758Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8192013Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8193544Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8194538Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8195541Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8196339Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8197652Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8198522Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8199796Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8201001Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8202093Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8203498Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8204346Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8205647Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8206578Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8207524Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8208820Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8210260Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8211169Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8211829Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8213147Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8214507Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8215983Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8216740Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8218127Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8219008Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8220292Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8221247Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8222539Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8223730Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8224792Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8226115Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8227008Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8228680Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8229438Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8230555Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8231228Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8232208Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8233548Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8234514Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8235741Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8236519Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8237806Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8238775Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8240341Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8240816Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8242087Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8243037Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8244281Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8245158Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8246128Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8247211Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8248116Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8249306Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8250659Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8251294Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8252250Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8253330Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8254333Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8255538Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8256675Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8257480Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8258432Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8260098Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8261032Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8262427Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8262786Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8264359Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8265128Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8266491Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8267423Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8268651Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8269675Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8270983Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8271991Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8273467Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8274569Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8275878Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8276624Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8277932Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8278946Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8280282Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8281282Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8282352Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8283991Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8285045Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8286075Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8287028Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8288206Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8289514Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8291231Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8292291Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8293245Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8294245Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8295499Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8296342Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8297510Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8298491Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8301908Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8303232Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8304050Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8305360Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8306227Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8307692Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8308376Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8309852Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8310903Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8311898Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8313340Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8315226Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8316569Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8318211Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8318783Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8320170Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8321099Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8322382Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8323576Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8324552Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8325869Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8326674Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8328039Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8329151Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8330218Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8331403Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8332201Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8334080Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8334489Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8336317Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8336880Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8338541Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8339846Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8340546Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8342229Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8343068Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8343937Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8345845Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8346708Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8347914Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8348519Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8349933Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8350854Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8352528Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8353910Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8355099Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8356421Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8357757Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8358719Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8360185Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8361215Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8362402Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8364227Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8365005Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8367286Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8368228Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8370012Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8371110Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8375001Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8375871Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8378019Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8379208Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8380551Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8382291Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8384089Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8386649Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8387229Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8388893Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8392250Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8393143Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8394937Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8396784Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8397134Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8398111Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8399746Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8400748Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8402561Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8403210Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8404762Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8406003Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8406893Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8407956Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8409020Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8410220Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8411195Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8412681Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8413730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8415026Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8415958Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8417244Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8418242Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8419500Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8420394Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8422060Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8423303Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8424944Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8426034Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8427109Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8428317Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8429376Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8430561Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8431797Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8432795Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8434321Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8434963Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8436551Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8437440Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8440577Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8441425Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8442711Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8443520Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8444737Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8445628Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8447032Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8448247Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8449068Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8449908Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8451445Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8452499Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8453551Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8455059Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8455587Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8456368Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8457367Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8458711Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8460290Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8461248Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8463154Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8463465Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8464457Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8465693Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8466727Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8468150Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8468720Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8469664Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8470732Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8472313Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8473260Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8474193Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8475518Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8476373Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8477946Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8478468Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8479979Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8480812Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8482079Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8483464Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8483943Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8485554Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8485992Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8487646Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8488538Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8490058Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8491356Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8492206Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8493529Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8494334Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8495916Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8496795Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8498275Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8499016Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8500236Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8501203Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8502658Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8503495Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8504613Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8505700Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8507061Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8507869Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8509046Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8510157Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8511250Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8512752Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8514447Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8515394Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8516748Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8517947Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8518980Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8520323Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8521633Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8522626Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8523810Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8525374Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8526274Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8527211Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8528700Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8529504Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8530779Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8531555Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8533151Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8534001Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8534955Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8536745Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8537174Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8538461Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8540204Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8540906Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8542123Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8543019Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8544219Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8545416Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8546249Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8547673Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8549014Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8549723Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8550917Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8551944Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8553382Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8554956Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8555694Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8556778Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8557992Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8558975Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8560135Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8561076Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8562492Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8564233Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8564615Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8565822Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8566884Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8568217Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8569648Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8570611Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8571918Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8573140Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8574354Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8575701Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8576849Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8578121Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8579694Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8580606Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8581563Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8582837Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8583680Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8584751Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8586143Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8587070Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8587841Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8589130Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8590111Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8590898Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8591952Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8593487Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8594294Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8595195Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8596522Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8597292Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8598581Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8599626Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8600506Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8601271Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8602224Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8603692Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8604575Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8605773Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8606851Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8608038Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8608420Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8609682Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8610534Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8611597Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8612299Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8613526Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8614567Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8615491Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8616896Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8617558Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8619397Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8620180Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8621015Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8622302Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8623274Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8624343Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8625456Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8626435Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8627625Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8629332Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8630409Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8631584Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8632978Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8634020Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8635240Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8636388Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8637600Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8638862Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8640645Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8641770Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8643210Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8644255Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8645493Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8646670Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8647890Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8649084Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8650432Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8651507Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8652842Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8653918Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8655093Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8656287Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8657854Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8659357Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8660258Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8661393Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8662774Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8663785Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8664932Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8666050Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8667285Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8668439Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8669605Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8671022Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8672251Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8673130Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8674520Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8675123Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8676576Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8677048Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8678104Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8679106Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8680394Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8681401Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8682627Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8683932Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8685257Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8686450Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8687541Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8688453Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8689614Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8690697Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8691801Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8692795Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8694326Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8695663Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8696757Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8697997Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8698985Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8700516Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8701511Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8702575Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8704028Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8705234Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8706370Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8707483Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8708628Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8710374Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8710946Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8712148Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8713717Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8714713Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8716654Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8717475Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8719270Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8720026Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8721039Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8722328Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8723175Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8724524Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8725717Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8726661Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8727906Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8729218Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8730162Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8731402Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8732443Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8733492Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8734524Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8735816Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8736991Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8738099Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8739148Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8740518Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8741954Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8743133Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8744068Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8745173Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8746448Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8747499Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8748509Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8749524Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8750488Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8752071Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8753014Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8754461Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8755396Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8756992Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8757678Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8758769Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8760099Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8760952Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8762311Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8762986Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8764386Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8765595Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8766813Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8767856Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8769078Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8770033Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8771047Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8771979Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8772986Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8773950Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8775379Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8776285Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8777436Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8778573Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8779527Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8780755Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8781722Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8783253Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8784342Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8785451Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8786692Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8787592Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8789160Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8790342Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8791520Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8793192Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8793723Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8795027Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8795900Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8797955Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8798887Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8799470Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8800646Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8801511Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8802735Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8803683Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8805336Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8806047Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8807173Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8808422Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8809358Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8811391Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8811825Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8812668Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8813717Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8814815Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8815922Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8817329Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8817992Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8819498Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8820250Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8821817Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8822403Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8824037Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8824955Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8826190Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8827230Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8828701Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8829564Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8830399Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8832510Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8833395Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8834361Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8836331Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8836716Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8837389Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8838815Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8840012Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8840848Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8842109Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8843360Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8844690Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8845179Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8846832Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8847099Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8848545Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8849534Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8850891Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8852366Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8853438Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8854317Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8855539Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8856455Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8857374Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8858316Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8859352Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8860833Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8861528Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8862619Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8863792Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8864886Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8865862Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8866912Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8867912Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8869076Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8869930Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8871611Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8872395Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8874149Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8875985Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8876358Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8877265Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8878265Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8879328Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8880700Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8881491Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8882722Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8883693Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8884774Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8885706Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8886448Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8887727Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8888897Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8889892Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8890795Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8891563Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8892524Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8893443Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8894854Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8895610Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8896676Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8897690Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8898644Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8899605Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8900540Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8901577Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8902514Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8903528Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8904506Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8905636Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8906513Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8907535Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8908498Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8909607Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8910495Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8911653Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8912680Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8913749Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8914640Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8915724Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8916676Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8918913Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8919405Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8920283Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8921183Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8922420Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8923648Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8924197Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8925681Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8926528Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8928506Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8929224Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8930496Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8931276Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8932507Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8933761Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8934678Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8936054Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8937190Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8938214Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8939647Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8940353Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8941768Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8942692Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8944059Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8945016Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8946232Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8947759Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8948799Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8950037Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8950997Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8952583Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8953514Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8954658Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8955726Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8956726Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8957903Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8958919Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8960067Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8961204Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8962460Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8963440Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8964780Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8965728Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8966941Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8967953Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8969241Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8970308Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8971501Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8972696Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8973592Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8974727Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8976062Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8976904Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8978250Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8979419Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8980620Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8981965Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8982843Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8984285Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8985500Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8986452Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8987981Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8988970Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8990149Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8991068Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8992782Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8993082Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8994472Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8994942Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8996724Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8997476Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8998681Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.8999706Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9001531Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9002637Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9003744Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9004720Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9006060Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9006936Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9008396Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9009565Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9010479Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9012036Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9012751Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9014284Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9015380Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9016364Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9017865Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9018742Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9019665Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9021084Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9022007Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9023184Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9024549Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9025381Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9026787Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9027625Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9028520Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9029679Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9031124Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9032414Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9033831Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9034500Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9035605Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9036715Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9037732Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9038948Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9040151Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9041664Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9042544Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9043881Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9045068Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9046198Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9047301Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9048989Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9049777Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9051020Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9052089Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9053298Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9054437Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9055733Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9056856Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9058937Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9059460Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9060221Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9061451Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9062412Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9063993Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9065185Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9066464Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9067289Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9068822Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9070013Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9070900Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9072456Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9074410Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9075092Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9077521Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9078186Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9079492Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9080663Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9083164Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9083783Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9084448Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9085746Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9087083Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9088441Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9090197Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9091379Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9092615Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9094185Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9095611Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9097022Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9098246Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9099819Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9101098Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9102453Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9103925Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9105256Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9106841Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9108040Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9109805Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9111016Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9112412Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9114017Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9115538Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9116759Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9118083Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9119469Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9121076Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9122406Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9123697Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9125340Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9126733Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9128075Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9129753Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9130917Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9132481Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9133724Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9135255Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9136525Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9137930Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9139273Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9141043Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9142075Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9143599Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9144903Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9146583Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9147758Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9149234Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9150469Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9152329Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9153507Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9154906Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9156317Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9157344Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9158595Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9160162Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9161032Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9162333Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9163590Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9165151Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9166273Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9167515Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9168352Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9169974Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9170903Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9172137Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9173326Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9174603Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9175695Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9176457Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9177792Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9178694Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9180512Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9180839Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9181899Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9183255Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9184311Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9185683Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9186379Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9187601Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9188844Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9189915Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9191141Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9192731Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9193921Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9194635Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9196000Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9197164Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9198247Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9199214Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9200419Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9201487Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9202847Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9203678Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9205554Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9206073Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9207524Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9208781Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9210151Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9212005Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9213033Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9214639Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9215849Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9217391Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9218574Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9220255Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9221618Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9222983Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9224220Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9225821Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9227127Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9228464Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9229896Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9231119Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9232663Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9234870Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9236019Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9238046Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9238721Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9240107Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9241659Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9242857Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9244568Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9246506Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9247697Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9249081Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9250342Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9251618Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9253435Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9254450Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9256041Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9257287Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9259199Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9260203Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9261501Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9263186Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9264450Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9265810Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9267162Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9268692Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9270207Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9271578Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9272966Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9274621Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9275988Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9277277Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9278538Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9280058Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9281780Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9282950Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9284299Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9285839Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9287185Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9288511Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9290191Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9291561Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9292765Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9294106Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9295457Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9296997Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9298193Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9299858Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9301545Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9302627Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9303986Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9305309Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9306736Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9308214Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9309512Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9311511Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9312661Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9313943Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9315354Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9316699Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9318324Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9319695Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9321309Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9322553Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9324018Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9325621Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9326888Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9328278Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9329672Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9331078Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9332603Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9333880Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9335424Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9337421Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9338634Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9339975Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9341275Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9342674Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9344160Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9345444Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9346945Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9348583Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9350079Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9351646Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9353242Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9354436Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9356321Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9357558Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9358909Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9360828Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9361969Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9363245Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9364577Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9365952Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9367321Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9368700Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9370174Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9371470Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9372453Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9374230Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9375046Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9376424Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9377463Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9378847Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9380092Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9381006Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9382607Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9383480Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9384990Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9385850Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9387514Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9388666Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9389977Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9391413Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9392584Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9395107Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9396203Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9397414Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9398914Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9400541Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9401827Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9403182Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9404543Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9406491Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9407629Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9408901Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9410308Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9411897Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9413313Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9414903Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9416314Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9417780Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9419368Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9420985Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9422283Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9423725Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9425081Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9427282Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9428272Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9429751Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9431222Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9432668Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9434253Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9435613Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9436820Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9438226Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9439739Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9441085Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9442663Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9444084Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9445937Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9447178Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9448517Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9449819Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9451245Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9452996Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9454114Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9455936Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9457184Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9458349Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9460032Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9461469Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9463002Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9464246Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9465620Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9466920Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9468543Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9469938Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9471429Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9472720Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9474257Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9475643Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9477193Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9478347Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9479799Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9481357Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9482621Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9484153Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9485572Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9486902Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9488218Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9489717Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9491441Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9492586Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9494238Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9495271Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9497081Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9498196Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9499482Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9501098Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9502305Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9504068Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9515089Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9515708Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9515979Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9516340Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9516693Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9516969Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9517222Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9517603Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9517897Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9518373Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9519857Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9520867Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9522886Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9523535Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9524565Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9525570Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9526436Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9527508Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9528643Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9529559Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9530558Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9531658Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9532585Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9533599Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9534552Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9535595Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9536705Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9537774Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9538649Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9539651Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9540915Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9541690Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9542774Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9544008Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9545105Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9546212Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9547201Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9548354Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9549379Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9550472Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9551536Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9552912Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9553850Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9555072Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9556168Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9557266Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9558263Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9559326Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9560392Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9561517Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9562560Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9563825Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9564689Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9565711Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9566841Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9568040Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9568865Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9570088Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9570976Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9572132Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9573246Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9574401Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9575486Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9576575Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9577579Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9578499Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9579818Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9581000Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9581924Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9583207Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9584161Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9585164Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9586134Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9587732Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9589532Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9590190Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9591043Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9592100Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9594059Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9595183Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9596088Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9597209Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9597849Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9599262Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9600244Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9601561Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9602496Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9603672Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:28:16.9605150Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:28:16.9605524Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:28:16.9606098Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:28:16.9607423Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:28:16.9609036Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:28:16.9610087Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:28:16.9611245Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:28:16.9611885Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:28:16.9613502Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:28:16.9614595Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:28:16.9615901Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:28:16.9617075Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9617666Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9619307Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9619849Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9621656Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9622663Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9623460Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9624824Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9625587Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9627122Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9627711Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9629434Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9630233Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9631148Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9633137Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9633925Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9635134Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9636359Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9637976Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9639065Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9640729Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9642866Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9643829Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9644970Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9646386Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9647593Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9648987Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9650175Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9652358Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9652874Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9653664Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9655023Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9656202Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9657864Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9659053Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9661810Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9662921Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9664178Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9665375Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9666647Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9668013Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9669039Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9670638Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9671801Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9673348Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9674502Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9675735Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9676975Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9678313Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9679748Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9681241Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9682447Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9683657Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9684839Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9686188Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9687523Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9688866Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9690213Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9691434Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9692602Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9693898Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9695220Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9696399Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9697792Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9698893Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9700130Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9701903Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9702995Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9704102Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9705544Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9706810Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9707972Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9709292Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9710939Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9711958Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9713287Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9714774Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9715808Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9717061Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9718605Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9719652Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9720923Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9721750Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9723362Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9724000Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9726133Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9726588Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:28:16.9728208Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9728700Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9729993Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9730880Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9731846Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9733286Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9734177Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9735174Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9736596Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9737435Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9738666Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9739870Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9741735Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9742347Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9743222Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9744558Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9745349Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9746690Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9748065Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9749217Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9750614Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9752332Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9754041Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9755383Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:28:16.9756751Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9757449Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9759213Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9760441Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9761525Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9762674Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9764192Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9765978Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9767597Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9769271Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9770307Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9771481Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9772957Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9774145Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9775859Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9777392Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9778397Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9779955Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9781376Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9782655Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9783956Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9785391Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9786628Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9787834Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9789063Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9790324Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9791856Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9793294Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9794689Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9796133Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9797461Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9798728Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9800028Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9802729Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9803819Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9804917Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9807067Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9808232Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9809607Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9810943Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9812158Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9813915Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9815441Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9816830Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9818204Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9819570Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9820808Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9822111Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9823453Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9824762Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9825983Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9827235Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9828357Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9829768Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9831115Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:28:16.9832529Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9833562Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9834950Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9836072Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9837343Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9838483Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9839918Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:28:16.9841037Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9842034Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9843275Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9844435Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9845840Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9847209Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9848581Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9849861Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9851160Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9852444Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9853758Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9855009Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9856271Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9857514Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:16.9859266Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:28:16.9860078Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:28:16.9861412Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:28:16.9862625Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2022-11-23T01:28:16.9863267Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9864059Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9865848Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9867158Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9868428Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9869670Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9870883Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9872233Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:28:16.9873589Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2022-11-23T01:28:16.9874196Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:28:16.9875048Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:28:16.9875907Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:28:16.9877297Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:28:16.9878181Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9879146Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9880496Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9881717Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9883046Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9884324Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9885490Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9886735Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9888027Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9889021Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9890520Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9891701Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9892905Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9894213Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9895732Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9897345Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9898929Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9900261Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9901561Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9902879Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9904150Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9905414Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9906773Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9907967Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9909426Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9910457Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9912013Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9914076Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9915452Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9916767Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9918002Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9919354Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9920548Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9922053Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9923321Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9924507Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9925975Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9927261Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9928524Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9931124Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9932268Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9933456Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9934667Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9935916Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:28:16.9937434Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9938241Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9939492Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9940919Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9942203Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9943439Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:28:16.9944690Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9945595Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9946926Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9948041Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9949422Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9951030Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:16.9952285Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9953235Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9954474Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9955836Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9957276Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9958556Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9959950Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9961280Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:28:16.9962342Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:28:16.9963215Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:28:16.9964471Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:28:16.9965742Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:28:16.9967029Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:28:16.9968354Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9969358Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9970788Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9972129Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9973363Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9974623Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9975844Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9977256Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9978713Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9979959Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9981238Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9982502Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9983766Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9985122Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9986465Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:28:16.9987940Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9988678Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9989777Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9990957Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9992452Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9993917Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9995094Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9996411Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9997632Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:16.9999016Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0000318Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0001461Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0002669Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0003900Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0005116Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0006389Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0007841Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0009322Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0010716Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0012157Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0013361Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0014648Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0016130Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0017413Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0018623Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0019849Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0021186Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0022440Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0023715Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0025050Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0026757Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0028226Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0029465Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0030608Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0031956Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0033865Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0126936Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0127807Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0128678Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0129607Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0130398Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0131199Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0131984Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0132817Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0133648Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0134443Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0135247Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0136047Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0136971Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0137766Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0138549Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0139367Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0140179Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0140947Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0141746Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0142507Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0143287Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0144057Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0144841Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0145644Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0146447Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0147249Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0148201Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0149083Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0149906Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0150672Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0151662Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0152502Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0153303Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0154210Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0154994Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0155765Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0156502Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0157248Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0158057Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0161865Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0163001Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0163829Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0164639Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0165437Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0166242Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0167032Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0167838Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0168640Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0169418Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0170220Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0171043Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:28:17.0171728Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0172466Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0173339Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0174193Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0175027Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0175853Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0176739Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0177551Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0178343Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0179194Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0180029Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:28:17.0180719Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:28:17.0181575Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:28:17.0182510Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:28:17.0183357Z copying torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:28:17.0184054Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0184732Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0185659Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0186451Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0187204Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0187968Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:28:17.0188688Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0189458Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0190292Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0191121Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0192050Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0192885Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0193704Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0194525Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0195368Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0196171Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0197001Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0197823Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0198949Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0199769Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0200569Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0201387Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0202332Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0203149Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0204124Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0204948Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0205762Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0206551Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0207372Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0208294Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0209114Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0209965Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0210814Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0211820Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0212636Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:28:17.0213316Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2022-11-23T01:28:17.0214007Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2022-11-23T01:28:17.0214733Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0215617Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0216600Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0217579Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0218516Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0219515Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0220631Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0221647Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0222655Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0223641Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0224597Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0225580Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0226571Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0227591Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0228560Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0229578Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0230584Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0231692Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0232668Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0233788Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0234719Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0235686Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0236632Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0237589Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:17.0238428Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0239462Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0240517Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0241572Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0242612Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0243651Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0244667Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0245737Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0246821Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:17.0247728Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:28:17.0248730Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:28:17.0249861Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:28:17.0251100Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:28:17.0252033Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0253016Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0254102Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0255210Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0256304Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0257502Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0258609Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0259696Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:17.0260605Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:28:17.0261615Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:28:17.0262864Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:28:17.0263970Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:28:17.0264882Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0265882Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0267077Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0268228Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0269354Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0270476Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0271702Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0272792Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:17.0273690Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0274812Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0275954Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0277077Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0278192Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0279389Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:17.0280291Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:28:17.0281382Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:28:17.0282479Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:28:17.0283323Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0284242Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0285261Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0286264Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0287256Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0288265Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0289275Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0290296Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0291294Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0292298Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:17.0293174Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0294184Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0295302Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0296385Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0297495Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0298695Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0299799Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0300878Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0301977Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0303089Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0304268Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0305384Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0306674Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0307806Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0308969Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0310113Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0311214Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:17.0312156Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0313122Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0314219Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0315300Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0316398Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0317472Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0318558Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0319895Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0320953Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0322168Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0323256Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0324316Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0325353Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0326445Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0327544Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0328752Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0329821Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0330896Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0331995Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0333123Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0334251Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0335274Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:17.0336170Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0337168Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0338261Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0339329Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0340425Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0341507Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0342566Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0343686Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0344745Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0345909Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0346987Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0348039Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0349110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0350151Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0351448Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0352542Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0353605Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0354682Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0355749Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0356859Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0357994Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0359214Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0360315Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0361397Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:17.0362308Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0363367Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0364519Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0365736Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0366893Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0368088Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0369397Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0370578Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0371780Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0372976Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0374176Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:17.0375194Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:28:17.0376188Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:28:17.0377066Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:28:17.0378013Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:28:17.0379126Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:28:17.0380197Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:28:17.0381066Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0382026Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0383058Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0384076Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0385110Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0386169Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0387215Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0388263Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0389276Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:17.0390156Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:28:17.0391201Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:28:17.0392562Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:28:17.0393466Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:17.0394440Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:17.0395562Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:17.0396705Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:17.0397796Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:17.0398862Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0399718Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0400673Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0401619Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0402577Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0403502Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0404492Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0405460Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0406386Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0407297Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0408178Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0409083Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0410006Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0410928Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0411843Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0412751Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0413673Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0414604Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0415161Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0415677Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0416320Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0416892Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0417444Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0418012Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0418507Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0419077Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0419681Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0420231Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0420770Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0421320Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0421847Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0422419Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0422999Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0423568Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0424124Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0424695Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0425286Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0425844Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0426437Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0427003Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0427541Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0428118Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0428689Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0429229Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0429781Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0430383Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0430874Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:28:17.0431958Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0432653Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0434109Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0434955Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0436385Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0437315Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0438546Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:17.0441102Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:17.0441738Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:17.0442332Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:17.0442933Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:17.0446219Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:17.0447201Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0447882Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0449383Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0450212Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0452050Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0452881Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0453728Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:17.0455309Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0456153Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0457007Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0458277Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0459441Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0460736Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0462099Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0463371Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0464644Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0466002Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0467291Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:28:17.0468545Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2022-11-23T01:28:17.0468960Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0469720Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0471062Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0472647Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0474294Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0474987Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0475881Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0476750Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0477595Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0478570Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0479598Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0480917Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0481744Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0482629Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0483916Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0484731Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0486293Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0487075Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0488780Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0489649Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0491160Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0492300Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0493317Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0494332Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0495557Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0496647Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0497600Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0498467Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0499769Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0500703Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0501689Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0502651Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0503589Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0504712Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0505663Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0506609Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0507350Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0508380Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0509277Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0510271Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0512233Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:17.0512927Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0513638Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0514663Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0515496Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0516652Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0517274Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0518531Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0519462Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0520457Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0521081Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0522404Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0523182Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0524055Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0525012Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0526533Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0527454Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0528674Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0529491Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0530428Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0531481Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0532167Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0533405Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0534564Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0535547Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0536468Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0537370Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0538174Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0539173Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:17.0540059Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:28:17.0540926Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:28:17.0541787Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:28:17.0543116Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:28:17.0544257Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0544936Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0546468Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0547674Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0548887Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0550328Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0551637Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0552787Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0554163Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0555412Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:17.0556483Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0557156Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0558923Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0560082Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0561414Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0562470Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0563715Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0564987Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0566248Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0567558Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0568805Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0570128Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0571350Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0573080Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0574346Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0575675Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0576997Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0578239Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0579531Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0580815Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0582891Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0583663Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0584765Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0585731Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0586698Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0587606Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0588544Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0589414Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0590353Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0591500Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0592478Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0594021Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0594976Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0596072Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0596698Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0597684Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0599113Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0600017Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0600971Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0602108Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0602968Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0603850Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0604914Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0606137Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0606783Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0607718Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0609183Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0610101Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0611396Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0611961Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0614410Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0614876Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0615365Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0616317Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0617403Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0619027Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0619356Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0620425Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0621533Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0622466Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0623465Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0625114Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0625745Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0626730Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0628438Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0628799Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0629590Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0630938Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0631771Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0634202Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0634810Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0635344Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0636258Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0637567Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0638597Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0639954Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0640983Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0642703Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0643297Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0644751Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0645626Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0647263Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0648499Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0649505Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0650765Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0652081Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0653309Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:17.0655149Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0655512Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0656455Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0657695Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0659577Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0660061Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0661245Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0662055Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0663892Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0664745Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:17.0665725Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0666124Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0667170Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0668016Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0668877Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0669819Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:17.0670785Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0671634Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0672853Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0673948Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0674866Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0676043Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0676853Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0677634Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0678744Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0679550Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0680601Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0681475Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0682674Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0684125Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0685491Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0687206Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0687654Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0688398Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0689491Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0691001Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0691873Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0693127Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0694614Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0695389Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0696804Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0697608Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0698601Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0699795Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0700857Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0702081Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0703097Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0704124Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:17.0705099Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0705876Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0707231Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0708163Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0709453Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0710322Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0711798Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0713053Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0714594Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0715651Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0716224Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0717562Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0718863Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:17.0719866Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0720462Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0721595Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0722473Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0724182Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0724517Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0725448Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0727373Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0727838Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0728938Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0729685Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0731172Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0731856Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0733191Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0735021Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0735551Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0736296Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0736937Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0737933Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0738919Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0739865Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0741116Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0742538Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0743196Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0744626Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0745502Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0746478Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0747820Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0748927Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:17.0749703Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0750005Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0751580Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0752703Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0754080Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0755413Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:28:17.0756268Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0757751Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0758465Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0759886Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0760758Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0761803Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0762712Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0763772Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0764807Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0765784Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0766713Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0767570Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0768632Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0770170Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0771933Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0773022Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0773962Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0775365Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0775801Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0777535Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0778360Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0779891Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0780481Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:17.0781750Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0782093Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0783022Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0784401Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0785215Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0786817Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0787694Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0788826Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0789544Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0790858Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0791655Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0793415Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0794425Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0795344Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0796274Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0797089Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:28:17.0798940Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0799815Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0800627Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0801431Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0802875Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0804161Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0805403Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0806736Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0808024Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0809331Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0810616Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0811828Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0813135Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0814497Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0815755Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0817044Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0818301Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0819567Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0821280Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0822485Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0823788Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0825046Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0826292Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:17.0827542Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:28:17.0828234Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:28:17.0829805Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:28:17.0831780Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0832259Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0832588Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0833840Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0834750Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0835735Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0837559Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0837973Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0839058Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0840546Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0841449Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0842029Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0843066Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0844055Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0845260Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0846114Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0847463Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0848665Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0849831Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0851082Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0852382Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0853014Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0854430Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0855111Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0856217Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0857201Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0858914Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0859950Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0862129Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0862497Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0863138Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0863664Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0865171Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0865995Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0867575Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0868279Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0869537Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0870797Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0871971Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0873488Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0874483Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0875455Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0876276Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:17.0877218Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0877975Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0878831Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0879804Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0880900Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0881908Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0884971Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0885474Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0885892Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0886786Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:17.0887633Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2022-11-23T01:28:17.0888043Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0888608Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0890382Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0892204Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0892893Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0894258Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0895598Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0896913Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0898302Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0899734Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0900991Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0902342Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0903668Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0904987Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0906293Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0907580Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0908986Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0911158Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0912432Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0914466Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0915575Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0916790Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0918131Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0919486Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0921272Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0922357Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0923738Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0925104Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0926347Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0927857Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0929852Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0930983Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0932318Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0933610Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0935045Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0936386Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0938203Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0939284Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0940753Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0942986Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0943938Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0945259Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0946540Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0947815Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0949114Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0950449Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0951981Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0953312Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0954585Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0955956Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0957290Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0958917Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0960196Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0961391Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0962721Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0964176Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0965496Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0966810Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0968106Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0969414Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0970786Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0972064Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0973417Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0974697Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0975989Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0977241Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0978609Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0979914Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0981233Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0982524Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0983876Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0985168Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0986673Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0987871Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0989240Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0990406Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0991917Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0994152Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0994813Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0995705Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0997032Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0997917Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.0999538Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1000252Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1001221Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1002464Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1003335Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1005621Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1006240Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:17.1006780Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:17.1007124Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:17.1008782Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:17.1009659Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:17.1010902Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:17.1011883Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1012430Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1013626Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1014911Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1015813Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1016877Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1017900Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1019046Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1020237Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1021119Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1022180Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1023179Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1024711Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1026294Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1027200Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1028707Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1029824Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1030774Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1033092Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:17.1033470Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:28:17.1033843Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:28:17.1035121Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:28:17.1035882Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1036506Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1037665Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1038982Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1040182Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1041122Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1042971Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1043513Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1044279Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1045161Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:28:17.1046354Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:17.1046918Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:17.1047787Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:17.1048525Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:28:17.1049117Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:28:17.1049762Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1050517Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1051523Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1052719Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1053292Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1055017Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1055518Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1056485Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1057559Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1058347Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1059373Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1060860Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1061569Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1062427Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1063655Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1064336Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1065558Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1067511Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1068085Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1068996Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1070055Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1070947Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1072031Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1073516Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1074772Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1075230Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1076311Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1077356Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1078601Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1079901Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1081282Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1082510Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1083802Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1085134Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1086378Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1087616Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1088868Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1090130Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1091392Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1092835Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1094028Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1095354Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1096630Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:28:17.1097853Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:28:17.1098756Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:28:17.1100071Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2022-11-23T01:28:17.1100471Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:17.1101363Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:17.1102524Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:17.1103795Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:17.1104998Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:17.1106302Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1107012Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1108363Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1109679Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1110953Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1112469Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1113858Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1115252Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1116554Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1117863Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1119238Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1120492Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1121841Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1123109Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1124437Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1125710Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1127017Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1128319Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1129578Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1131528Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1132616Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1133805Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1135473Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1136536Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1138493Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:17.1139131Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:28:17.1139505Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:28:17.1140853Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:28:17.1141209Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:28:17.1142559Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:28:17.1143841Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1144194Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1145204Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1146347Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1147368Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1148553Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1149617Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1150495Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1151824Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1153078Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1154394Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:17.1155051Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1155302Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1156983Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1157778Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1159427Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1161200Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1161999Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1163070Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1164096Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1165206Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1166345Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1167512Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1168451Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1169606Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1171070Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1172536Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1173027Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1174878Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1176460Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1177309Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:28:17.1179036Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1179760Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1180910Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1182862Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1183532Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1185937Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1186425Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1186969Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:28:17.1188118Z creating build/lib.linux-x86_64-cpython-38/torch/include/THC 2022-11-23T01:28:17.1188432Z copying torch/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THC 2022-11-23T01:28:17.1189687Z copying torch/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THC 2022-11-23T01:28:17.1190293Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:17.1239039Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:17.1297222Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:17.1381685Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:28:17.1469781Z creating build/lib.linux-x86_64-cpython-38/torch/share 2022-11-23T01:28:17.1470122Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2022-11-23T01:28:17.1470472Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:28:17.1470968Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:28:17.1471858Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:28:17.1472172Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:28:17.1473252Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:28:17.1474734Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:28:17.1475597Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:28:17.1476341Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1477211Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1478713Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1479920Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1481130Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1482434Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1483647Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1485122Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1486086Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1487753Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:28:17.1488841Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:28:17.1489724Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:28:17.1491060Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:28:17.1492315Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:17.1492911Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:17.1494364Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:17.1496187Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:17.1497510Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:17.1498668Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:17.1499554Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:17.1500518Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:17.1501531Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:17.1502437Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:17.1503342Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:28:17.1503732Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:28:17.1505196Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:28:17.1505805Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:28:17.1506264Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:28:17.1507603Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:28:17.1508766Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:28:17.1550466Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:17.1628154Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:17.1712339Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:17.1713393Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:17.1717332Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:17.1789709Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:17.1867860Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:17.1949913Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:28:17.2033671Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2022-11-23T01:28:17.2034042Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2022-11-23T01:28:17.2034429Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:28:17.2035111Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:28:17.2352742Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:28:17.2430513Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2431062Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2525762Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2627216Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2712013Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2788993Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2868445Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2941934Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2972642Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2983614Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2988788Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.2994186Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3082303Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3133445Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3162442Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3244113Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3335114Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3405199Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3490208Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3573537Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3652883Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3725872Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3827840Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3872016Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.3969228Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4058128Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4115656Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4214045Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4307374Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4385599Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4448280Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4538163Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4628293Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4683307Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4692821Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4767773Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4775485Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4780487Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4785888Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.4836639Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:28:17.5115084Z running build_ext 2022-11-23T01:28:17.5160726Z -- Building with NumPy bindings 2022-11-23T01:28:17.5161281Z -- Detected cuDNN at , 2022-11-23T01:28:17.5161739Z -- Detected CUDA at /usr/local/cuda 2022-11-23T01:28:17.5162140Z -- Using MKLDNN 2022-11-23T01:28:17.5162692Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:28:17.5163037Z -- Not using CBLAS in MKLDNN 2022-11-23T01:28:17.5163263Z -- Building NCCL library 2022-11-23T01:28:17.5163505Z -- Building with distributed package: 2022-11-23T01:28:17.5163763Z -- USE_TENSORPIPE=True 2022-11-23T01:28:17.5163974Z -- USE_GLOO=True 2022-11-23T01:28:17.5164164Z -- USE_MPI=False 2022-11-23T01:28:17.5164361Z -- Using ITT 2022-11-23T01:28:18.0725624Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:28:18.0726228Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:28:18.0732261Z building 'torch._C' extension 2022-11-23T01:28:18.0733015Z creating build/temp.linux-x86_64-cpython-38 2022-11-23T01:28:18.0733843Z creating build/temp.linux-x86_64-cpython-38/torch 2022-11-23T01:28:18.0734417Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2022-11-23T01:28:18.0736448Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-38/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:28:18.1539404Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/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-38/torch/_C.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:28:18.2398341Z building 'torch._C_flatbuffer' extension 2022-11-23T01:28:18.2400456Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-38/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:28:18.3189692Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/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-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:28:18.3576026Z /opt/conda/lib/python3.8/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:28:18.3576421Z warnings.warn( 2022-11-23T01:28:18.3627821Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:28:18.3628085Z running install 2022-11-23T01:28:18.3681081Z running install_lib 2022-11-23T01:28:18.3734879Z creating build/bdist.linux-x86_64 2022-11-23T01:28:18.3735570Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:28:18.3736079Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:28:18.3736783Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:28:18.3737837Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3738691Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3739600Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3741135Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3742012Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3742788Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3743893Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3744674Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3746645Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3747569Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3748661Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3749744Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3750850Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3752033Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3753199Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3754636Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:28:18.3756393Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:28:18.3757192Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:28:18.3758475Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3759277Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3760660Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3761340Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3762500Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3763155Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3764407Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3765430Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3766671Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3767679Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:28:18.3768807Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3769602Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3770477Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3771707Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3772714Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3773788Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3774580Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:28:18.3775290Z copying build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:28:18.3779567Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3780104Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3780950Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3782089Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3782569Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3783752Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3784584Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3785187Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3786272Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3787799Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3788827Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3790046Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3792126Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3793591Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3794717Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3795934Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3796955Z copying build/lib.linux-x86_64-cpython-38/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3798362Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3799541Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3800489Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3801986Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3804397Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3805328Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3809348Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3810193Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3811214Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3812086Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3813090Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3814844Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3815714Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3816801Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3818549Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3819461Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3820429Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3821049Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3822661Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3823483Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3824154Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3824660Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.3825793Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:28:18.3826470Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:28:18.3827323Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:28:18.3828731Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:28:18.3829725Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:28:18.3830604Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:28:18.3831560Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:28:18.3832636Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3842691Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3843338Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3844009Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3844621Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3845247Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3846089Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3846730Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3847368Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3848007Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3848654Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3849197Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3849849Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3850454Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3851025Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3851622Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3852185Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3852817Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3853483Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3854131Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3854707Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3855188Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3855709Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3856359Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3856920Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3857536Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:28:18.3857980Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3858721Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3859270Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3860008Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3860840Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3861749Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3862928Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3864102Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3865117Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3866160Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3867514Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:28:18.3868862Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3869854Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3870949Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3872343Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3873426Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3874657Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3875753Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3876840Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3877784Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3878806Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3880172Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3882078Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3883051Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3883731Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:28:18.3884364Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:28:18.3884938Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:28:18.3886074Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:28:18.3887182Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:28:18.3888454Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3889138Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3889775Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3891736Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3892448Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3893293Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3893980Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3895153Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3896063Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3896964Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3898077Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3898996Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3900930Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3902407Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3903419Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3904630Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3905863Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3907601Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3908912Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:28:18.3910325Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3911892Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3912983Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3914085Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3915217Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3916576Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3918149Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3919309Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3920409Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3921518Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3922559Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3923646Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:28:18.3924954Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3925822Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3926815Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3927828Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3928832Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3929793Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3930585Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3931466Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3932638Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3933375Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:28:18.3935281Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3935711Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3936658Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3937578Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3938399Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3939038Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3940228Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3941298Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3942437Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3943301Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3944358Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3945330Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:28:18.3946689Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3947146Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3948589Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3949338Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3951080Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3951750Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:28:18.3953730Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:28:18.3954177Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:28:18.3955571Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:28:18.3956693Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:28:18.3957217Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:28:18.3959591Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:28:18.3960298Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:28:18.3962013Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:28:18.3962453Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:28:18.3963545Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:28:18.3964389Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:28:18.3965496Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:28:18.3966331Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:28:18.3967773Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:28:18.3968591Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:28:18.3969879Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:28:18.3970630Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:28:18.3971682Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:28:18.3972925Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:28:18.3974172Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:28:18.3975544Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:28:18.3975951Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:28:18.3976879Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:28:18.3978006Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:28:18.3978542Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:28:18.3979550Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:28:18.3980117Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:28:18.3981060Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:28:18.3981745Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:28:18.3982592Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:18.3983113Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:18.3984263Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:28:18.3985423Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:28:18.3986291Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:28:18.3987387Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:18.3988307Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:18.3989482Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:18.3990684Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:18.3991741Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:28:18.3993239Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:28:18.3993721Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:28:18.3994703Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:18.3995870Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:18.3996878Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:18.3997606Z copying build/lib.linux-x86_64-cpython-38/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:28:18.3998267Z copying build/lib.linux-x86_64-cpython-38/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:28:18.3999679Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4000306Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4001106Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4002074Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4003380Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4004274Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:28:18.4005425Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:28:18.4005902Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:28:18.4006635Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:28:18.4007711Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:18.4008335Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:18.4009006Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:28:18.4010074Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:28:18.4010993Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:28:18.4011755Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:28:18.4012659Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:28:18.4013360Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:28:18.4014268Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:28:18.4014744Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:28:18.4015791Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:28:18.4016350Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:28:18.4017551Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:28:18.4018346Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:28:18.4019487Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:28:18.4020008Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:28:18.4020874Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:28:18.4021989Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:28:18.4022473Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:28:18.4023976Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4024629Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4025321Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4026407Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4027318Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4028245Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4028883Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4029758Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4030778Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4032088Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4033295Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4033981Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4035062Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4035761Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4037053Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4037713Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4038908Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:28:18.4040573Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:28:18.4041380Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:28:18.4042226Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4042953Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4043797Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4044651Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4045588Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4046612Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4048300Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:28:18.4049311Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:28:18.4049773Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:28:18.4051323Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:28:18.4052112Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:28:18.4053145Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:28:18.4053728Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:28:18.4054725Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:18.4055571Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:18.4056571Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:28:18.4057497Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:28:18.4058017Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:28:18.4059205Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:28:18.4060516Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:28:18.4062077Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4062823Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4063707Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4064522Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4065758Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4067154Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4068282Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4069089Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4071565Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4072272Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4072949Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:28:18.4074407Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:28:18.4075002Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:28:18.4075576Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:28:18.4076671Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:28:18.4077219Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:28:18.4078272Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:18.4079432Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:18.4080668Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:28:18.4081380Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:28:18.4082012Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:28:18.4082977Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4083970Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:18.4084695Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:18.4085783Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4086637Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4088060Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:28:18.4088751Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:28:18.4089768Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4090661Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:28:18.4091493Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4092494Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4093694Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4094234Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:18.4094915Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:18.4096114Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:18.4096808Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:28:18.4097602Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:28:18.4098617Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:28:18.4099758Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:28:18.4100794Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:28:18.4101821Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:28:18.4102628Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4103238Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4104307Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4105175Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4106069Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4106786Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:28:18.4108848Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4109420Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4110093Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4110769Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4111602Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4112152Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4112908Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4114018Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4114604Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4115834Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4117242Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4118294Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4119031Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4119896Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4120582Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4122090Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4123108Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4123980Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4125013Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:28:18.4126974Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4127691Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4128701Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4129668Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4130470Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4131497Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4132256Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4133414Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4134138Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4134904Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4135675Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4136594Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:28:18.4137714Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4138520Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4139396Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4140182Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4141792Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4142702Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4143253Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4144410Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4145556Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4146548Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4147459Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4148106Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4149128Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4149807Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4150676Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4151779Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4153283Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4154162Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4154811Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4155660Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:28:18.4157496Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:18.4158229Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:18.4159123Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:18.4160702Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:28:18.4161669Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4162631Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4164002Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4164508Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4165759Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4166627Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4167671Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4169181Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4170656Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4171385Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4173239Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4173724Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4175093Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4175653Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4176812Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:28:18.4177955Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:28:18.4178416Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:28:18.4179563Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:28:18.4180588Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:28:18.4181386Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:28:18.4182135Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:28:18.4182814Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:28:18.4183552Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:28:18.4184178Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:28:18.4185363Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:28:18.4186182Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:28:18.4186819Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:28:18.4187663Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:28:18.4189339Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:28:18.4189781Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:28:18.4190869Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:28:18.4191555Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:28:18.4192506Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:28:18.4193889Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:28:18.4194547Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:28:18.4195672Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:28:18.4196437Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:28:18.4197257Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:28:18.4197734Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:28:18.4199115Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:28:18.4199775Z copying build/lib.linux-x86_64-cpython-38/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:28:18.4200572Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:28:18.4201158Z copying build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:28:18.4202404Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:28:18.4203024Z copying build/lib.linux-x86_64-cpython-38/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:28:18.4203766Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:28:18.4204315Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:28:18.4205064Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:28:18.4205998Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:28:18.4206458Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:28:18.4207226Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:28:18.4207841Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:28:18.4208599Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:28:18.4209713Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:28:18.4210167Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:28:18.4211541Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:28:18.4212254Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:28:18.4212894Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:28:18.4213791Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4214720Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4215464Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4216119Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4216810Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4218256Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4218780Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4219579Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4220131Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4221191Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4222082Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4223285Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4223993Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4225097Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4225678Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4226658Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4227413Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:28:18.4228898Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:28:18.4229492Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:28:18.4230423Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:28:18.4231503Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:28:18.4232192Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:28:18.4233380Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4234120Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4235660Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4236173Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4237240Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4237756Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4239474Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4240331Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4241448Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4242059Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4243027Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4244146Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:28:18.4245214Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4245973Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4246858Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4248555Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4249217Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4250195Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4250951Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:28:18.4252290Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4252987Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4253745Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4254419Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4255402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4256058Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4257206Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4258184Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4259132Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4259764Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:28:18.4260640Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:28:18.4261353Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:28:18.4262189Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:18.4262985Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:18.4263790Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:28:18.4264637Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4265572Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4266576Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4267863Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4269226Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4270029Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4270859Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.4272339Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4273191Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4273932Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4274762Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4275577Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4276554Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4277416Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4278509Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4279363Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4280161Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4281008Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:28:18.4282121Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:18.4283192Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:18.4285029Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:28:18.4285668Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:18.4286327Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:18.4286991Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:18.4287796Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:18.4288729Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:28:18.4290032Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:28:18.4290812Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4291867Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4292725Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4294007Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4294980Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4296025Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4296890Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4297883Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4298386Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:28:18.4299078Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:28:18.4299842Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:28:18.4300516Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:28:18.4301356Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:28:18.4301971Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:28:18.4302729Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:28:18.4303992Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4304963Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4305799Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4306728Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4308597Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4309360Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4310187Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4310966Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:28:18.4312293Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4312967Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4313904Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4314709Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4315708Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4316689Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4317515Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4318561Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4319320Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4320316Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:28:18.4321541Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4322089Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4323048Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4323771Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4324769Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4325765Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4326681Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4327616Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:28:18.4329083Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:28:18.4329621Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:28:18.4330483Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:28:18.4331477Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:18.4332280Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:18.4333033Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:28:18.4334215Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:18.4335028Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:18.4336129Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:28:18.4336925Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:18.4337872Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:18.4338919Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:28:18.4339816Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:28:18.4340788Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:28:18.4341679Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:28:18.4342384Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4343059Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4343727Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4344849Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4345782Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4346719Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4347569Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4348263Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4349144Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:28:18.4350296Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:18.4351402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:18.4352066Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:18.4352865Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:18.4353876Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:28:18.4354573Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:28:18.4355133Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:28:18.4356727Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4357501Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4358325Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4359098Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4360063Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4361044Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4361940Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4362787Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4363516Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4364429Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4365214Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4366028Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4366795Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4367692Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4368346Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:28:18.4370526Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:28:18.4371427Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:28:18.4372235Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:28:18.4372929Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:28:18.4373700Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:28:18.4374513Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:28:18.4375202Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:28:18.4376077Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:28:18.4376853Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:28:18.4377504Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:28:18.4378532Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:28:18.4379309Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:28:18.4379988Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:28:18.4380501Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:28:18.4381462Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:28:18.4382608Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:18.4383304Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:18.4384319Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:18.4385196Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:18.4386061Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:28:18.4387064Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:18.4387799Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:18.4388749Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:18.4389558Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:28:18.4390357Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4391193Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4392152Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4393206Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4393985Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4395044Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4396227Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4397120Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4397979Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4399168Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4400197Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4401070Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:28:18.4402348Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:28:18.4402938Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:28:18.4403774Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:28:18.4405724Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:28:18.4406739Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:28:18.4407576Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4408498Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4409504Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4410579Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4411441Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4412174Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4412930Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:28:18.4413809Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:28:18.4414365Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:28:18.4415124Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:28:18.4415816Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:28:18.4416789Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4417546Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4418486Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4419614Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4420448Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4421357Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4422571Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4423527Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4424405Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4425458Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4426202Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4427507Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4428773Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4429803Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4431239Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4432375Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4433517Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4435289Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4437080Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4438916Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:28:18.4439799Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:28:18.4440448Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:28:18.4441403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:28:18.4442881Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:28:18.4443434Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:28:18.4444413Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:28:18.4446130Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:28:18.4446867Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:28:18.4447501Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:28:18.4448512Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:28:18.4449206Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:28:18.4450181Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:28:18.4451255Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:28:18.4451918Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:28:18.4452844Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:28:18.4453659Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4454519Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4455231Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4456088Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4456960Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4458224Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4458890Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4459949Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4460947Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4461918Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4463940Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4465054Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4465962Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4467040Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4468017Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:28:18.4470283Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:28:18.4470828Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:28:18.4472512Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4473269Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4474164Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4474871Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4476124Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4476898Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4477650Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4478418Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4479140Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4480507Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4481380Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4482222Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4482994Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:28:18.4483986Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:18.4484681Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:18.4485774Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:18.4486646Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:28:18.4487419Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4488047Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4488922Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4489982Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4490685Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4491714Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4492390Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:28:18.4493846Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4494447Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4495568Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4496257Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4497363Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4498199Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4498892Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4499624Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4500769Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4502003Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4502698Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:28:18.4503828Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:28:18.4504407Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:28:18.4505402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:28:18.4506863Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4507456Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4508137Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4508756Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4509755Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4510527Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4512520Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4513103Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4514094Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4515041Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4516222Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4517244Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4517999Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4519072Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4519994Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4520745Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4521905Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4523034Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4524037Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4524833Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4525782Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4526659Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4527822Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4528948Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4529954Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4530836Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4531752Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4532517Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4533264Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4533867Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4534739Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4535898Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4536462Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4537185Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4537940Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4538872Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4539619Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4540462Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4541386Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4542406Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4543089Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4544180Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4545211Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4545916Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4546929Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4547741Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4548462Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:28:18.4550417Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:28:18.4550990Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:28:18.4552102Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:28:18.4552517Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:28:18.4554361Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4555070Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4555913Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4556768Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4557586Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4558464Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4559368Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4560459Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4561418Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4562286Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4563085Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4564331Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4565173Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4566126Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4566939Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4567787Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:28:18.4568736Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4569669Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4570600Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4571600Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4572693Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4573688Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4574702Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4575640Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4576466Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4577457Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4578279Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4578865Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4579455Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4580769Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4581538Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4582208Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4582986Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:28:18.4584057Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4584625Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4585423Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4587809Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4588698Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4589914Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4591115Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4592431Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4593604Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:28:18.4594448Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4595522Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4596589Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4597687Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4598825Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4599883Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4600979Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4602157Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4603252Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:28:18.4604134Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4605237Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4606495Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4607790Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4609058Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4610324Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4611591Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:28:18.4612432Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4613222Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4614134Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4615041Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4615995Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4616910Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4617832Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4618747Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4619726Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4620625Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4621527Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4622454Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4623344Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4624254Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4625154Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:28:18.4625930Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:28:18.4626803Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:28:18.4627777Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:28:18.4628518Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:28:18.4629353Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:28:18.4630110Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:28:18.4631014Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:28:18.4632119Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:28:18.4632888Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:28:18.4633710Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:28:18.4634671Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:28:18.4635613Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:28:18.4636572Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:28:18.4637307Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:28:18.4638142Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:28:18.4639164Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:28:18.4639919Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:28:18.4640741Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:28:18.4641684Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:28:18.4642618Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:28:18.4643590Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:28:18.4644279Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4645080Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4645896Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4646749Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4647567Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4648435Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4649313Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4650202Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4651127Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4651944Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4652775Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4653619Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4654501Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4655330Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4656166Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4657013Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4657886Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4658744Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4659586Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4660400Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4661241Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4662081Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4662931Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4663798Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4664573Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4665103Z copying build/lib.linux-x86_64-cpython-38/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:28:18.4665611Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:28:18.4666145Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:28:18.4666786Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:28:18.4667245Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:28:18.4667797Z copying build/lib.linux-x86_64-cpython-38/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:28:18.4668445Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:28:18.4668856Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:28:18.4670704Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:28:18.4672576Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:28:18.4673196Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:28:18.4673663Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:28:18.4674705Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4675181Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4676137Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4677017Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4678007Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4678992Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4680299Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4680762Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4682093Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:28:18.4683169Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:28:18.4683817Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:28:18.4685231Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4685788Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4686445Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4687195Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4687928Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4688820Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4689434Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:28:18.4690379Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:28:18.4691071Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:28:18.4692100Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4692670Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4693588Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4694379Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4695274Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4695977Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4698239Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4698947Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4699842Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4700823Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:28:18.4701522Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:28:18.4702409Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:28:18.4703411Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:28:18.4703702Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:28:18.4705411Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:28:18.4705786Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:28:18.4706406Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:28:18.4707849Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:28:18.4708678Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:28:18.4709601Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:18.4710218Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:18.4711490Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:18.4712428Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:18.4714386Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:28:18.4715251Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:28:18.4715785Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:28:18.4717480Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:18.4717960Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:28:18.4718819Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:18.4719765Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:18.4720644Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:28:18.4722033Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4722570Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4723349Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4723769Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4724590Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:28:18.4725809Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4726170Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4727179Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4728037Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4729375Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4729812Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4731133Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4731571Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4732862Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4734335Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4734621Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4735724Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4736350Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4737872Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4738773Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4740008Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4741045Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4743001Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4744796Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4745950Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4747216Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4748295Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4749938Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4751499Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4752789Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4754195Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4755208Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:28:18.4756709Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4757245Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4758519Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4759287Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4760623Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4761081Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4763030Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4763490Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4766029Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4766817Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4767692Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4768527Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4769640Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4770675Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4772233Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4773189Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4773996Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:28:18.4775800Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:28:18.4776260Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:28:18.4777672Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:28:18.4778180Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:28:18.4779823Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:28:18.4780528Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:28:18.4781574Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:28:18.4782165Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:28:18.4783047Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:28:18.4783964Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:28:18.4784907Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:28:18.4785744Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:28:18.4786878Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:28:18.4787605Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:28:18.4788609Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:28:18.4789186Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:28:18.4790102Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:28:18.4790746Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:28:18.4791939Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:28:18.4792464Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:28:18.4793431Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:28:18.4794862Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:28:18.4795350Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:28:18.4796418Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4797308Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4798425Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4799433Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4800555Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4801524Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4802443Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:28:18.4802965Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:28:18.4803417Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:28:18.4804308Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4804981Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4805883Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4806932Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4807849Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:28:18.4809702Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4810317Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4811523Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4812603Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4813614Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4814608Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4815628Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4816661Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4817693Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4818722Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4819715Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4820647Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:28:18.4821632Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4822371Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4823467Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4824942Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4826047Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4826920Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4828134Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4829076Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4830108Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4831089Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4832327Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4833509Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4834809Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4836299Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4837657Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4838885Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4839857Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:28:18.4841523Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4842243Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4843392Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4844517Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4845647Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4846822Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4847950Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4849106Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4850285Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4851440Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4852577Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:28:18.4853485Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4854335Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:28:18.4854995Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4855744Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4856584Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4857375Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4858377Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4859140Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4860135Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4861041Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4862055Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4863305Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4864551Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4865588Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4866570Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4867585Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4868956Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4870305Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4872231Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4874014Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4874832Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4885334Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4885993Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4886923Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4887974Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4888859Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4889891Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4892950Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4894161Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:28:18.4895694Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4896411Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4915718Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4916667Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4917708Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4918565Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:28:18.4920010Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:28:18.4921088Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:28:18.4922089Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:28:18.4923162Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:28:18.4924521Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4925134Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4926430Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4927120Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4928256Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4928938Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:28:18.4931045Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4931683Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4932846Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4935585Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4937650Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4938549Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4939566Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4940350Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4941062Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4941798Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4943518Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4944159Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4945224Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4946066Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4946798Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4948941Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4950122Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4950803Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4951725Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4952550Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4953197Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4954493Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4955519Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4956383Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4957020Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4961241Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4962155Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4963259Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4964191Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4964946Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4965963Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4966895Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4967765Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4968525Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4969835Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4971175Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4972640Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4973860Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4975044Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4976157Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4977343Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4978499Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4980075Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4983588Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4984788Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4985981Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4987147Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4988375Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4989563Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4990738Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4992239Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4993486Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4994737Z copying build/lib.linux-x86_64-cpython-38/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:28:18.4995894Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4997048Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4998323Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:28:18.4999159Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.4999879Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5000731Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5001608Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5002448Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5003309Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5004259Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5004929Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5006500Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5007487Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5008677Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5010101Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5011367Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5012684Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5013912Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5014953Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5015985Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5017057Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5018067Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5019327Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:28:18.5020540Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:28:18.5021599Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5022638Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5023647Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5024633Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5025655Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5026631Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5027665Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5029050Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5030107Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5031172Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5032435Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5033432Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5035145Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5036022Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5036902Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5037772Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5038616Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:28:18.5040000Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5040776Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5041700Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5042627Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5043596Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5044701Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5045745Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5046739Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5047912Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5049546Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5050528Z copying build/lib.linux-x86_64-cpython-38/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5051625Z copying build/lib.linux-x86_64-cpython-38/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5052541Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5053398Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5054293Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5055596Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:28:18.5057022Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:28:18.5057984Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:28:18.5059118Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:28:18.5060168Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:28:18.5061151Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:28:18.5062449Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5063220Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5064126Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5065087Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5065840Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5067101Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5067840Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5069421Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:28:18.5070264Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5071003Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5072135Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5073960Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5074651Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5076813Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5077497Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5078062Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5078702Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5079371Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5080490Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5081332Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5082503Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5083035Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5084886Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5085462Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:28:18.5087898Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5088476Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5089225Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5089933Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5090597Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5091302Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5092058Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5092778Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5093464Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5094288Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5095095Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5095996Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5096889Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:28:18.5097881Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:28:18.5098354Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:28:18.5099801Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:28:18.5100306Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:28:18.5101120Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:28:18.5102124Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:28:18.5115963Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:28:18.5116718Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:28:18.5117498Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:28:18.5118051Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:28:18.5118570Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:28:18.5119340Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:28:18.5119823Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:28:18.5120424Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:28:18.5120869Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5121314Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5121924Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5122461Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5122992Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5123527Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5124057Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5124599Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5125120Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5125643Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5126379Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5127264Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5128334Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5131014Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5132588Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5133567Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5134619Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5136979Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5138587Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5139216Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5140152Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5140801Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5141776Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5142832Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5143810Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5145293Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:28:18.5146070Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:28:18.5147010Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:28:18.5147860Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:28:18.5148682Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:28:18.5149340Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:28:18.5150319Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:28:18.5150982Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:28:18.5151902Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5152550Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5153572Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5154541Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5157649Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5158372Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5159469Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5160085Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:28:18.5161615Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:18.5162166Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:18.5163022Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:28:18.5164081Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:28:18.5166029Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5167150Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5168299Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5169145Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:18.5170126Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:18.5171187Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:18.5172232Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:28:18.5173305Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5174224Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:28:18.5175170Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:28:18.5175686Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:28:18.5176342Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:28:18.5177073Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5177661Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:28:18.5178302Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:28:18.5178991Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5179574Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5180301Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5181568Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5182466Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5183510Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5184573Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5185383Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:28:18.5187938Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5188762Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:18.5189708Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:28:18.5190589Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5191695Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5192756Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:18.5193468Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:18.5194529Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5195283Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:28:18.5196522Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5197497Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:28:18.5198964Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:28:18.5199717Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:28:18.5202622Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:28:18.5203409Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:28:18.5204409Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:28:18.5206415Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:28:18.5207436Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:28:18.5208251Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5209252Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5210525Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5211655Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5212777Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5213913Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5215039Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:28:18.5215894Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:28:18.5216821Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:28:18.5217885Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:28:18.5218979Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:28:18.5219864Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5220602Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5221481Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5222387Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5223265Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5224233Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5225148Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5226028Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5226896Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5227723Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5228590Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5229493Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5230356Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5231219Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5232247Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5233120Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5233979Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5234833Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5235752Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5236597Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5237476Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5238436Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5239345Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5240239Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:28:18.5241180Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:28:18.5242111Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:28:18.5243172Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:28:18.5243906Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:28:18.5244403Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5245253Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5246203Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5247172Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5248093Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5248731Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5249849Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5250934Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5251882Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5252820Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:28:18.5253572Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5254502Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5255544Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5256612Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5257684Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5258825Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5259870Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:28:18.5260620Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5261503Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5262472Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5263451Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5264455Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5265492Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5266472Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5267559Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5268578Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5269683Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5270239Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5271180Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5272650Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5274111Z copying build/lib.linux-x86_64-cpython-38/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:28:18.5275187Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5275815Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:28:18.5280266Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:28:18.5281188Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:28:18.5282028Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:28:18.5283158Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:28:18.5285081Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5285657Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5286394Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5287318Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5288502Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5289340Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5290358Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5291144Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5291886Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:28:18.5293114Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5293771Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5294573Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5295424Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5296557Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5297534Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5298477Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5299473Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:28:18.5300949Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5301494Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5302380Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5303421Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5304424Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5305377Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5306264Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5307541Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5308163Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5308964Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5310233Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5311570Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5312499Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:28:18.5313592Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5314345Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5315352Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5316223Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5317057Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5317925Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5318836Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5319446Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5321856Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5322630Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5323320Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5324129Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:28:18.5324717Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5325152Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5325946Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5326891Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5327482Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5328515Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5329373Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:28:18.5330542Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:28:18.5331038Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:28:18.5332922Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:28:18.5333559Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:28:18.5333908Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:28:18.5334258Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:28:18.5334980Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5335854Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5336832Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5337446Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5340451Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5341898Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:28:18.5342803Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:28:18.5343236Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:28:18.5344512Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:28:18.5346049Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5346585Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5347207Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5348225Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5349874Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5350646Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5351543Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:28:18.5352675Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5354197Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5355096Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5356619Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5357102Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5358224Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5358783Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5359786Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5360712Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5361527Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5362918Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:28:18.5363966Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:18.5364860Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5365708Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5393315Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5421124Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5515847Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5615012Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5617037Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5621350Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5626170Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5630862Z copying build/lib.linux-x86_64-cpython-38/torch/bin/ProcessGroupGlooTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5635858Z copying build/lib.linux-x86_64-cpython-38/torch/bin/ProcessGroupNCCLTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5641650Z copying build/lib.linux-x86_64-cpython-38/torch/bin/ProcessGroupNCCLErrorsTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5646300Z copying build/lib.linux-x86_64-cpython-38/torch/bin/ProcessGroupMPITest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5647462Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5651662Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5657140Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5764946Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5770316Z copying build/lib.linux-x86_64-cpython-38/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5772069Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5802068Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:28:18.5805051Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5805675Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5809046Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5813046Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5817228Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5822181Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5825927Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5830004Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5835311Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5839756Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5844352Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5848378Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5852772Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5857288Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5861336Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5865624Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5869875Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5874668Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5879857Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5892599Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5896727Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5901125Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5905249Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5909498Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5913684Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5917865Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5922373Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5926835Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5931210Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5939980Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5944013Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5948185Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5961390Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5966229Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5970484Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5976681Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5981749Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5985858Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5990961Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.5995113Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6000355Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6003814Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_cuda_CUDATest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6007876Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6013919Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6018032Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6023373Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6027931Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6032848Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6037957Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6043614Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6047951Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6052509Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6056821Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6064328Z copying build/lib.linux-x86_64-cpython-38/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6068329Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6072711Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6077346Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6081740Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6088932Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6093289Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6097771Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6102281Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6106314Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6110849Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6116076Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6120425Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6124913Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6129217Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6135343Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6140129Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6144295Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6148726Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6153495Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6158791Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6163127Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6170166Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6174586Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6175453Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6179916Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6185013Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6189234Z copying build/lib.linux-x86_64-cpython-38/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6193676Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6194195Z copying build/lib.linux-x86_64-cpython-38/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6200709Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6204927Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6209197Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6213453Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6218449Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6227127Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6232556Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6243678Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6251447Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6262544Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6271654Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6276597Z copying build/lib.linux-x86_64-cpython-38/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6284251Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6288457Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6292846Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6297063Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6325871Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6330042Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6334405Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_atomic_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6339416Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_caching_host_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6344254Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6348864Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6353620Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_cub_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6358224Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6362594Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6368426Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6371950Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6376504Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6380432Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6385292Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6389266Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6393831Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6397747Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_stream_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6402613Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6407106Z copying build/lib.linux-x86_64-cpython-38/torch/test/cuda_cudnn_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:28:18.6411980Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6412491Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6413414Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6414512Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6415320Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6416473Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6417618Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6418567Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6419855Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6420408Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6421348Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6422427Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6423515Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6424499Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6425486Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6426493Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6427854Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6429079Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6431602Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6433769Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:28:18.6435047Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:28:18.6435738Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:28:18.6437574Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.6438393Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.6443818Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.6448192Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.6448766Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cuda_linalg.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.6454740Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.8188396Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9366550Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9367154Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9367456Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9373293Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9375825Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9378601Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10d_cuda_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9379647Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9515557Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:28:18.9517394Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9518049Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9519234Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9520170Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9521472Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9522130Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9523445Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9524739Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9525105Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9526309Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9527717Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9529291Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9530047Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9530850Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9531716Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9532481Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9533598Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9534362Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9535290Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9536131Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9537105Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9539445Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:28:18.9541459Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9541839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9542966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9543819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9544558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9545413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9546316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9547005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9548603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9549450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9550164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9550874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9551739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9553053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9553396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9554706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9555072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9556342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9557267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9558026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9559302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9560434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9561270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9562035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9563044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9563997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9565122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9565787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9566720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9567200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9568229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9569059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9569864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9570820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9572353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9573180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9573954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9574949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9576037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9577261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9578145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9579335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9580621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9581612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9582642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9583537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9584859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9585789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9586593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9587691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9588970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9589895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9591051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9592064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9593358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9594415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9595480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9596639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9597742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9598881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9599865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9600935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9602055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9603063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9604109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9605224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9606476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9608238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9609144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9610219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9611273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9612255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9613318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9614382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9615437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9616503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9617782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9618824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9619892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9620893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9621950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9622953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9623952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9624978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9626107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9628168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9629102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9630024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9631179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9632079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9633355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9634625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9635688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9636802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9638228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9639396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9640836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9642147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9643334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9644346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9645643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9646923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9647833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9649573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9650501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9651545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9652703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9654485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9655885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9657805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9670636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9676734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9687853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9688403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:28:18.9690080Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:28:18.9690662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:28:18.9691819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:28:18.9693305Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9694350Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9694986Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9696419Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9697526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9698543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9699696Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9701887Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9702792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9703834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9705120Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9706376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9707999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:28:18.9709984Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9710342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9711470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9712567Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9714384Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9715114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9716169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9716714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9718697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:28:18.9719300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9720313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9721057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9722066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9722885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9724852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:28:18.9726480Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9727017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9727551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9728819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9730282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9731348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9731964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9732485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9733431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9734200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9734886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9735701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9736317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9737597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9737936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9739302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9740175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9740909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9741787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9742647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9743944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9744409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9746518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9747076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9747571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9748573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9749258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9750031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9750794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9751958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9753453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9754080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9754923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9756187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9757018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9758323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9759508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9761135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9761587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9762977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9763820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9764750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9765473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9766617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9768240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9769242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9770918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9771903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9772920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9773896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9775032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9776041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9777039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9778026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9779101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9780115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9781058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9782041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9783009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9783953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9785398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9786479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9787337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9788382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9789357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9790379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9791473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9792750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9793881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9794546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9797845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9798817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:28:18.9800582Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9801509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9802415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9803344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9804416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9805163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:28:18.9807044Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:18.9808205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:18.9809418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:18.9810572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:18.9811690Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9812826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:28:18.9813762Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9814682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9815818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9816912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9818024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9819085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9820200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9821350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:28:18.9822235Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:28:18.9823226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:28:18.9824335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:28:18.9825437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:28:18.9826607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:28:18.9827425Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9828278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9829259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9830236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9831240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9832556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9833579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9834597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9835596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9836600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9837543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9838730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9839748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9840715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9841697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9842665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9843655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9844656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9845864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9846856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9847854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9848825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9849834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9850878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9851891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9852907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9853926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9854916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9855920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9857035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9858028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9859014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9859968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9860927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9861919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9862983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:28:18.9863938Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9864828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9865901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9866988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9868408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9869520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9870568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9871729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9872817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9873897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9874918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:28:18.9875831Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9876706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9877935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9879190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9880638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9881860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9883015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9884382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:28:18.9885463Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9886563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9887890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9889198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9890559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9892033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9893405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9894738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9898010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9899262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9900585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9901727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9902940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9904073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:28:18.9925831Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9926402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9927357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9928190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9929170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9930082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9931000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9931995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9932895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9933573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9934919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9935782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9936732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9937653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9938566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9939382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9940412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9941159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9942173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9943113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9943823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9944639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9945537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9946641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9947291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9948257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9949343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9950126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9950938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9952159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9952933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9953779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9954723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9955758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9956453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9957177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9957993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9959079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9960055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9961132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9962164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9963155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9964184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9965244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9966251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9967205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9968304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9969258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9970268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9971077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9972075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9973148Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9974472Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9975636Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9976719Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9977556Z copying build/lib.linux-x86_64-cpython-38/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:28:18.9978406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9979059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9979849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9980537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9981096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9981820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9982510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9983248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9984056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9984849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9985683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9986738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9987823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9988666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9989489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9990638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9991900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9992969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9993869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9994861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9995622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9996773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9997464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9998242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:18.9999410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0000432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0001308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0002082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0003800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0004599Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0005406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0006231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0007492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0009199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0010302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0011193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0012044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0012829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0013566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0014326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0015487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0016302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0017349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0018299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0019718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0020439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0021478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0022500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0023511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0024758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0026020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0026643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0027481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0028539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0029347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0030023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0031005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0031880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0032549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0033193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0034163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0034802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0035558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0036566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0037649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0038312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0039364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0040246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0042257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0043467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0044523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0045292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0046256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0047209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0048332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0049466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0050516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0051517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0052526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0053531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0054691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0055830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0056907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0057970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0059020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0060062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0061305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0062443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0063506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0064520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0065585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0066633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0067667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0068644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0069748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0070814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0071974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0072965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0074000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0075081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0076202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0077279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0078332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0079387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0080448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0081481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0082553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0083800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0084899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0085973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0086955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0087909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0088868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0089986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0091061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0092155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0093158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0094176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0095218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0096205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0097211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0098236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0099487Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0100718Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0101844Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0102936Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0104035Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0105124Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0106189Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0107235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0108482Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0109717Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0110834Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0112029Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0113141Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0114231Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0115381Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0116521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0117702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0118860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0120030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0121184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0122255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0123288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0124392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0125499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0126503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0127507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0128484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0129473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0130461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0131586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0132771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0133781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0134893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0135963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0136955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0137874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0138898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0140034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0141164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0142233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0143261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0144290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0145382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0146456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0147460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0148476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0149452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0150413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0151589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0152681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0153701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0154711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0155700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0156886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0157999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0159109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0160175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0161137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0162110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0163303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0164442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0165486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0166498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0167615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0168714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0169738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0170884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0172050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0173144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0174192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0175216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0176179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0177182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0178314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0179454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0180533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0181586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0182637Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0183828Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0184980Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0186041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0187199Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0188339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0189387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0190416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0191665Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0192825Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0193879Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0194871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0195901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0196949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0197975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0199035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0199999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0201044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0202100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0203125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0204188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0205206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0206384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0207518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0208581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0209532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0210553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0211507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0212428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0213364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0214326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0215291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0216392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0217454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0218465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0219423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0220530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0221627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0222690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0223722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0224723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0225743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0226843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0228020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0229087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0230129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0231199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0232419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0233523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0234643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0235818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0236947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0238055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0239199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0240247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0241240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0242236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0243396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0244516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0245576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0246701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0247817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0248868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0249910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0251063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0252332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0253468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0254575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0255613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0256671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0257895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0259081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0260202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0261254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0262305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0263336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0264347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0265384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0266637Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0267892Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0269082Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0270181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0271379Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0272055Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0272799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0273942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0275118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0276163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0277233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0278254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0279128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0280204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0281134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0282181Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0283396Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0284347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0285439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0286486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0287643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0288568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0289334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0290339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0291441Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0292645Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0293727Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0294431Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0295145Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0296029Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0297011Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0297908Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0298678Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0299463Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0300281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0301053Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0301970Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0303003Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0304005Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0304963Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0305976Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0306581Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0307140Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0307668Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0308244Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0308808Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0309452Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0310127Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0310800Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0311467Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0312049Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0312462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0312978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0313576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0314020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0314510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0314942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0315440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0315909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0316420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0316841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0317307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0317784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0318243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0318736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0319175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0319641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0320074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0320483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0321016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0321458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0322021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0322539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0322917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0323272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0323592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0324207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0324687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0325098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0325517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0325942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0326326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0326843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0327251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0327696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0328113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0328423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0328860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0329319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0329721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0330204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0330636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0331139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0331619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0332270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0332724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0333128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0333482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0333878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0334266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0334711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0335087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0335421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0335806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0336171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0336478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0336943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0337308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0337638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0338140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0338450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0338754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0339217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0339540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0339995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0340296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0340607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0340966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0341434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0341813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0342271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0342588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0343045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0343346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0343809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0344290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0344823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0346078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0346820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0347507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0348444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0349405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0350172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0351077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0352449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0353370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0354304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0354768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0355692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0356906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0365244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0366119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0367162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0368024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0368986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0369717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0370837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0371685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0372554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0373356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0374598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0375591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0376566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0377723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0378978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0379908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0380862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0382825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0383421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0384126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0385339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0386332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0387392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0388268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0389372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0390457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0391964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0393346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0394692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0395945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0396865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0398111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0399437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0400661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0401720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0403581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0404630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0405683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0406645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0407928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0409000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0410158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0411210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0412324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0414088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0414764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0415614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0416622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0417665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0418754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0419847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0420932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0422122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0423116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0424191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0425245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0427632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0428224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0428930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0429685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0430678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0431511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0432236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0433224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0434179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0434880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0435808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0436763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0437811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0438685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0439770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0440504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0441416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0442381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0443725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0444458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0445283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0446021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0446881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0447736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0449437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0450030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0450671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0451298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0452296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0453248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0454256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0455270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0456217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0457146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0458100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0458871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0460161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0460844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0462324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0462773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0464390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0464877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0465787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0467810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0468198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0468886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0469695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0470498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0471705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0472516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0473396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0474270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0475367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0475920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0476868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0477823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0478429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0479720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0480301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0481265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0482154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0482916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0483798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0484737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0485544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0487326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0488193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0488602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0489184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0490020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0490887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0491979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0492832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0493599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0495045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0496025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0497118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0498069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0499852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0500433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0501597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0502392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0503470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0505813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0506384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0506964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0508030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0509088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0510156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0511048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0512437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0513512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0514855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0515989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0516909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0518082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0519087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0520133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0522478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0523102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0523716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0524587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0525651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0526791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0528235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0528835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0530011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0531557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0532440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0534232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0535138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0536107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0536887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0537624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0538621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0539871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0540607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0541486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0542288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0543216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0544397Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0545248Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0546061Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0547274Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0548013Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0549138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0550111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0551071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0552152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0553348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0554053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0555140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0556057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0557141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0557935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0558833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0560000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0560841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0561728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0562725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0563807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0564728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0565707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0566684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0567695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0569337Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0570165Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0571046Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0571796Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0572466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0573197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0574050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0575233Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0575928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0577292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0578032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0578951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0579954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0580573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0581448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0582413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0583489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0583946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0585134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0586347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0587168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0587894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0589119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0589455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0590902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0592195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0593367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0594438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0595577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0596706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0597907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0599055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0600045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0601033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0602217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0603286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0604427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0605613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0606798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0607687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0608784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0609801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0610917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0612955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0613777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0614406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0615244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0616130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0617158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0617848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0618790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0619686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0620837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0621553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0622526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0623409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0624376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0625275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0626215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0627139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0628303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0629069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0630021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0630945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0632073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0632996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0633831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0634756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0635880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0636513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0637267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0638274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0639314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0640200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0641138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0641943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0642969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0643874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0644682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0645576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0646521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0647526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0648214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0649166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0650173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0651024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0651991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0652752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0653754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0654590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0656169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0656913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0658068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0658842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0659735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0660526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0661527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0662303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0663386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0664303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0665295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0666236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0667022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0668705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0669050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0669677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0670837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0671431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0672253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0673168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0674051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0675020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0676036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0677029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0678469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0679463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0680108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0681998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0682549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0683636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0684456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0685490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0686492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0687496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0688155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0689246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0690270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0691123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0692004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0692653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0694003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0694786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0695631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0696416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0697084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0698505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0699179Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0700101Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0701082Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0702172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0702927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0703859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0705091Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0705782Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0707591Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0708224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0708818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0709502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0710496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0711603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0712342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0713538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0714289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0715231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0716964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0717424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0718255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0719158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0720264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0720897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0721754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0722639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0723578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0724377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0725327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0726200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0727102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0727905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0729194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0729984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0730937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0731715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0732717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0733630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0734459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0735401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0736113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0737573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0738046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0739310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0740118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0740949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0741912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0744741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0745168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0745685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0746353Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0747061Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0747698Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0748591Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0749490Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0750648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0751922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0752914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0753411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0754411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0755292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0756226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0757277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0757985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0759037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0760132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0760784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0761696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0762588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0763393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0764421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0765289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0778440Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0779502Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0780083Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0780931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0781590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0782201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0782670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0783092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0783459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0783851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0784311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0784761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0785087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0785543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0786009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0786550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0787030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0787441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0787947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0788403Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0788778Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0789374Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0789744Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0790174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0790643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0790996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0792558Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0793467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0794517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0795737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0796912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0797854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0799002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0800234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0801310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0802388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0803493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0804743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0805814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0807042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0808322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0809368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0810532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0811620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0812707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0813913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0815260Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0816496Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0817367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0819649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0820234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0821014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0821859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0822939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0823765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0824961Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0825765Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0826860Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0827327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0828420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0829379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0830387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0831433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0832291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0842458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0843584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0844076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0845178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0845989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0846951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0847923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0848696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0849625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0850632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0852417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0853017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0854078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0854969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0855898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0857001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0858168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0858869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0860340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0861391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0862010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0863653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0864340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0865884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0866382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0867166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0868067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0868811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0869508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0870759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0871840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0872569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0873903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0874385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0875256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0876351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0876826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0877827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0879000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0880261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0880730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0881724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0882475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0884003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0884830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0885703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0886429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0887630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0888540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0889384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0890433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0891231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0892295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0893452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0894592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0895618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0896655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0897812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0899074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0900106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0901330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0902394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0903670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0904562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0905587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0906709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0908078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0909314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0910370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0910953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0912362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0913565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0914007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0914939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0916815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0917294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0918425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0919376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0920142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0922112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0922506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0923216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0923857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0924874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0925573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0926740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0927506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0928544Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0929459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0930700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0931454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0932251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0933152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0934018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0935079Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0935582Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0936732Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0937649Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0938468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0939310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0940222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0941073Z copying build/lib.linux-x86_64-cpython-38/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:28:19.0942063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0943039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0944414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0945023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0945997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0946663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0947912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0948351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0949433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0950903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0951855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0954034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0954982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0956171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0956722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0957807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0958391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0960362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0961438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0962523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0965721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0966945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0967822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0968542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0969599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0970470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0971229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0973101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0973812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0974500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0976562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0977580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0978680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0979722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0980736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0981550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0983601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0984507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0985064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0985881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0986932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0987348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0989012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0989777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0990652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0991769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0992301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0993817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0994416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0995376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0996249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0996955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0998176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0999153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.0999703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1000852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1001371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1002977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1003809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1005048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1006145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1007154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1008354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1009611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1010599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1011550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1012834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1014074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1015133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1016313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1017224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1018233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1019362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1020924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1022023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1024737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1025382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1026651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1027369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1028968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1029559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1031205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1032241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1037087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1037947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1038997Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1040541Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1042201Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1043273Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1044391Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1045652Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1046525Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1047555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1048605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1049672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1051003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1052049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1053118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1054166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1055316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1056752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1057911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1058988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1060363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1061363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1062446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1063621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1064981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1066146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1067165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1069426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1070320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1071878Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1072832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1073945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1075168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1076215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1077418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1078574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1079770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1080951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1082194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1083419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1084695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1087165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1088432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1090159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1092455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1093012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1094135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1094890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1095828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1096714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1098082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1098690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1099831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1100597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1102684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1103199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1104304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1104997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1105936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1106756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1107762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1108656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1109697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1110612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1111623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1112571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1113576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1114372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1115303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1116192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1117262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1118135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1119100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1120665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1121378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1122346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1123282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1124366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1125116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1125974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1127077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1128996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1129799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1130634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1131674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1133092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1133886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1134850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1135756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1137258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1137685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1139396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1139756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1141383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1142085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1143464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1144520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1145838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1147241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1148257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1148931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1149823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1150646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1151851Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1152729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1153599Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1154290Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1155498Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1156301Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1157229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1158215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1158583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1160075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1160862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1162322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1163243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1164007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1165268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1166350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1168235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1168878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1169595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1170728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1171640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1172761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1173942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1174968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1176943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1177589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1178357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1180218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1180705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1181653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1182450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1183092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1184434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1185034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1185933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1186935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1187870Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1188653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1189553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1190566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1191676Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1192447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1194555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1195261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1196305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1197175Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1198147Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1198802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1199834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1201088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1201703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1202381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1203388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1204132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1205219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1206378Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1207099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1207751Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1208746Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1209961Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1210481Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1212017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1212705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1214205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1214877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1215852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1216732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1217545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1218421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1219809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1220437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1221258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1223026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1223364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1224067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1225039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1226125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1226581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1227648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1228429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1229829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1230634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1231528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1232661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1233723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1234666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1235846Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1236586Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1237589Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1238556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1239783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1240520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1241742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1242610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1243406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1245358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1245762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1246353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1246873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1249043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1249428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1249933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1250979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1251873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1252694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1253430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1254876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1255711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1256466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1257182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1257987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1259049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1259746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1260653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1261629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1262362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1263313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1264341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1264921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1266090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1266649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1268472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1268874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1269710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1271023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1272475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1273507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1274567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1275881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1277123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1278208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1279408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1280585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1281728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1283227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1284300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1285429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1286470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1287570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1288712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1290527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1291342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1292276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1293159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1294054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1295157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1296314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1297320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1298428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1299549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1300754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1302140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1303057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1304122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1305186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1306317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1307395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1308454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1309751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1310671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1312026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1313130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1314203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1315447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1316600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1317676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1318713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1320076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1321452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1322363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1323994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1325160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1326235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1327286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1328433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1329784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1330722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1331662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1332736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1333819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1334934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1336015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1337121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1338180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1339331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1340882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1341747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1342839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1343891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1344978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1345987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1347081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1348530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1349552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1350479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1351813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1352970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1354066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1355226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1356285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1357475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1358551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1360004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1360899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1361991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1363159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1364379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1365407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1366540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1367720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1369338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1370090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1371074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1371957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1372989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1374142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1375262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1376130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1377433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1378598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1379551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1380715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1381958Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1382935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1383936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1385032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1386192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1387421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1388223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1389386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1390590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1391982Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1393572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1394758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1396401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1397715Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1398758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1399878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1401072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1402224Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1403308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1404358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1405390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1406675Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1407609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1408620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1409713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1411027Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1411917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1412988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1414047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1415289Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1416353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1417464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1418428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1419617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1420760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1422037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1422940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1423983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1425062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1426221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1427416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1428525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1429553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1430765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1432052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1433327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1434351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1435765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1436638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1437571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1438803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1440031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1441319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1442473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1443418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1444726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1445722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1447001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1448036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1449163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1450224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1451275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1452265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1453375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1454443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1455763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1456746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1457795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1458887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1459928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1461233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1462379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1463266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1464473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1465750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1467140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1468501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1469849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1470820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1472026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1473191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1474251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1475342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1476703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1477619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1478771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1479863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1481011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1482064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1483271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1484347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1485651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1486544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1487964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1488947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1490208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1491389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1492528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1493570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1494640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1495752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1496945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1498022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1499130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1500224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1501289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1502596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1503535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1504693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1505662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1506751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1507998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1509224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1510180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1511494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1512658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1513741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1515095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1516037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1517138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1518213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1519389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1520464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1521568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1522847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1523738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1524818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1525852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1526967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1528149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1529858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1530453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1531466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1532630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1533744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1534614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1535689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1537072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1537895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1538984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1540764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1541768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1542993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1543978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1545187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1546425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1547434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1548477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1549620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1550800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1551851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1553648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1554816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1556111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1556990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1557953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1559236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1560486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1561621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1562798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1563730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1564882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1565976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1567381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1568420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1569526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1570639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1571842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1572874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1573939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1574981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1576392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1577357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1578417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1579432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1580582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1581894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1582958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1584114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1585524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1586712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1587741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1588841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1589932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1590864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1592182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1593196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1594568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1595489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1596516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1597911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1599025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1600102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1601193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1602265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1603499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1604544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1605627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1606825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1607771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1609051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1610170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1611300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1612185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1614144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1614837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1616230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1617400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1618405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1619697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1620570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1621576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1622756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1624218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1625112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1626501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1627590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1628438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1629555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1630566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1631948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1633104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1634398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1635422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1636512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1637421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1638876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1639864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1640894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1642159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1643272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1644234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1645452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1646431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1647759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1648874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1649889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1650933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1652097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1653307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1654358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1655427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1656791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1657964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1658946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1659913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1661085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1662433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1663457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1664578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1665677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1667071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1667953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1669055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1670037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1671185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1672556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1673649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1674723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1676045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1677031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1678068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1679274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1680466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1681618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1682663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1683725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1685096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1686710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1687808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1688866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1690094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1691167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1692282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1693564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1694891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1695862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1696942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1697906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1699039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1700283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1701602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1702683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1703841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1705219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1706244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1707269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1708365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1709409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1710473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1711604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1712671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1714970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1715960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1716880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1717984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1719101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1720167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1721349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1722500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1723787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1724888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1725985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1727042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1728334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1729243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1730327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1731527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1732696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1733699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1734796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1735992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1737176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1738092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1739235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1740613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1741714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1742870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1743854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1744899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1746227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1747098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1748243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1749385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1752026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1752641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1753214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1753934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1755274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1756370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1757558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1758552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1760387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1761440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1762631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1763560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1764958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1765955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1767005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1776224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1776855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1777412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1777990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1778533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1779226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1779904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1780494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1781080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1781805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1782372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1782927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1783604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1784192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1784735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1785350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1786116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1786682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1787396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1788175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1788780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1789352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1789948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1790564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1791163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1791904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1792467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1793063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1793772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1794372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1794983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1795710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1796543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1797214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1798256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1799236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1800522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1801173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1802047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1802861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1805087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1805589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1806342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1806916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1807636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1808863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1809804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1810694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1811596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1812537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1813416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1814235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1815180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1816176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1817116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1818088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1819460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1820376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1821373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1822844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1823706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1824392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1825209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1825828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1827248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1828067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1829423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1830331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1831454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1832407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1833213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1834407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1835639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1836317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1837326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1838576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1840463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1840928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1841523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1843069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1843893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1844490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1845265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1846106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1847559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1848058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1849395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1850078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1851042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1852166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1853004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1854061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1855022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1855940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1856876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1857748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1858688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1859480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1860266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1861107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1861751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1862636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1863514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1864444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1865111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1866348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1866780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1867863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1868479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1869494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1870377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1871205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1872625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1874265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1874824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1875908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1876860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1877930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1878952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1879628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1881002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1882443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1882994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1884102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1884850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1885943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1886860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1887875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1888875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1889854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1890741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1892046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1893051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1893959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1894839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1895849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1896721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1898278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1898839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1899889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1900835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1901775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1902752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1903720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1904650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1905725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1906888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1907839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1909002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1909869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1910932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1912072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1912990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1913990Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1914896Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1915954Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1916824Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1917766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1919280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1919787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1920866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1921863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1922618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1923622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1924563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1925640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1926533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1927631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1928342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1929493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1930320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1931315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1932356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1933162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1934277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1935221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1936229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1937162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1938170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1939189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1940204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1941157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1942125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1943081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1944128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1945649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1946631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1947307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1948252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1949186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1950099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1951234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1952192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1953036Z copying build/lib.linux-x86_64-cpython-38/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:28:19.1953709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1954614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1955488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1956776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1957216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1958154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1959245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1959936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1960926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1961812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1962760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1963655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1964670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1965522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1966493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1967518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1968570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1969448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1970351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1971328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1972625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1973610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1974526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1975358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1976312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1977306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1978242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1979039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1979970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1981010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1981800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1983084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1983539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1984945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1985621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1986385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1987263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1988259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1989147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1990462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1991023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1992154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1993023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1994097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1995043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1995898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1996607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1997448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1998151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1999227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.1999974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2000988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2001928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2003028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2003994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2005412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2006100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2007132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2008085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2008953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2009989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2010976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2012631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2013228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2014191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2014848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2015839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2016483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2017495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2018203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2019130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2019898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2020980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2021514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2022459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2023163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2024082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2024671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2025636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2026372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2027403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2028075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2029004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2029806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2030631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2031410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2032806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2034156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2034969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2035606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2036504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2037354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2038356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2039216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2040144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2041710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2042127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2042922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2043767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2044539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2045151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2046176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2047041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2047949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2049291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2049853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2051370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2051892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2053085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2054511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2055158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2055858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2056476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2057469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2058467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2059322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2060317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2061330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2062452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2064011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2064982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2065635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2066606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2067474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2068307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2069405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2070181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2071675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2072146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2073498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2074544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2075407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2075837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2077181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2077917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2078870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2079671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2080983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2082177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2082668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2085247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2085611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2086059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2086439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2087312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2088220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2089471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2090462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2091694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2092720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2093847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2095549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2096126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2097138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2098340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2099353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2100423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2101645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2102973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2103929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2104969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2106136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2107200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2108406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2109531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2110538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2111933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2113023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2114144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2115263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2116422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2117498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2118697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2120006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2121128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2122050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2123432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2124672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2125633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2126769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2127754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2129005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2130325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2131589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2132870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2134275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2135285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2136346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2137515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2138862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2139903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2140926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2141924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2143745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2144359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2145350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2146382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2147560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2148709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2150089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2150961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2152181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2153420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2154570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2155553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2156814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2157866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2158967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2160160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2161466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2162654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2163685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2164835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2166146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2167193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2168255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2169422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2170685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2171715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2172782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2173898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2175127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2176384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2177561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2178722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2179833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2180965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2182226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2183501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2184481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2185553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2186563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2187742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2188887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2190144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2191193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2192443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2193576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2194921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2195971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2197031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2198083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2199385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2200678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2201741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2202650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2203657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2205530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2206306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2207393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2208407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2209439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2210624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2211778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2212746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2213929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2215214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2216545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2217447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2218688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2219484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2220936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2222125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2223070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2224163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2225406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2226276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2227359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2228674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2229696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2230909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2232884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2234003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2235779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2236352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2237006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2237849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2238827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2239860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2240972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2242272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2243305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2244354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2245444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2246679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2247674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2248738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2249869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2251088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2252041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2253238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2254311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2255313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2256450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2257679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2258650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2259696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2260904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2261958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2263063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2264121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2265341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2266297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2267338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2268409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2269653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2270662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2271961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2272996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2274159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2275201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2276909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2278062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2279265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2280541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2281721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2282613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2283639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2284823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2286077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2287057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2288228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2289294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2290307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2291492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2292643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2293944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2294820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2295943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2297118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2298217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2299511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2300290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2301318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2302486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2303612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2304839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2306094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2307244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2308194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2309376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2310601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2311699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2312858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2313898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2314995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2316098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2317147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2318279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2319543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2320695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2321873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2322903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2324078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2325064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2326085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2327110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2328249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2329484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2330555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2331674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2332987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2333822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2334918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2335850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2336973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2337976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2339172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2340296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2341440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2342430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2343707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2344645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2345844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2346816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2348458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2349483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2350774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2352532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2353326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2354383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2355412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2356497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2357752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2359050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2359920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2361707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2362575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2363557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2364721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2365865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2366806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2368098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2369195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2370310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2371464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2372665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2373807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2374799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2375755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2376887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2377897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2378991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2380209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2381268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2382314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2383477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2384593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2385852Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2386823Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2387921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2388981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2390260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2391211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2392655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2393840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2395000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2396105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2397358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2398299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2399414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2400554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2401756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2402852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2403815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2404932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2406145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2407315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2408511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2409687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2410749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2411798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2412997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2414011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2415156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2416130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2417205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2418468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2419471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2421019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2422098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2423188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2424444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2425433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2426452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2427542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2428575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2429715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2430936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2432074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2433413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2435173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2435897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2436669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2437853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2439156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2440058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2441970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2442542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2443530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2444743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2446001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2447269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2448190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2449302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2450414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2451699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2452798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2453923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2454801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2455971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2457217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2458280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2459845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2460496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2461473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2462544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2463514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2464717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2465642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2466941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2467756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2469084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2470101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2471122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2472346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2473539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2474878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2476106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2477277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2478244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2479524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2481569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2482171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2483007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2484065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2485403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2486537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2487643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2488846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2489802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2491162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2492125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2493886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2494984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2496310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2497226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2498474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2499525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2500568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2501869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2502917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2503997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2504987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2506308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2507333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2508409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2509671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2510622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2511894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2514035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2514816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2515948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2516967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2518176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2519407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2520470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2521854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2522864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2523833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2524988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2526244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2527328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2528512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2529574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2530788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2532029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2533019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2534144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2535251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2536306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2537344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2538619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2539647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2540666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2541754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2542880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2544267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2545372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2546430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2547624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2548697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2549733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2550911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2552219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2553222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2556586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2557170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2557725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2558292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2559062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2560194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2560609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2561270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2562436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2563430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2564645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2566361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2567596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2568549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2569634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2570778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2571876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2572886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2573964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2575123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2576497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2577408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2578451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2579579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2580840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2582020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2582981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2584070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2585120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2586370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2587468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2588340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2589790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2590530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2591927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2592681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2593655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2595158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2595799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2596887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2598186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2599450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2600506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2601651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2602768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2603752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2604893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2606314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2607294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2608412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2609517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2610717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2611769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2613053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2614020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2615266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2616273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2617471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2618487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2619597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2620916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2621873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2623042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2624076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2625150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2626486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2627534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2628484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2629874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2630957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2632193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2633286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2634236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2635514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2636736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2638694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2639860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2640872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2642013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2642920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2644263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2645267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2646213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2647578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2648536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2650005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2650836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2652005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2653029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2654202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2655453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2656665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2657618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2658819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2659768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2660853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2661966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2663060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2664127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2665273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2666629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2667671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2668654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2669740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2671089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2672327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2673985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2675829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2676488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2677805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2679049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2679942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2681069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2682156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2683266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2684382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2685776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2686788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2687824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2689092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2690444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2691373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2692421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2693510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2694640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2695834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2697026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2697998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2699033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2700215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2701284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2702421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2703605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2704600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2705751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2706917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2708000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2709174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2710120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2712547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2713663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2714387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2715427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2716576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2717762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2718835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2720155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2721218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2722253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2723462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2724239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2725362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2726494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2727532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2728642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2730129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2730896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2731925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2733008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2734282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2735361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2736292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2737344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2738391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2739929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2740757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2741787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2742807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2743962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2745604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2746340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2747403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2748801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2749801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2750729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2752006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2753224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2754300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2755345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2756459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2793466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2794244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2794654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2795052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2795452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2796014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2796616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2797162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2797589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2797979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2798391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2798771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2799132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2799593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2799991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2800342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2800729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2801127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2801426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2801796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2802138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2802515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2802937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2803409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2803804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2804224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2804532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2804815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2805314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2805671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2806084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2806464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2806765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2807141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2807530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2807882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2808419Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2808969Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2809457Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2809891Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2810407Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2810867Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2811412Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2811830Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2812290Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2812757Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2813160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2813498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2813910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2814320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2814784Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2815219Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2815636Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2816113Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2816536Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2817109Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2817588Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2818012Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2818505Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2819040Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2819485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2819880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2820359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2820841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2821345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2821817Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2822291Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2822690Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2823171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2823538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2823927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2824351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2824732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2825127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2825597Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2826009Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2826409Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2826746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2827119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2827490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2827937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2828333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2828669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2829301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2830301Z copying build/lib.linux-x86_64-cpython-38/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:28:19.2831166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2832309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2834065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2835058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2835685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2836681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2837300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2838255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2839203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2840174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2841101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2842032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2842764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2844469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2844923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2845981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2846633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2847898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2849016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2849619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2850418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2851252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2852775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2853189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2854799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2855181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2856346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2856994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2857703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2858336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2859529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2860478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2861082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2862481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2862894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2863635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2864486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2865696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2866686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2867389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2868297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2869121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2870194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2871012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2872269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2873185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2874480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2875378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2876134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2877046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2878180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2879045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2879865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2880629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2881841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2882702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2883693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2884692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2885601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2886563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2887501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2888448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2889441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2890352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2891448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2892254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2893647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2894572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2895491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2896726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2897511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2898906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2899385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2900671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2901897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2902845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2903743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2904695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2905703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2906783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2907648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2908595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2909615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2910435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2911453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2912382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2913326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2914300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2915224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2915973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2917089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2917885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2918810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2919701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2920564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2921503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2922471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2923346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2924188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2925168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2926096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2926967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2927824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2928701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2929532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2930461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2931495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2932305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2933136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2934073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2934930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2935846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2937014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2938041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2938883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2939820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2940757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2941904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2942771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2943567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2944524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2945311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2946410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2947148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2948396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2949472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2950201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2951836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2952159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2953023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2954463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2954974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2956656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2956996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2957814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2958912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2959709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2960597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2961600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2962806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2963526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2964303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2965210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2966239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2967073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2967984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2968880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2969963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2971453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2972098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2972959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2973710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2974954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2975937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2977153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2977551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2978522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2979342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2980768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2981671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2982551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2983577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2984856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2986032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2986930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2988286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2989542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2990585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2991658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2992819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2994724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2995632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2996781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2997920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.2999907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3000673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3001514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3002491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3003488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3004775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3005824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3006881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3008060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3009526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3010436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3011731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3012767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3014031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3015054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3016105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3017301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3018408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3019809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3020827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3022374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3023499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3024528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3025697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3026782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3027999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3028951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3030042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3031144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3032450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3033535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3034645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3035766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3036925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3038163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3039464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3040672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3041836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3042996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3043996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3045137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3046269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3047613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3048938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3050070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3051075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3052322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3053448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3054488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3055593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3056736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3057887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3059144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3060131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3061266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3062491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3063725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3064820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3065895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3067293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3068094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3069534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3070440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3071974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3073042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3074086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3075215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3076299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3078253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3079125Z copying build/lib.linux-x86_64-cpython-38/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:28:19.3080029Z copying build/lib.linux-x86_64-cpython-38/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:28:19.3081067Z copying build/lib.linux-x86_64-cpython-38/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:28:19.3082099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3083358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3084647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3085581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3086708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3089533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3090230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3090820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3091808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3092501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3094928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3095507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3096275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3097309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3098612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3099523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3100673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3103027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3103645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3104518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3106469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3107501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3108088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3108872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3109454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3110614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3111796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3113601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3114299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3115299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3116568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3117489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3118858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3120011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3121296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3122250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3123441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3124427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3125880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3126870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3128046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3128951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3130060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3131146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3132227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3133354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3134593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3135561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3136755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3137835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3138922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3139958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3141037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3142190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3143298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3145258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3145945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3146607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3147830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3148871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3149949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3151046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3152336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3153607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3154602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3155659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3156904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3157901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3159085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3160175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3161272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3162386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3163452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3164993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3167212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3167846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3168833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3170314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3172117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3172851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3173703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3174606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3175619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3176628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3177809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3178837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3180099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3181174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3182152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3183244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3184421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3185713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3186642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3187783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3188817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3190772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3191814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3192482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3193663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3194762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3196068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3197132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3198556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3199574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3200516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3201556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3202878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3203967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3205069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3206125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3207308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3208440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3209571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3210771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3226819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3227567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3228217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3229004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3229708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3230445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3231056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3231832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3232755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3233440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3234024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3234945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3235763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3236595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3237160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3237743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3238273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3239012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3239649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3240201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3240968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3241638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3242186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3243014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3244643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3245494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3246227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3247149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3247801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3248192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3248550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3248858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3249383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3250574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3251366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3252357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3253490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3254418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3255518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3256892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3258032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3259078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3260386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3261216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3262276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3263381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3264789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3265772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3267037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3267771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3269001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3270239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3271105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3272445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3273588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3274728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3275741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3277315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3278087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3279261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3281003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3281825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3282770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3283987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3285302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3286177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3287240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3288263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3289433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3290440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3291571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3292609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3293750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3294931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3296088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3296995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3298252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3299254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3300402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3301556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3302952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3303776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3304934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3305771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3306994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3308276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3309422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3310721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3311620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3312982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3314805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3315620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3316815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3317756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3318926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3320569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3321846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3322741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3324059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3325063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3325970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3327240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3328228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3329627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3330675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3331597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3332721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3333957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3335007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3336121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3337187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3338318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3339449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3340594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3341690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3342782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3344028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3344979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3346118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3347418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3348631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3349659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3350672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3351858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3353686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3354847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3356104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3357109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3358493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3359481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3360639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3361811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3362834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3364244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3365362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3366653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3367395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3368500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3370801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3371440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3372026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3373064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3373774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3375165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3376239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3377272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3378332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3379483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3380614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3381873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3383087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3384097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3385191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3386117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3387750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3389315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3390107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3391474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3392904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3393789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3394508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3395889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3397135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3398429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3399555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3400756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3402087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3403040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3404129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3405335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3406324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3407398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3408428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3409555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3410780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3411803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3412872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3413915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3415058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3416296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3417297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3418359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3419492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3420558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3421938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3422970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3423971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3425067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3426121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3427243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3428389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3429372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3430764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3431901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3433249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3433915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3434950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3436458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3437147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3437992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3439038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3439952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3441159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3442179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3443171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3444510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3445829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3446806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3447887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3449036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3450005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3451213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3452309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3453455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3454531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3455608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3456808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3458041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3459651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3460819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3461981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3463412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3464403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3465445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3466389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3467722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3468912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3469902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3471163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3472323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3474583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3475564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3476691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3477879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3478997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3480070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3481162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3482276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3483396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3484512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3485754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3486937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3487882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3489043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3490186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3491168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3492383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3493692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3494690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3495813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3496805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3498058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3499086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3500172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3501775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3503231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3504322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3505434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3506509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3507780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3508780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3509888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3510984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3512268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3513403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3514687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3515985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3517031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3518520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3519338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3520618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3521661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3522785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3523862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3525151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3526156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3527265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3528387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3529638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3530654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3531985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3533033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3534927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3535500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3536713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3537645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3539384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3540144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3541109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3542249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3543169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3544813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3545806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3546504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3547449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3548476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3549594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3550764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3552257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3553406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3554563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3555871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3557075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3558076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3559145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3560359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3561409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3562820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3563837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3564951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3566029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3567210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3568477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3569598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3570557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3571717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3573013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3573937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3575095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3576195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3577557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3578441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3579724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3580897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3582294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3583369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3584323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3585473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3586719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3587824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3588919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3589977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3591361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3592537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3593623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3594747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3596039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3597286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3598308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3599397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3600868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3601869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3603041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3605722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3606746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3609242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3609991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3610575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3611148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3611706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3612379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3612978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3614266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3615386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3616481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3617562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3618655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3619878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3621156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3622135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3623315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3624335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3625509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3626552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3627697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3628915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3630136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3631486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3632726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3634387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3635617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3636658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3637787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3638937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3640208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3641278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3642405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3643527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3644845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3645895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3647181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3648210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3649507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3650580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3651776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3652770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3654071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3655129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3656240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3657232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3658550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3659677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3660634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3661845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3662919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3664173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3665306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3666522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3667446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3668502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3669705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3671124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3672472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3673385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3674502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3675788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3676784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3678079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3679166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3680432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3682120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3683088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3684127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3685467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3686590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3687731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3688988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3689921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3691065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3692257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3693311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3694462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3695549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3696712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3697773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3699277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3700232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3701392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3702525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3703664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3704711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3705818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3707072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3708172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3709454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3710651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3711921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3713119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3714230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3715327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3716634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3717685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3718810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3719876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3721186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3722266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3723403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3724418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3725603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3726648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3728032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3729138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3730163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3731376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3732585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3733695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3735029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3735999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3737101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3738149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3739405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3740509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3741600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3742646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3743831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3744977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3745933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3747120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3747920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3750373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3750791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3751720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3752672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3753648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3755537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3756520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3757627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3758889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3760072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3761443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3762444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3763341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3764550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3765798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3766705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3767846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3769131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3770188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3771346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3772595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3773602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3774718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3775841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3777172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3778128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3779255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3780358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3781563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3782664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3783805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3785008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3786182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3787241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3788418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3789595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3790855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3792060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3793459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3794718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3796020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3797131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3798239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3799392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3800508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3801790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3802838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3803941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3805249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3806410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3807409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3808441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3809494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3810747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3811841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3813194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3814258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3815321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3816375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3817434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3818722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3819875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3820962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3822228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3823314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3824759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3825635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3826743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3827923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3829774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3830823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3832109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3833188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3834250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3835564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3836734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3837697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3839150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3840210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3841267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3842370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3843466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3844478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3845685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3846806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3848083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3849110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3850327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3851317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3852564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3853632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3854778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3855878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3856928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3858041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3859376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3860579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3861696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3862952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3864243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3865134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3866463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3868387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3869001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3869765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3870992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3872126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3873498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3874542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3875592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3876754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3877972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3879118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3880325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3881525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3882433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3883683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3884869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3885906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3887038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3888235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3889562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3890601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3891709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3892801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3893957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3895247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3896465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3897576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3898785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3899820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3900851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3902123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3904128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3904898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3906081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3907310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3908410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3909602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3910819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3911988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3913011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3916919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3917845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3918293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3920180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3920658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3921385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3921861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3922911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3924098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3924745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3925629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3926884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3927739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3928597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3929464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3930351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3931326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3932881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3933410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3934308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3934928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3935697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3936787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3937784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3938833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3939538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3941489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3941880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3942614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3943387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3944157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3945041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3945749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3946587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3947437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3948326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3949306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3950127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3950909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3952348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3953360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3954269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3954970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3956166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3956788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3957854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3958607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3959704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3960827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3961814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3962506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3964216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3964642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3965396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3966500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3968026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3968849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3969571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3970445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3971116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3972136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3973047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3974258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3975307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3976092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3977081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3978334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3979377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3980195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3981098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3982126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3983080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3985156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3985588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3986030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3987949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3988464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3988903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3990115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3990982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3992102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3993178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3993993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3994972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3996040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3996899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3997601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3998870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.3999805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4000913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4001821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4002656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4003487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4004550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4005190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4006409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4007388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4008280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4009331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4010185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4011010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4011926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4012882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4029935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4030680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4031581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4032122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4032512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4032912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4033233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4033610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4033986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4034285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4034832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4035147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4035500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4035851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4036266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4036569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4036917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4037415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4037816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4038255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4038712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4039122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4039422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4039807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4040185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4040580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4040912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4041226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4041537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4042023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4042579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4043164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4043548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4044009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4044754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4045335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4046189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4046940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4048171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4049139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4050108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4051076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4052320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4053173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4053994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4054796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4055700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4056356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4057644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4058479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4059701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4060551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4061776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4062618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4063603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4064683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4065575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4066393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4067499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4068689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4069593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4070987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4071888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4072894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4073652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4074691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4075662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4076733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4077947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4078809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4079805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4080773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4081887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4084174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4084521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4085596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4086083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4086510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4087301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4088815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4090018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4090352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4091668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4092462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4093166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4094390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4095171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4096846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4097409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4098364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4099946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4100401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4100797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4102120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4103214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4104503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4105535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4106776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4107692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4108773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4109896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4111429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4112502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4114208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4115416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4116686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4117969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4119138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4120144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4121358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4123188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4123767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4124667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4125783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4127075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4128839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4129183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4130278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4131123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4132340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4133177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4134194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4135499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4136041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4136985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4138282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4139173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4140320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4141181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4143072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4144203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4145632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4146178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4147049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4147848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4148871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4149530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4150464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4151889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4152654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4153461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4154454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4155437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4156215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4158068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4158616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4159736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4161837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4162287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4162840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4164030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4164744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4165410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4166944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4167927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4168688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4169338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4170951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4171734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4172717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4173978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4174527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4175904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4176599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4178018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4179261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4180305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4181629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4182635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4183705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4184875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4186083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4187111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4188095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4189330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4190449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4191760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4193001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4194027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4195162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4196272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4197311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4198599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4199742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4200934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4202144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4203252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4204420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4205424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4206552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4207957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4208992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4210106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4211198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4212221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4213355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4214757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4215843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4217114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4218259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4219519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4220408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4221791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4222824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4223832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4224998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4226388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4227424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4229081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4230180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4231469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4232763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4233724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4234802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4236064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4237207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4238335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4239585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4240823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4241805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4243050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4244046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4245339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4246639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4247539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4248573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4249752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4250994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4252096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4253005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4254272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4255673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4256659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4258255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4259186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4260391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4261355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4262506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4263459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4264841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4265854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4266980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4268130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4269332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4270752Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4271836Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4273774Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4274845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4276001Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4277139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4278225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4279972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4280810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4281895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4283036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4284082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4285183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4286310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4287532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4288807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4289743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4290922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4292163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4293285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4294349Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4295643Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4296828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4297958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4299125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4300299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4301419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4302552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4304326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4305482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4306597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4307761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4308816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4310009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4311232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4312505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4313577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4314709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4316059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4317267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4318220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4319483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4320472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4321824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4322830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4323908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4325045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4326345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4327482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4328593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4329652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4330835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4332128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4333294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4334411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4335676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4336781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4337962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4339291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4340356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4341453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4342506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4343782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4344781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4345922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4347179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4348092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4349141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4350454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4351899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4353055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4354154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4355269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4356297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4357698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4358719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4359788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4360948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4363164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4363782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4364509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4365463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4366675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4368713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4369270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4369980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4371143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4372341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4373510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4374639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4375691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4376988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4378465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4379825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4380830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4381955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4383201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4384372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4385480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4386603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4387827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4388865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4389962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4391079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4392285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4393574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4394631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4395850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4397014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4398541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4399812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4401090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4402028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4403045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4404483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4405641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4406585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4407728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4408749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4409997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4411293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4412395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4413426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4414749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4416063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4417224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4418187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4420194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4420753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4421651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4422790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4423810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4425007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4426108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4427210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4428585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4429617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4431733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4432243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4433229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4434985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4436070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4437247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4438379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4439580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4441148Z copying build/lib.linux-x86_64-cpython-38/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:28:19.4442308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4443476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4444684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4445995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4447033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4447986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4449193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4450314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4451461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4452760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4454140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4455685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4456700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4457841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4459068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4460291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4461146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4462466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4463614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4464610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4465740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4466745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4467816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4469023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4470143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4471641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4472696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4473903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4475124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4476437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4477503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4478443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4479677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4480968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4481959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4483098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4484282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4485266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4486446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4487527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4488864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4490039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4490978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4492052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4493334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4494591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4495686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4496976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4497823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4499044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4500097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4501294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4502448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4503484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4504691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4505991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4507000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4508122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4509332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4510426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4511629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4512860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4514227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4515139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4516274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4517385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4518842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4520001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4520875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4522194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4523616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4524544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4525551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4526885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4528673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4529734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4530844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4531880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4533136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4534294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4535535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4536487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4537738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4542223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4542910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4543495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4544192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4544958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4545555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4546150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4546722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4547524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4548559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4549530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4550586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4552133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4553256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4554475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4555482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4556789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4557997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4558970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4560113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4561221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4562429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4563496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4564670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4565878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4567110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4568247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4569622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4570429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4571516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4572805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4573961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4575136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4576127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4577293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4578570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4579764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4580697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4581844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4582954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4584163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4585233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4586327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4587706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4588682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4589755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4590757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4592134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4593209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4594459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4595713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4596729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4598133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4599260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4600506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4602095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4603119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4604342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4605703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4606698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4607805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4608944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4610366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4611279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4612619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4613902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4615079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4616173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4617362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4618366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4619586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4620637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4621966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4623008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4624187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4625344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4626428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4627310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4628581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4629697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4630813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4631988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4633868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4634939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4636159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4637488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4638477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4639730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4641008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4642319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4643353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4644524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4645609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4646725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4648036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4648985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4650160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4651413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4652812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4653960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4655163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4656375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4657606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4658822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4659938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4660981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4662272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4663352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4664438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4665716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4666769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4667848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4669097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4670070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4671646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4672643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4673741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4675024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4676142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4678972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4679865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4680890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4682169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4682921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4684202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4685470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4686466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4687569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4688559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4689574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4690745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4692043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4693898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4694843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4696157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4697092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4698339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4699569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4700605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4701831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4703004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4704142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4705121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4706464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4707702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4708919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4709950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4711007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4712414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4713634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4714691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4716041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4717090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4718097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4719257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4720642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4721898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4722746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4723831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4725249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4726337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4727451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4728501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4729572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4730762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4731915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4733234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4734582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4735604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4736732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4737759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4738922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4740180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4741297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4742393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4743690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4744725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4745858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4746973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4748204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4749403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4750552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4751571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4753807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4754811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4755804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4756825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4757995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4759105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4760523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4761919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4762908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4763958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4765317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4766321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4767433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4768516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4769892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4770876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4772017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4773309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4774690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4775960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4776934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4777848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4779119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4780240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4781386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4782711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4783924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4784902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4786058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4787268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4789802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4790815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4791943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4793000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4794053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4795125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4795931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4797298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4799237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4799888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4800700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4801412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4802267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4803518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4804474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4805424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4806409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4807303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4808389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4809308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4810329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4811397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4812496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4813530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4815278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4816045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4816882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4817525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4818501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4819660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4820570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4821485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4822307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4823042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4824715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4825318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4826538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4827731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4828635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4829689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4830720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4831744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4833180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4834145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4835914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4836770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4837746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4838706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4839757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4840933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4841973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4842978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4843873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4844930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4846043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4846929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4847889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4848677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4849690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4850490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4851424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4852415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4853414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4854254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4855214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4856155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4856910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4857663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4858765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4859533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4860480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4861402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4862535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4863529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4864438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4865332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4866409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4867315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4868286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4869321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4870436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4871670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4872657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4873722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4874884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4875773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4876817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4877763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4878820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4880203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4881234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4882280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4883114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4883782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4884895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4885984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4886835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4887666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4889086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4889946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4890949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4891950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4892965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4893855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4895009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4896113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4896869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4898141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4899448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4900554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4901539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4902684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4904002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4905147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4906256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4907373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4908472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4909698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4910841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4912021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4913895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4914975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4915994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4916966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4918055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4919166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4920133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4921095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4922348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4923510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4924486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4925524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4926477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4927675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4928810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4929930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4931151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4932184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4933183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4934033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4934931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4936194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4937404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4938212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4939339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4940066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4941209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4942165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4943122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4944001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4944862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4945948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4947293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4948159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4948872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4950109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4950794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4952338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4954258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4955048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4955928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4956704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4958277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4959254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4960473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4961382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4962212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4963227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4964387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4964934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4965939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4966938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4967835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4968760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4969882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4970673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4971725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4972631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4974126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4975129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4976260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4977029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4977814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4978809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4979688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4980555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4981527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4982851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4983795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4984511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4985407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4986440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4987439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4988445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4989746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4990777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4992235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4993336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4994389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4995430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4996633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4997507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4998361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.4999700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5000490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5001777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5002529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5003821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5005144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5006388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5007452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5008469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5009458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5010505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5011546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5012629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5013638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5014720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5015760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5016734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5017572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5018581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5019663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5020676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5021552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5022474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5023715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5024769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5025729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5026820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5027808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5028970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5029968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5030982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5032152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5033269Z copying build/lib.linux-x86_64-cpython-38/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:28:19.5034307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5035301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5036183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5037038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5037925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5039121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5040012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5040845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5041976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5042820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5043832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5044844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5046023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5047146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5047809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5048741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5049577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5050501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5051255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5052373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5053524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5054321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5055528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5056451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5057546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5058689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5059323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5060555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5061616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5062506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5063302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5063964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5064911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5065753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5066756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5067610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5068946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5069775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5070693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5071653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5072957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5073714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5074782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5075777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5076986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5078191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5079456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5080421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5081455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5082342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5083692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5084443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5086065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5086985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5088247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5089177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5090061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5091207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5091930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5093027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5094016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5095170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5096255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5096888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5097875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5098571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5099621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5100466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5101438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5102852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5104125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5105196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5106314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5107389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5108363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5109346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5111050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5112110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5113820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5115486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5116596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5117681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5118748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5119837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5120798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5121746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5123298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5124436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5125183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5126328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5127542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5128611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5129536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5130836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5131682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5132979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5133715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5135243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5136006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5137101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5138064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5139269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5140193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5141685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5142733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5143719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5144632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5145571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5147093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5147829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5149482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5150256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5151029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5152517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5153639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5155056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5156119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5157075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5158370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5159825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5160791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5161656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5162756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5164242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5165211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5166209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5166936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5167966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5169153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5170199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5171159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5172271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5172928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5174705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5175613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5176657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5177677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5178439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5179285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5180155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5180885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5181872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5184298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5185433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5186529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5187610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5188714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5189813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5191121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5192480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5193535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5194579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5195629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5196779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5197797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5198843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5199842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5200922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5202041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5203139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5204218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5205280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5206340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5207379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5208383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5209369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5210399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5211635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5212862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5213959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5215136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5216236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5217329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5218373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5219597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5220858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5221929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5222959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5223994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5225012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5226030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5227014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5228072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5229104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5230066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5231140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5232387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5233417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5234414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5235391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5236348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5237281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5238364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5239829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5241089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5242134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5243144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5244153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5245261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5246257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5247156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5248087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5249227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5250077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5251867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5252600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5254285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5264988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5266016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5266952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5267562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5268164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5268784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5269426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5270164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5270786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5271764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5272386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5272963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5273635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5274280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5275025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5275649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5276294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5276927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5277765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5278697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5279580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5280279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5281025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5281767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5282772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5283985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5285001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5286089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5286690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5287344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5287941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5288606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5289291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5289992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5290664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5291413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5292298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5292928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5293739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5294478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5295119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5296009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5297164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5298191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5298794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5299673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5300494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5301302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5302386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5303359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5304056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5305114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5305593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5306875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5307620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5308725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5309543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5310465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5311210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5312714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5313347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5314300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5315196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5316087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5317088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5317887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5319357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5320173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5321159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5322061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5322649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5323979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5324552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5325481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5326509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5327285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5328179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5328944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5329877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5330615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5331413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5332249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5333138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5333882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5334687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5335566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5336414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5337192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5338255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5339240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5340089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5340887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5341784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5342669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5343473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5344258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5345172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5346062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5346884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5347731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5348512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5349384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5350073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5351987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5352646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5353709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5354451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5355462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5356713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5357507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5358367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5359227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5360589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5361329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5362193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5363618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5364736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5365518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5366961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5367706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5368373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5369298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5370256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5371593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5371995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5373362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5374151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5375181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5376029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5376848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5378344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5379043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5380180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5381126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5381981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5382472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5383518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5384568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5385913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5386505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5387525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5388611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5389366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5390333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5391132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5392247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5393878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5394316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5395708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5396170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5397610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5398439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5399431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5400495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5401346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5402374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5403550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5404717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5405665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5406371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5407655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5408286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5409497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5410251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5411267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5412700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5413332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5414820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5415596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5416683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5418394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5418772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5419723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5420830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5421307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5422812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5423601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5424567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5425558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5426793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5427665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5429377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5429940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5430592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5431634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5432698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5433451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5434247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5435135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5435809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5437016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5437844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5439062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5439936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5440932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5442176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5442863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5443635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5444711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5445439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5446488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5447464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5448161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5449315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5450850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5451834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5452541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5454091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5454808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5455675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5456604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5457407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5458443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5459170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5460053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5460953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5461891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5462914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5464259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5465013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5466264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5467222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5468187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5468948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5470331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5470875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5472563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5473517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5474207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5475262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5475992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5477666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5478237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5479361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5480604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5481357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5482271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5483299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5484239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5484883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5486011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5486624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5487465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5488262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5489035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5490924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5491251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5492250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5493237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5494226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5495024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5496299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5497264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5498069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5499782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5500619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5501542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5502391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5503235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5504089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5504956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5506002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5506793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5508269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5508720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5509716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5510776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5511816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5512748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5514356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5514750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5515881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5516922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5517714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5518751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5519532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5520867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5521465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5522973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5523375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5524261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5525379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5526205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5527326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5528267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5529456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5530469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5531612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5532731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5533715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5534795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5536141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5537252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5538597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5539636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5541562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5542518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5543613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5544859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5546186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5547443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5548356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5549400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5550566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5551912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5553050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5554177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5555375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5556815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5557817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5559121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5560088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5561179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5562348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5563463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5564619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5565898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5567346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5568299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5569308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5571419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5571832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5572655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5573555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5575329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5575835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5576511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5577647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5578410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5579153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5580479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5581050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5582548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5583424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5584103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5584991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5585670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5586741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5587614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5588530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5589604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5590409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5591549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5592945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5593548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5594637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5595676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5596635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5597620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5598444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5599865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5600508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5601437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5603818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5604400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5605135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5606090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5606774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5608336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5609344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5610232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5611325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5612105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5612903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5613840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5614880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5615719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5616865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5617836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5618667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5619631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5620482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5621348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5622513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5623327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5624477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5625504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5626392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5627107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5627967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5628612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5629656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5630769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5631707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5632791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5633820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5634814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5635733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5636599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5637577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5638559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5639613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5640602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5641770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5642788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5643832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5644723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5645786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5646785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5647838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5648943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5649843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5650817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5651821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5652805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5653805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5654893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5655873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5656825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5658021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5658927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5660040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5661032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5662201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5663070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5664092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5665312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5666236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5668046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5668489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5669128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5670216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5671377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5673039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5673925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5674836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5675900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5676912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5677926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5679078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5679690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5681017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5681925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5682811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5683785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5684579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5685585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5686282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5687704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5688411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5689590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5690336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5691088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5692212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5693588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5694270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5695141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5695798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5696596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5697517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5698229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5699116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5699887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5700675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5701546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5702495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5703261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5704055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5704834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5705828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5707300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5707985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5709709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5710331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5711433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5712133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5713667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5714819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5716006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5716925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5718078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5719254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5720191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5721114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5722188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5723113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5724006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5725131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5725841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5726944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5727998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5728895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5729893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5730625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5731812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5732517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5733298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5734919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5736049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5736763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5737863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5738828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5739950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5740950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5741846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5742740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5743781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5744889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5745837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5746741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5747481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5748584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5749319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5750087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5751075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5752115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5753610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5754082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5755883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5756241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5757195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5758048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5759364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5760077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5761114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5761909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5762970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5763716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5764321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5765472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5766576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5767675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5769657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5770152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5770682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5771198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5773324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5774345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5775282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5776214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5777519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5778848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5779772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5781621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5782218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5783039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5784544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5785331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5786452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5787499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5788842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5789994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5791012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5792261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5793715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5794838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5795925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5797122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5798172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5799376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5800489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5802347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5803510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5804499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5805672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5807662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5808293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5809182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5810299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5811733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5812856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5813874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5814897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5816099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5817398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5818523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5819825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5820949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5822430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5823554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5824636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5825565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5826923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5827922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5829118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5830242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5831581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5832952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5834015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5835330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5836481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5837476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5838749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5839876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5841028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5842241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5843619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5844757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5846032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5847251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5848435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5849229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5850448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5851668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5852568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5854100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5855028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5855979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5857430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5858701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5859808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5860730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5861874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5863007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5864204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5865247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5866362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5867541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5868924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5869799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5870853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5872313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5873877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5874914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5876153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5877937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5879023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5880177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5881433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5882436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5883766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5884767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5885974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5887015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5888301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5889292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5890480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5891638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5892960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5893911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5895146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5896263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5897538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5898715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5899757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5900831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5902119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5903145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5904279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5905401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5906683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5907686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5908863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5909972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5911528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5912606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5913833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5914952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5916296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5917248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5918317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5919459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5920855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5922030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5922986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5924182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5925444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5926629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5927702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5928875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5930240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5931306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5932275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5933403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5934812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5935880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5937400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5938571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5939585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5940701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5941827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5943039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5944314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5945278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5946528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5947725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5948685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5949719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5950907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5952876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5953920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5955106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5956106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5957161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5958421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5959746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5960832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5962088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5963531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5964347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5965434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5966499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5967662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5968734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5969849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5971085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5972567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5973351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5974512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5975746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5976881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5977958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5979079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5980255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5981578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5982669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5983671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5984922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5986120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5987248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5988339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5989544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5990801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5992107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5993881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5994554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5995499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5996623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5997755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.5999009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6000250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6001416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6002887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6003881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6005059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6006193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6007275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6008632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6009675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6010645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6011552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6013225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6013854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6015251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6016039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6016683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6017849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6018747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6019647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6020303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6021324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6022045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6022820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6025021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6025648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6026700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6027454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6028208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6029475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6030557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6031666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6032476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6034200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6034667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6035735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6036524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6038489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6039143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6040204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6040899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6042503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6043532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6044573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6045728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6046871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6047797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6048876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6050207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6051413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6052553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6053600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6054722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6056021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6057028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6058124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6059378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6060440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6061566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6062679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6063836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6065181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6066162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6067283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6068438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6069587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6070849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6072215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6073263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6074494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6075550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6076584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6077666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6080226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6080828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6081405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6082359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6083599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6084751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6085752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6086865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6087979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6089139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6090411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6091690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6093027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6094063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6095211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6096942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6098363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6099388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6100415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6101472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6102853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6103859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6104973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6106076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6107418Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6108466Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6109579Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6110672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6112135Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6113226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6114309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6115586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6116822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6118312Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6119529Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6120685Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6121700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6122781Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6123852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6124920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6126196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6127515Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6128701Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6129749Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6131736Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6132280Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6133280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6133990Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6135010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6135751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6136721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6137805Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6139184Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6139955Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6141025Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6142103Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6142577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6143502Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6145088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6145776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6146648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6147524Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6148867Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6149838Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6150429Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6151597Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6152694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6153716Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6154399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6155268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6156035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6157095Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6157900Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6158969Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6159638Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6160623Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6161393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6162428Z copying build/lib.linux-x86_64-cpython-38/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:28:19.6163319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6164608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6165239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6166292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6167124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6168148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6168987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6169876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6170579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6171544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6173393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6173889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6174727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6175740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6177083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6178395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6179585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6180756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6181849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6183003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6184271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6185335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6186377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6187406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6188549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6189698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6190772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6192169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6193460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6194477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6195632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6196770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6198103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6199310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6200518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6201652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6202770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6203943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6205122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6206161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6207399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6208564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6209597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6210727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6212173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6213207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6215059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6215918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6216474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6217775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6218963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6219981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6221354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6222613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6223636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6224675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6226000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6227030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6228174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6229325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6230250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6231720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6232861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6234886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6235796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6237615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6238489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6239872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6241140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6242303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6243570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6244842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6246046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6246903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6248142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6249600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6250481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6251544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6252898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6253922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6254960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6256279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6257419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6258668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6259887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6261726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6262285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6263520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6264441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6265581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6266732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6269143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6269720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6270328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6271013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6272149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6273082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6274059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6274692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6275976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6276746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6277717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6278568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6279608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6280551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6281536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6282402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6283269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6284429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6285342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6286343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6287384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6288423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6289452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6290050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6291185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6292490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6293257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6294229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6295489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6296352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6297407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6298379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6299334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6300307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6301829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6302552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6303312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6304398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6305966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6306489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6307308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6308328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6309066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6310246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6325590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6326209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6326695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6327247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6327754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6328331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6328687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6329137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6329818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6330406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6330875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6331440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6331848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6332400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6332961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6333497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6334117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6334697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6335172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6335828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6336450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6336886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6337616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6338212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6338546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6339036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6339569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6340080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6340386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6340966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6341552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6342179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6342810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6343864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6344900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6346391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6347007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6348300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6349142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6350425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6351520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6352890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6354303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6355537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6357153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6357665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6359225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6359805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6361329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6361661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6362722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6363791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6364548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6366439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6366945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6367846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6369382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6370104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6371142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6371917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6372618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6373886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6374782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6376204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6376618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6378280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6378863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6379824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6380345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6381646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6382978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6383875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6384761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6385689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6386534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6387287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6389301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6389840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6390511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6391437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6392174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6393657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6394540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6395557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6396518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6397256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6398255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6399125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6400079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6400873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6402171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6403178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6403890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6404886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6405945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6406515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6408014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6408662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6409932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6410626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6411437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6412378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6413154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6414718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6415429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6417217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6417823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6418995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6419802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6420802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6421660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6422600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6423456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6424418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6425394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6426510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6427340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6428092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6429834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6430340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6431468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6432119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6433240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6434575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6434911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6436323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6436776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6439324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6439975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6440573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6441806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6442776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6443810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6444946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6446179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6447253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6448910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6449672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6450917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6452003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6453378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6454535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6455591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6456709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6457804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6458934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6460082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6461385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6462630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6463725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6464716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6466139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6467157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6468426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6469335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6470577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6472002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6473046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6474355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6475300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6476432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6477823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6478911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6479959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6481212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6482450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6483591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6484985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6485949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6486935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6488240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6490844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6491263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6491652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6492544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6493463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6494550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6495974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6496628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6497332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6498072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6499822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6500607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6502155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6502489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6504115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6505068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6505969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6506885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6507775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6508712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6509522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6510469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6511499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6512064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6514202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6515008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6515876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6516812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6517890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6519747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6520273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6520715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6521664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6522471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6523534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6524368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6525660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6526608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6527342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6528137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6529248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6530002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6531011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6531678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6532819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6533784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6534459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6535459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6536311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6537276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6538251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6539196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6540196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6541225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6541926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6542758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6543856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6544855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6545905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6546690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6547669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6548771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6549740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6550400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6551606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6552846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6553743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6554693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6555634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6557947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6558733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6559500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6560082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6561465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6562567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6564045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6564788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6565831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6567057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6568750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6570054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6571268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6572294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6573526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6574740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6575804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6577187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6578127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6579083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6580375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6581702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6582789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6583872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6585043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6586223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6587170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6588980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6589904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6590580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6591623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6592980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6593813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6595138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6596058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6597072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6599255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6599814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6600677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6601845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6602893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6603613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6604937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6605786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6606771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6607355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6609166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6609754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6610747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6611815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6612597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6613633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6614739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6615484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6618309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6618654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6619189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6619728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6620180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6621175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6622050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6622910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6625453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6625831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6626363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6627151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6628985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6629451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6632210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6632725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6633129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6633581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6634672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6635675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6637661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6638487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6639779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6641055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6642022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6643178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6644235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6645435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6646694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6647867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6649239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6650288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6651412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6652469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6653732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6654832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6655910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6657034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6658332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6659900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6660508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6661264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6662691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6663449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6664706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6665506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6667341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6668197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6669166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6670159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6671148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6672559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6673822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6674816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6676138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6676993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6677834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6678818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6679858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6680834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6681703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6682759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6683594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6684628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6685917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6686681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6687481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6688061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6689688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6690480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6691318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6692739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6693617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6694728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6695432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6696760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6697654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6698278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6699431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6700611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6701272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6702940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6703391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6704483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6705834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6706681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6707616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6708648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6709921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6710418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6711560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6713641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6713970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6714615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6716362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6717016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6717802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6718888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6720149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6721232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6722202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6723240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6724275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6725187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6725956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6726988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6728072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6728983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6729878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6730880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6732085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6733037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6734078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6735071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6736561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6737659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6738420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6739668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6740724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6741536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6743343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6743918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6745045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6745779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6746667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6747452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6748524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6749435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6751427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6751936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6752728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6753597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6754814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6755677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6756464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6757386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6758199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6759250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6760139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6761077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6762364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6762945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6764093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6765185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6766025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6767111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6768088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6768853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6770671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6771613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6772533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6773281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6774300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6775187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6776003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6776870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6777696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6778999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6779630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6780982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6782656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6783095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6784946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6785341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6786275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6787357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6788114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6789003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6790142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6792497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6792888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6793358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6794158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6794999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6796327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6797216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6798378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6799510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6800715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6801759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6802583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6804037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6804632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6806686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6807411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6808431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6810417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6811246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6812100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6813082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6814223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6815402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6816549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6817526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6818658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6820087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6821078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6822181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6823367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6824552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6827107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6827980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6828599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6829344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6830406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6831906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6833312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6834524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6835764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6836961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6838051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6839439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6841392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6842395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6843329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6844532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6845764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6847068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6848101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6849470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6850486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6851897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6853175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6854229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6855331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6857202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6858157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6859316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6860396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6861813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6863357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6864355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6865378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6866320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6867728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6868959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6870234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6871092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6873088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6873650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6874725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6875869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6877255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6878383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6879898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6880879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6881952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6883142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6886549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6887215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6887803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6888391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6889026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6890095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6891002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6892364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6892971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6894465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6895085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6896453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6897384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6898461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:28:19.6902279Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:28:19.6902936Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:28:19.6904410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:28:19.6904861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:28:19.6905759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:28:19.6907238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:28:19.6908180Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:28:19.6908871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:28:19.6910019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:28:19.6910820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:28:19.6911633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:28:19.6913794Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6914213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6914909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6915551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6916461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6917086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6918727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6919348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6920151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6920974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6922054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6922688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6923578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6925417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6926093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6926554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6927579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6928464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6929572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6930595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6931094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6932327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6933347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6934840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6935285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6935967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6937015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6938179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6939145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6940073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6941130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6942179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6943204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6944489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6945664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6948201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6949004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6950040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6951065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6952197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6953125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6954284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6955545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6956399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6957297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6958351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6959704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6962083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6962749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6963162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6963532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6965017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6965589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6966702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6967542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6969181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6969980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6970923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6971685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6972869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6974026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6975058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6975929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6976910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6978001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6979182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6980353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6981350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6982219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6983171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6985004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6985870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6986911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6987919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6988971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6989983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6991059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6992194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6994127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6995049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6996457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6997437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6998547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.6999621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.7000667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.7001944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.7002774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:28:19.7004349Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7004925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7005953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7006963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7007771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7009044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7009655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7011160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7011892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7012761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7013741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7014722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7015809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7016856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7017738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7019174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7020218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7021393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7022227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7023302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7024626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7025283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7026403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7027354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:28:19.7028947Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7029890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7030803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7031958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7032973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7033647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7035236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7035983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7037748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7038255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7039316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7040213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7041241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7042245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7043011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7043611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7044435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7045374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7046365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7046893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7048755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7049646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7050860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7051717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7053069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7053962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7054872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7055809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7058077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7059155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7060012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7061158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7062238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7064663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7065494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7066419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7068246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7069612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7070767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7071956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7072970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7074607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7075748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7077164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7077984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7079053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7080416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7081384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7082451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7083566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7084638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7085700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7086609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7088708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7089339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:28:19.7090411Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7091189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7092342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7093449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7094378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7095237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7096226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:28:19.7097738Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7098631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7099706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7100617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7101434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7102477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7103227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7104326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7105041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7106099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7107073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7108063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7109004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7109572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:28:19.7110554Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:28:19.7111138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:28:19.7112043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:28:19.7114504Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:28:19.7114959Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7115559Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7117823Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7118752Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7119947Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7120594Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7122051Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7122635Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:28:19.7123736Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:28:19.7124673Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:28:19.7125615Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:28:19.7126775Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:28:19.7128185Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:28:19.7130177Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7131067Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7132203Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7132759Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7134023Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7135038Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7135800Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7136811Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7137987Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7139013Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7140015Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7141081Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7143074Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7144062Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7145221Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7146599Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7147877Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7149010Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7150199Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7152028Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7152604Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7154103Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7155122Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7155955Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7157268Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7158731Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7159486Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7160699Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7161593Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7162822Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7163860Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7164997Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7166010Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7167412Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7168191Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7169227Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7170361Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7171378Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7172777Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7175129Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7176015Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7177138Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7178166Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7179461Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:28:19.7180515Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7181285Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7182756Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7183680Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7185534Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7186189Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7186997Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7187844Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7189031Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7190081Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7192031Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7193152Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7193919Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7194762Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7195577Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:28:19.7197138Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7198029Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7199395Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7200300Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7201521Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7202721Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7203512Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7204713Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7205662Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7206525Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7208415Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7209232Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7209956Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7210815Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7212379Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7213027Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7214352Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7215301Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7216605Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7217755Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7218704Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7220037Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7221222Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7222287Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7223579Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7224471Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7225496Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7226563Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7228021Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7228736Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7230073Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7231154Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7232294Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7233376Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7234345Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7235748Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7236877Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7237912Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7238968Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7240090Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7241631Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7242774Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7243702Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7244932Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7246033Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7247174Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7248149Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7249127Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7250206Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7251809Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7252529Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7253490Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7254531Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7255459Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7256615Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7257706Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7259356Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7260463Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7261552Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7263163Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7263857Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7265021Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7266410Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7267509Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7268438Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7269616Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7270731Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7272169Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7273423Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7274400Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7275391Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7276402Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7277774Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7278773Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7279783Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7280788Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7281793Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7282834Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7284550Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7285352Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7286794Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7287776Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7288720Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7289991Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7290921Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7292299Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7294079Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:28:19.7295315Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7296186Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7297480Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7298499Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7299555Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7300685Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7301556Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7302663Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7303683Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7304705Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7305569Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:28:19.7306765Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:28:19.7307607Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:28:19.7308766Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:28:19.7309822Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:28:19.7311018Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7311957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7313094Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7314097Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7315254Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7316565Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:28:19.7317927Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7318902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7319878Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7320859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7322489Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7323613Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7324634Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7325618Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7327032Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7327836Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7328678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7329655Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7331424Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7331963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7332903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7333814Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7334983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7335794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7336985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7338128Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7339071Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7340079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7341092Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7342088Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7343150Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7344055Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7345280Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7346126Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7347195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:28:19.7348547Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:28:19.7352213Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:28:19.7352513Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:28:19.7353086Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7354759Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7355821Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7356830Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7357656Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7358963Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7359926Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7361010Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7362042Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7363039Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7364093Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7366176Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7366861Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7367742Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7368408Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7369327Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7370346Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7371986Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7373061Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7374211Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7375093Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7376523Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7378266Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7379258Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:28:19.7379972Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7381026Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7381946Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7383759Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7384437Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7385192Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7385858Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7386964Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7387887Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:28:19.7389257Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7390330Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7391017Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7392048Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:28:19.7392745Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7394178Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7395267Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7395946Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7396807Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7397671Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7398316Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7399513Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:28:19.7400088Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7401834Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7402417Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7406402Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:28:19.7406816Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7407246Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7407730Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7408244Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7408660Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7409473Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7410002Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7411148Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:28:19.7412323Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7412916Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7413625Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7414370Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7415127Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7416046Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:28:19.7417064Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7417899Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7419449Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:28:19.7419947Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7421012Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7422001Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7422983Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7424606Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7424990Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7425988Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7426755Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7428076Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7429617Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:28:19.7430048Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7431649Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7432749Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7433536Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7434431Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7435513Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7437571Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7438131Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7438762Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7439429Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7440461Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7441343Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7442912Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7443313Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7444355Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7445171Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7446489Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:28:19.7447553Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7448696Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7449658Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7450533Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7451494Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7452644Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7453276Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7454298Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7455076Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7456026Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7457058Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7458317Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7459198Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7459829Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7461114Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7461867Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7463363Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7464084Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7465512Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7466726Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7467393Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7470825Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:28:19.7471615Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7472178Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7472600Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7473017Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7473633Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7474181Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7474858Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7475816Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7476707Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7477638Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7478477Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7479792Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7480910Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7481668Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7482577Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7483365Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7484244Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7486180Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7487123Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7488580Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7489193Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7491016Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7491615Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7493653Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:28:19.7494447Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7495285Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7496246Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7497278Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7498657Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7499803Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7500914Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7502178Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7503326Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7504419Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7505511Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:28:19.7506168Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7507717Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:28:19.7508115Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7509975Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7510895Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7512527Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:28:19.7513440Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7514503Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7515555Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7516794Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7517685Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7518870Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7519945Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7521033Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7522256Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:28:19.7523155Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7524243Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7525759Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:28:19.7526319Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7527426Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7528064Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7529264Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7530342Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7530796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7532090Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7532953Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7534136Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7534821Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7535809Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7536657Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7537650Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7538603Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7539710Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7540724Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7541340Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7542566Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7542978Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7544457Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7545438Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7546610Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7547291Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7548312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7549212Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7550480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7550950Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7552095Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7553101Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7553817Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7555069Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7555829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7556254Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7557524Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7558156Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7559786Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7560999Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7561466Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7561923Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7562781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7563645Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7564552Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7565511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7566555Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7567467Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7568581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7569095Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7570851Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7571270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7572257Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7572827Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:28:19.7574657Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7575475Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7576544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7577824Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7578404Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7579177Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7579870Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:28:19.7581407Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:19.7582118Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:19.7582934Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:19.7583986Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:19.7586587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:28:19.7587460Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:19.7588160Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:19.7589053Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7589874Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7590810Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7591661Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:19.7592453Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:28:19.7594543Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7595698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7596170Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7596767Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7597581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7598262Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7599079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7600021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7601022Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7601927Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7603153Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:28:19.7603804Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:28:19.7605042Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7605699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7606478Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7607266Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7608072Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7609183Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7609956Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7610868Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7611921Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7612714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7613681Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7614404Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7615421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7616235Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7617105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7617940Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7618876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7619665Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7621415Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7622021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7630642Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7631577Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7632243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7632772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7633272Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7633753Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7634515Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7634980Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7635535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7635996Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7636486Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7637033Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7637503Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7637983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7638565Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7639225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7639603Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7640047Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7640539Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7641004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7641783Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:28:19.7643609Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7644331Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7644970Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7645487Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7646017Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7647115Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7647733Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7649285Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7649891Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7650963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7651567Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7652666Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7653304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7654302Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7655273Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7656000Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7657379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7657860Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7658880Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7659612Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7660447Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7661662Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7662416Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7663199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7664034Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7664813Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7665645Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7666335Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:28:19.7667750Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:28:19.7668724Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:28:19.7669485Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:28:19.7670665Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:28:19.7672810Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7673464Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7674161Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7675152Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7675957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7676959Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7678023Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7679089Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7680265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7681308Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:28:19.7682921Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7683502Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7684527Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7685368Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7686492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7687698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7688881Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7689375Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7691693Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7692384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7693100Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7693725Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7694208Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7694796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7695855Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7696672Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7697338Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7698927Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7699657Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7700547Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7701383Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7703182Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7704054Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7705722Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7706428Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7707093Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7707939Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7708926Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7710724Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7711538Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7712380Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7714054Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7715166Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7715941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7716969Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7718024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7719018Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7719904Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7721114Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7722073Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7722967Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7724163Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7725155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7726322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7727333Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7728300Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7729221Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7730307Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7731642Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7732558Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7733592Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7734631Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7735544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7736529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7737722Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7738779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7739799Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7740752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7742138Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7743175Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7744136Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7745339Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7746388Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7747331Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7748310Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7749351Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7750433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7751599Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7752588Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7753801Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7754878Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7755942Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7756821Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7757866Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7759032Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7760077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7761311Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7763536Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7764226Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7764900Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7765624Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7766429Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7767444Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7768348Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7769506Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7771022Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7772111Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:28:19.7773443Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:28:19.7774294Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7775195Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7777284Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7778013Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7779314Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7780249Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7781181Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7782731Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7784359Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7785059Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:28:19.7785745Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7786903Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7787742Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7788772Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7790307Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7791249Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7791864Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7793507Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7794917Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7795582Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7796784Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7797761Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7798773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7800061Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7801024Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7802134Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7803047Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7804003Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7805548Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7806275Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7807957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7808763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7809704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7810987Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7811837Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7812968Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7813643Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7815375Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7816202Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7817224Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7818133Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7819169Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7820461Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7821256Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7822118Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7823165Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:28:19.7825883Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7826140Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7826535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7827554Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7828530Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7829708Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7830301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7832201Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7833024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7834103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7835191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7836265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7837351Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7838492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:28:19.7840207Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7840898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7841841Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7842560Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7844299Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7844670Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7845635Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7846709Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7847591Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7849080Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7849758Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7851082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7851995Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7853003Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7854358Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7855542Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7856836Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7857561Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7858790Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7859729Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7860894Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7862169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7863110Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7864149Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7865157Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7866490Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7867653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7868772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7870185Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:28:19.7871502Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7872498Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7873872Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7875024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7875946Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7877371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:28:19.7878821Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7879629Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7880783Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7881943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7883114Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7883898Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7884659Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7886209Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7887643Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7888383Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7889236Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7890193Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7891236Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7892566Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7894739Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7895658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7896611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7897748Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7898672Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7899817Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7900892Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7902020Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7903211Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:28:19.7905082Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7905722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7906467Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7907186Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7908066Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7909393Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7910293Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7911393Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7912277Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7914218Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7915073Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7916067Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7917176Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7918145Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7919193Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:28:19.7920298Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7921850Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7922506Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7923947Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7924783Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7925792Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7926792Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7927922Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7928858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7929845Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7931052Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7931975Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7933090Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7933986Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7935244Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7936129Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7937179Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7938194Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7939243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7940585Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7941756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7943799Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7944461Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7945423Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:28:19.7946564Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:28:19.7947401Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:28:19.7948625Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7950101Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7950766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7952225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7953381Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7954448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7955454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7956563Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7957572Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7958578Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7959749Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7960810Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7961849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7962763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7964033Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7965314Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7966606Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7967666Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7968687Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7969777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7970929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7971985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7972807Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7974182Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7975690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7976585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7977312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7978998Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7979662Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7980433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7981581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7982520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7983497Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7984773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7985718Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7986860Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7988408Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7989579Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7990752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7991995Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7993293Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7994087Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7995175Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7996188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:28:19.7997403Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:28:19.7998331Z copying build/lib.linux-x86_64-cpython-38/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:28:19.7999520Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8001032Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8001880Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8003226Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8004092Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8005088Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8006126Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8007064Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8008073Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:28:19.8009600Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:28:19.8010454Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8011742Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8012949Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8013840Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8014902Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8016088Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8017121Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8018300Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8019502Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8020654Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8021614Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8022650Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8023721Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8024747Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8025686Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8027216Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8028491Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8029387Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8030646Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8031854Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8032937Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8033834Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8035116Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8036070Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8037181Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8038356Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8039775Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8040632Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8042254Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8043379Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8044519Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8045422Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8046554Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8047729Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8049098Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8050199Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8051064Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8052326Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8053434Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8054438Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8056363Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8057105Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8058283Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8059548Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8060679Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8061646Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8062756Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8063622Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8064628Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8065503Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8066641Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8067046Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8068125Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8068977Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8070992Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8072281Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8073183Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8074259Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8075269Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8076432Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8077414Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8078707Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8079793Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8080774Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8081765Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8083022Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8084004Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8085002Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8086042Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8087201Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8088451Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8089902Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8090775Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8091626Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8092640Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8093741Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8094666Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8095773Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8096994Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8098143Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8099273Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8100318Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8101352Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8102458Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8103535Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8104678Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8105765Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8107185Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8108085Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:28:19.8108996Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8110113Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8111049Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8112113Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8113493Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:28:19.8114656Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8115920Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8117095Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8118119Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8119107Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8120070Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8121231Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8122830Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8124011Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8124966Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8126078Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8127032Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8128409Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8129275Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8130551Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8131693Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8132773Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8134026Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8135207Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:28:19.8136134Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:28:19.8137163Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:28:19.8138364Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8139197Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8140388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8141601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8142657Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8143682Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8144519Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8145507Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8146468Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8147422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:28:19.8148788Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:19.8149766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:19.8150876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:28:19.8152006Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:28:19.8154062Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:28:19.8155564Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8156394Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8157483Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8158538Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8159608Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8160621Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8161712Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8162649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8163728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8164673Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8165698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8166688Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8167717Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8168745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8169721Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8170798Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8171856Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8173375Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8174509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8175609Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8176583Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8177618Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8178685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8179616Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8180723Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8181683Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8182742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8183736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8184772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8185779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8186785Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8187775Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8188829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8189994Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8191114Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8192232Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8193289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8194294Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8195272Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8196384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8197481Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8198509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8199600Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:28:19.8200882Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:28:19.8201754Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:28:19.8202894Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:28:19.8203840Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:19.8204810Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:19.8205883Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:19.8206870Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:19.8207924Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:28:19.8209394Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8210161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8211152Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8212082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8213052Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8214051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8215024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8216004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8217297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8218306Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8219164Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8220119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8221179Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8222366Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8223935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8225036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8226073Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8227103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8228462Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8229652Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8230658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8231797Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8232899Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8234009Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8234999Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:28:19.8236137Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:28:19.8237054Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8238162Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:28:19.8239141Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8240110Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8241385Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:28:19.8242256Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8243429Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8244410Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8245534Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8246489Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8247388Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8248478Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8249369Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8250428Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8251434Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8252840Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8253637Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8255157Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8256020Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8257642Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8258750Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8259727Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8260665Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8261949Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8263207Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8264289Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8265316Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8266346Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8267222Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8268931Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8270001Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8271197Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8273786Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8275139Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8276328Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:28:19.8277903Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8278584Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8279961Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8281492Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8282076Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8283677Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8284368Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8286127Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:28:19.8286749Z creating build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:28:19.8287993Z copying build/lib.linux-x86_64-cpython-38/torch/include/THC/THCAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:28:19.8288974Z copying build/lib.linux-x86_64-cpython-38/torch/include/THC/THCDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:28:19.8291828Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:28:19.8292215Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:28:19.8292920Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:28:19.8293870Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:28:19.8295082Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:28:19.8295850Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:28:19.8296884Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:28:19.8298073Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:28:19.8299200Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:28:19.8300808Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8301400Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8302463Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8303629Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8304571Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8305554Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8306667Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8307743Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8308612Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8309806Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:28:19.8311183Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:28:19.8312077Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8313496Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8314634Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:28:19.8315540Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8316479Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8318861Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8319425Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8320765Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:28:19.8321292Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8322440Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8322986Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8324000Z copying build/lib.linux-x86_64-cpython-38/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:28:19.8325262Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:28:19.8325937Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:28:19.8326646Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:28:19.8327598Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:28:19.8328428Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:28:19.8329119Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:28:19.8330088Z copying build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:19.8331153Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:28:19.8333692Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8334080Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8334969Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8335505Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8336252Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8337947Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8338939Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8340706Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8341227Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8341714Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8342415Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8344143Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8344992Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:28:19.8346623Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8347070Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8347695Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8348836Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8349685Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8350786Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8351540Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8353941Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8354677Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8355413Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8356771Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8357926Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8359166Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8360504Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8361472Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:28:19.8363060Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8363576Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8364683Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8365949Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8366969Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8368014Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8369696Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:28:19.8373269Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:28:19.8373870Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:28:19.8374435Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:28:19.8375089Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:28:19.8375439Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:28:19.8376342Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:28:19.8377156Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:28:19.8378333Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:28:19.8379471Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:28:19.8380136Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:28:19.8381166Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:28:19.8382430Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:28:19.8383415Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:28:19.8384902Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:28:19.8385736Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:28:19.8386529Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:28:19.8387217Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:28:19.8391988Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:28:19.8393525Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8394067Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8395204Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8396363Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8397217Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8398451Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8399389Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8400476Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8401348Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8402326Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8403318Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8404301Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8405309Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8406388Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8407645Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8408594Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8409703Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8410822Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8411815Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8413270Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8414393Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8415614Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8416637Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8417521Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8418806Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8420370Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8421112Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8421950Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8423556Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8424333Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8425035Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8425988Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8427095Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8428242Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8429271Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8430222Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8431204Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8432467Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8433436Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8434404Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:28:19.8438359Z running install_egg_info 2022-11-23T01:28:19.9367519Z running egg_info 2022-11-23T01:28:19.9367771Z creating torch.egg-info 2022-11-23T01:28:19.9401895Z writing torch.egg-info/PKG-INFO 2022-11-23T01:28:19.9404868Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:28:19.9407217Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:28:19.9408776Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:28:19.9410110Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:28:19.9411302Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:28:20.1373420Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:28:20.1374075Z reading manifest template 'MANIFEST.in' 2022-11-23T01:28:20.1449426Z warning: no files found matching 'CITATION' 2022-11-23T01:28:21.8739005Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:28:21.9891032Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:28:22.2041619Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:28:22.2042051Z adding license file 'LICENSE' 2022-11-23T01:28:22.2042302Z adding license file 'NOTICE' 2022-11-23T01:28:22.7396217Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:28:22.7473430Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.8.egg-info 2022-11-23T01:28:22.7500030Z running install_scripts 2022-11-23T01:28:22.8815483Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:28:22.8816113Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:28:22.8932914Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:28:22.8935552Z creating 'dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T01:28:22.9106038Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:28:22.9115553Z adding 'functorch/__init__.py' 2022-11-23T01:28:22.9117139Z adding 'functorch/_src/__init__.py' 2022-11-23T01:28:22.9127664Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:28:22.9131259Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:28:22.9133417Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:28:22.9137448Z adding 'functorch/_src/compilers.py' 2022-11-23T01:28:22.9139118Z adding 'functorch/_src/config.py' 2022-11-23T01:28:22.9156238Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:28:22.9161302Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:28:22.9167020Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:28:22.9169141Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:28:22.9175441Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:28:22.9177207Z adding 'functorch/_src/python_key.py' 2022-11-23T01:28:22.9178722Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:28:22.9184056Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:28:22.9190622Z adding 'functorch/_src/vmap.py' 2022-11-23T01:28:22.9193438Z adding 'functorch/compile/__init__.py' 2022-11-23T01:28:22.9195829Z adding 'functorch/dim/__init__.py' 2022-11-23T01:28:22.9197361Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:28:22.9199171Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:28:22.9201057Z adding 'functorch/dim/dim.py' 2022-11-23T01:28:22.9202712Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:28:22.9204941Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:28:22.9211214Z adding 'functorch/dim/reference.py' 2022-11-23T01:28:22.9213012Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:28:22.9214661Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:28:22.9216252Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:28:22.9218423Z adding 'functorch/experimental/_map.py' 2022-11-23T01:28:22.9219888Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:28:22.9222242Z adding 'functorch/experimental/cond.py' 2022-11-23T01:28:22.9223918Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:28:22.9225336Z adding 'functorch/experimental/ops.py' 2022-11-23T01:28:22.9232594Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:28:22.9239410Z adding 'torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:28:22.9241581Z adding 'torch/_VF.py' 2022-11-23T01:28:22.9243124Z adding 'torch/__config__.py' 2022-11-23T01:28:22.9244754Z adding 'torch/__future__.py' 2022-11-23T01:28:22.9256454Z adding 'torch/__init__.py' 2022-11-23T01:28:22.9263372Z adding 'torch/_appdirs.py' 2022-11-23T01:28:22.9265868Z adding 'torch/_classes.py' 2022-11-23T01:28:22.9267962Z adding 'torch/_deploy.py' 2022-11-23T01:28:22.9284148Z adding 'torch/_jit_internal.py' 2022-11-23T01:28:22.9287433Z adding 'torch/_linalg_utils.py' 2022-11-23T01:28:22.9299916Z adding 'torch/_lobpcg.py' 2022-11-23T01:28:22.9304595Z adding 'torch/_lowrank.py' 2022-11-23T01:28:22.9322809Z adding 'torch/_meta_registrations.py' 2022-11-23T01:28:22.9326980Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:28:22.9333932Z adding 'torch/_ops.py' 2022-11-23T01:28:22.9337426Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:28:22.9339398Z adding 'torch/_six.py' 2022-11-23T01:28:22.9342031Z adding 'torch/_sources.py' 2022-11-23T01:28:22.9343958Z adding 'torch/_storage_docs.py' 2022-11-23T01:28:22.9358517Z adding 'torch/_tensor.py' 2022-11-23T01:28:22.9390969Z adding 'torch/_tensor_docs.py' 2022-11-23T01:28:22.9400644Z adding 'torch/_tensor_str.py' 2022-11-23T01:28:22.9516192Z adding 'torch/_torch_docs.py' 2022-11-23T01:28:22.9533635Z adding 'torch/_utils.py' 2022-11-23T01:28:22.9536321Z adding 'torch/_utils_internal.py' 2022-11-23T01:28:22.9541453Z adding 'torch/_vmap_internals.py' 2022-11-23T01:28:22.9545189Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:28:22.9568606Z adding 'torch/functional.py' 2022-11-23T01:28:22.9579299Z adding 'torch/hub.py' 2022-11-23T01:28:22.9583264Z adding 'torch/library.py' 2022-11-23T01:28:22.9605316Z adding 'torch/overrides.py' 2022-11-23T01:28:22.9608886Z adding 'torch/py.typed' 2022-11-23T01:28:22.9611713Z adding 'torch/quasirandom.py' 2022-11-23T01:28:22.9614436Z adding 'torch/random.py' 2022-11-23T01:28:22.9616339Z adding 'torch/return_types.py' 2022-11-23T01:28:22.9630186Z adding 'torch/serialization.py' 2022-11-23T01:28:22.9639405Z adding 'torch/storage.py' 2022-11-23T01:28:22.9642723Z adding 'torch/torch_version.py' 2022-11-23T01:28:22.9644638Z adding 'torch/types.py' 2022-11-23T01:28:22.9646255Z adding 'torch/version.py' 2022-11-23T01:28:22.9673833Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:28:22.9705472Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:28:22.9710435Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:28:22.9712206Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:28:22.9713930Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:28:22.9717266Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:28:22.9720175Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:28:22.9722061Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:28:22.9723596Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:28:22.9725296Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:28:22.9726808Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:28:22.9728431Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:28:22.9730076Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:28:22.9731684Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:28:22.9733517Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:28:22.9735019Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:28:22.9736617Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:28:22.9738917Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:28:22.9740474Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:28:22.9742319Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:28:22.9745473Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:28:22.9772203Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:28:22.9777797Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:28:22.9779713Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:28:22.9781330Z adding 'torch/_dispatch/python.py' 2022-11-23T01:28:22.9783769Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:28:22.9786628Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:28:22.9789428Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:28:22.9793630Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:28:22.9797588Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:28:22.9800953Z adding 'torch/_dynamo/config.py' 2022-11-23T01:28:22.9805865Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:28:22.9814520Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:28:22.9822785Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:28:22.9825162Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:28:22.9833859Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:28:22.9836310Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:28:22.9838265Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:28:22.9844061Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:28:22.9846875Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:28:22.9848813Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:28:22.9852574Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:28:22.9856212Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:28:22.9858692Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:28:22.9861138Z adding 'torch/_dynamo/source.py' 2022-11-23T01:28:22.9879909Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:28:22.9883229Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:28:22.9885934Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:28:22.9889013Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:28:22.9899271Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:28:22.9901696Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:28:22.9904003Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:28:22.9911047Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:28:22.9915977Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:28:22.9918694Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:28:22.9920634Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:28:22.9924560Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:28:22.9927306Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:28:22.9929997Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:28:22.9935480Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:28:22.9937792Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:28:22.9940841Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:28:22.9948202Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:28:22.9956299Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:28:22.9959381Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:28:22.9963426Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:28:22.9967695Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:28:22.9972275Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:28:22.9978087Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:28:22.9983691Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:28:22.9989403Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:28:22.9996483Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:28:23.0001105Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:28:23.0002923Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:28:23.0005269Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:28:23.0006859Z adding 'torch/_functorch/utils.py' 2022-11-23T01:28:23.0008385Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:28:23.0013959Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:28:23.0018533Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:28:23.0021592Z adding 'torch/_inductor/config.py' 2022-11-23T01:28:23.0023216Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:28:23.0026509Z adding 'torch/_inductor/debug.py' 2022-11-23T01:28:23.0031143Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:28:23.0035117Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:28:23.0037250Z adding 'torch/_inductor/exc.py' 2022-11-23T01:28:23.0041755Z adding 'torch/_inductor/graph.py' 2022-11-23T01:28:23.0076655Z adding 'torch/_inductor/ir.py' 2022-11-23T01:28:23.0112148Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:28:23.0116465Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:28:23.0124244Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:28:23.0137358Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:28:23.0143908Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:28:23.0148316Z adding 'torch/_inductor/utils.py' 2022-11-23T01:28:23.0150699Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:28:23.0152483Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:28:23.0155120Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:28:23.0161086Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:28:23.0175489Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:28:23.0178557Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:28:23.0193607Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:28:23.0197435Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:28:23.0200069Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:28:23.0202079Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:28:23.0205847Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:28:23.0210108Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:28:23.0212199Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:28:23.0217055Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:28:23.0220143Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:28:23.0225370Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:28:23.0228434Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:28:23.0231064Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:28:23.0235344Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:28:23.0237555Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:28:23.0239131Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:28:23.0241186Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:28:23.0243654Z adding 'torch/_lazy/closure.py' 2022-11-23T01:28:23.0245513Z adding 'torch/_lazy/computation.py' 2022-11-23T01:28:23.0246772Z adding 'torch/_lazy/config.py' 2022-11-23T01:28:23.0248228Z adding 'torch/_lazy/debug.py' 2022-11-23T01:28:23.0249703Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:28:23.0253437Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:28:23.0254869Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:28:23.0256112Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:28:23.0257757Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:28:23.0259000Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:28:23.0279460Z adding 'torch/_prims/__init__.py' 2022-11-23T01:28:23.0285360Z adding 'torch/_prims/context.py' 2022-11-23T01:28:23.0287523Z adding 'torch/_prims/executor.py' 2022-11-23T01:28:23.0293117Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:28:23.0298672Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:28:23.0315103Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:28:23.0320787Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:28:23.0365934Z adding 'torch/_refs/__init__.py' 2022-11-23T01:28:23.0371606Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:28:23.0375782Z adding 'torch/_refs/fft.py' 2022-11-23T01:28:23.0379602Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:28:23.0381404Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:28:23.0390762Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:28:23.0394701Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:28:23.0396566Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:28:23.0409784Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:28:23.0413408Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:28:23.0419590Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:28:23.0421865Z adding 'torch/amp/__init__.py' 2022-11-23T01:28:23.0425740Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:28:23.0428055Z adding 'torch/ao/__init__.py' 2022-11-23T01:28:23.0429907Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:28:23.0431928Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:28:23.0433674Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:28:23.0435685Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:28:23.0437408Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:28:23.0439076Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:28:23.0444939Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:28:23.0448378Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:28:23.0450385Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:28:23.0451938Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:28:23.0453463Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:28:23.0454897Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:23.0456625Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:28:23.0458333Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:28:23.0460044Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:28:23.0462231Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:28:23.0464041Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:28:23.0465544Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:28:23.0467004Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:28:23.0468404Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:28:23.0470337Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:28:23.0471843Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:28:23.0474561Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:28:23.0477072Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:28:23.0479226Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:28:23.0480955Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:28:23.0482438Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:28:23.0487925Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:28:23.0493013Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:28:23.0495283Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:28:23.0500982Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:28:23.0503257Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:28:23.0504898Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:23.0507813Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:28:23.0510984Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:28:23.0521317Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:28:23.0525004Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:28:23.0528117Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:28:23.0530266Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:28:23.0536876Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:28:23.0539525Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:28:23.0542890Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:28:23.0545766Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:28:23.0549772Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:28:23.0552507Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:28:23.0554437Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:28:23.0556869Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:28:23.0558823Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:28:23.0560692Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:28:23.0563231Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:28:23.0565856Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:28:23.0570382Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:28:23.0573001Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:28:23.0575789Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:28:23.0577766Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:28:23.0579577Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:28:23.0582422Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:28:23.0584461Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:28:23.0586320Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:28:23.0588830Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:28:23.0590677Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:28:23.0595814Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:28:23.0605446Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:28:23.0608028Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:28:23.0613705Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:28:23.0624454Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:28:23.0629604Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:28:23.0639812Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:28:23.0642373Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:28:23.0645249Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:28:23.0648687Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:28:23.0654224Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:28:23.0657916Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:28:23.0659984Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:28:23.0661562Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:28:23.0662995Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:28:23.0664437Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:28:23.0669698Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:28:23.0671735Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:28:23.0674655Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:28:23.0676470Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:28:23.0680836Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:28:23.0683989Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:28:23.0686660Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:28:23.0688763Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:28:23.0689892Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:28:23.0691773Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:28:23.0694309Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:28:23.0696120Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:28:23.0699567Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:28:23.0701711Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:28:23.0703351Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:28:23.0705932Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:28:23.0708326Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:28:23.0710181Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:28:23.0711950Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:28:23.0715808Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:28:23.0718087Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:28:23.0720116Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:28:23.0723289Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:28:23.0725915Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:28:23.0728430Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:28:23.0731250Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:28:23.0734066Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:28:23.0739652Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:28:23.0743008Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:28:23.0746424Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:28:23.0762374Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:28:23.0769473Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:28:23.0773723Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:28:23.0776602Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:28:23.0777862Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:28:23.0781357Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:28:23.0789079Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:28:23.0797118Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:28:23.0801888Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:28:23.0804015Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:28:23.0810925Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:28:23.0813456Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:28:23.0818974Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:28:23.0824644Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:28:23.0827747Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:28:23.0830168Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:28:23.0832764Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:28:23.0834287Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:28:23.0836276Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:28:23.0838363Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:28:23.0841300Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:28:23.0843395Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:28:23.0845256Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:28:23.0847689Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:28:23.0857832Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:28:23.0869079Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:28:23.0872569Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:28:23.0886638Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:28:23.0891833Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:28:23.0895039Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:28:23.0897461Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:28:23.0899732Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:28:23.0901472Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:28:23.0902944Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:28:23.0905885Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:28:23.0908254Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:28:23.0929065Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:28:23.0934322Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:28:23.0936957Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:28:23.0939294Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:28:23.0952411Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:28:23.0955008Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:28:23.0973957Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:28:23.0983521Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:28:23.0987609Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:28:23.0996546Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:28:23.1003419Z adding 'torch/autograd/__init__.py' 2022-11-23T01:28:23.1006189Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:28:23.1009037Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:28:23.1016353Z adding 'torch/autograd/function.py' 2022-11-23T01:28:23.1029158Z adding 'torch/autograd/functional.py' 2022-11-23T01:28:23.1033053Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:28:23.1057442Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:28:23.1064175Z adding 'torch/autograd/graph.py' 2022-11-23T01:28:23.1074336Z adding 'torch/autograd/profiler.py' 2022-11-23T01:28:23.1078476Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:28:23.1088591Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:28:23.1090881Z adding 'torch/autograd/variable.py' 2022-11-23T01:28:23.1092613Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:28:23.1094318Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:28:23.1096130Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:28:23.1098048Z adding 'torch/backends/__init__.py' 2022-11-23T01:28:23.1099615Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:28:23.1101823Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:28:23.1103571Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:28:23.1106034Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:28:23.1125595Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:28:23.1130636Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:28:23.1133683Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:28:23.1135621Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:28:23.1137646Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:28:23.1139830Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:28:23.1141585Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:28:23.1143093Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:28:23.1145313Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:28:23.1147481Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:28:23.1148982Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:28:23.1156786Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:28:23.1159526Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:28:23.1413619Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:28:23.1678414Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:28:23.2015000Z adding 'torch/bin/ProcessGroupGlooTest' 2022-11-23T01:28:23.2065672Z adding 'torch/bin/ProcessGroupMPITest' 2022-11-23T01:28:23.2338411Z adding 'torch/bin/ProcessGroupNCCLErrorsTest' 2022-11-23T01:28:23.2652242Z adding 'torch/bin/ProcessGroupNCCLTest' 2022-11-23T01:28:23.2954062Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:28:23.3008701Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:28:23.5021818Z adding 'torch/bin/protoc' 2022-11-23T01:28:23.7127309Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:28:24.4074410Z adding 'torch/bin/test_api' 2022-11-23T01:28:24.4814506Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:28:24.5096410Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:28:25.1491339Z adding 'torch/bin/test_jit' 2022-11-23T01:28:25.3375812Z adding 'torch/bin/test_lazy' 2022-11-23T01:28:25.3817986Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:28:25.9151646Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:28:25.9550836Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:28:25.9630516Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:28:25.9637833Z adding 'torch/contrib/__init__.py' 2022-11-23T01:28:25.9640675Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:28:25.9642388Z adding 'torch/cpu/__init__.py' 2022-11-23T01:28:25.9644316Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:28:25.9645638Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:28:25.9654764Z adding 'torch/cuda/__init__.py' 2022-11-23T01:28:25.9657898Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:28:25.9662822Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:28:25.9669117Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:28:25.9671755Z adding 'torch/cuda/_utils.py' 2022-11-23T01:28:25.9672984Z adding 'torch/cuda/comm.py' 2022-11-23T01:28:25.9674552Z adding 'torch/cuda/error.py' 2022-11-23T01:28:25.9679891Z adding 'torch/cuda/graphs.py' 2022-11-23T01:28:25.9683150Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:28:25.9689535Z adding 'torch/cuda/memory.py' 2022-11-23T01:28:25.9692363Z adding 'torch/cuda/nccl.py' 2022-11-23T01:28:25.9695653Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:28:25.9697595Z adding 'torch/cuda/profiler.py' 2022-11-23T01:28:25.9699805Z adding 'torch/cuda/random.py' 2022-11-23T01:28:25.9701417Z adding 'torch/cuda/sparse.py' 2022-11-23T01:28:25.9704344Z adding 'torch/cuda/streams.py' 2022-11-23T01:28:25.9706325Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:28:25.9708849Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:28:25.9710432Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:28:25.9717840Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:28:25.9720988Z adding 'torch/distributed/__init__.py' 2022-11-23T01:28:25.9723298Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:28:25.9725163Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:28:25.9726846Z adding 'torch/distributed/constants.py' 2022-11-23T01:28:25.9765577Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:28:25.9771814Z adding 'torch/distributed/launch.py' 2022-11-23T01:28:25.9773671Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:28:25.9775858Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:28:25.9779253Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:28:25.9787666Z adding 'torch/distributed/run.py' 2022-11-23T01:28:25.9791563Z adding 'torch/distributed/utils.py' 2022-11-23T01:28:25.9793661Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:28:25.9819890Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:28:25.9824665Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:28:25.9827290Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:28:25.9829390Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:28:25.9831590Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:28:25.9833503Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:28:25.9835203Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:28:25.9839234Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:28:25.9841641Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:28:25.9843989Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:28:25.9845544Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:28:25.9849391Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:28:25.9852715Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:28:25.9854921Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:28:25.9856959Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:28:25.9858726Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:28:25.9861036Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:28:25.9866144Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:28:25.9878792Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:28:25.9882008Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:28:25.9885990Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:28:25.9887606Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:28:25.9890713Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:28:25.9893139Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:28:25.9895674Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:28:25.9898117Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:28:25.9899623Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:28:25.9900959Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:28:25.9903469Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:28:25.9905501Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:28:25.9907323Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:28:25.9909096Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:28:25.9911919Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:28:25.9913979Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:28:25.9915832Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:28:25.9917599Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:28:25.9920469Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:28:25.9924443Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:28:25.9927997Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:28:25.9930042Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:28:25.9934260Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:28:25.9938389Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:28:25.9944132Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:28:25.9949431Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:28:25.9952030Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:28:25.9956343Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:28:25.9958476Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:28:25.9960514Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:28:25.9962278Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:28:25.9963973Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:28:25.9967419Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:28:25.9971169Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:28:25.9976538Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:28:25.9982264Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:28:25.9986783Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:28:25.9992297Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:28:25.9996094Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:28:25.9998286Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:28:26.0000269Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:28:26.0005143Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:28:26.0007908Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:28:26.0010188Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:28:26.0013356Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:28:26.0018500Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:28:26.0020934Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:28:26.0022986Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:28:26.0030394Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:28:26.0033199Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:28:26.0035833Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:28:26.0039266Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:28:26.0043186Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:28:26.0046882Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:28:26.0049759Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:28:26.0052505Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:28:26.0054449Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:28:26.0059527Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:28:26.0061780Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:28:26.0065440Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:28:26.0067548Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:28:26.0070187Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:28:26.0072481Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:28:26.0074284Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:28:26.0076041Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:28:26.0078498Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:28:26.0081176Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:28:26.0086348Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:28:26.0088687Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:28:26.0091315Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:28:26.0093505Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:28:26.0096127Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:28:26.0107142Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:28:26.0111095Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:28:26.0113290Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:28:26.0115878Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:28:26.0119550Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:28:26.0122044Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:28:26.0124158Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:28:26.0126304Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:28:26.0127997Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:28:26.0129626Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:28:26.0132543Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:28:26.0136075Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:28:26.0138242Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:28:26.0142306Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:28:26.0145120Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:28:26.0147056Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:28:26.0149320Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:28:26.0151779Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:28:26.0154559Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:28:26.0157182Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:28:26.0160478Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:28:26.0163343Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:28:26.0165122Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:28:26.0166948Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:28:26.0178071Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:28:26.0183171Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:28:26.0185860Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:28:26.0187979Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:28:26.0189477Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:28:26.0192108Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:28:26.0194751Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:28:26.0198514Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:28:26.0205758Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:28:26.0208388Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:28:26.0210632Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:28:26.0215398Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:28:26.0218421Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:28:26.0220605Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:28:26.0223320Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:28:26.0226394Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:28:26.0229998Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:28:26.0240535Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:28:26.0252775Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:28:26.0256369Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:28:26.0259555Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:28:26.0262899Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:28:26.0264748Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:28:26.0266806Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:28:26.0269854Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:28:26.0272359Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:28:26.0275818Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:28:26.0280441Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:28:26.0282966Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:28:26.0284914Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:28:26.0286646Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:28:26.0289037Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:28:26.0290624Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:28:26.0292387Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:28:26.0294340Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:28:26.0296184Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:28:26.0297892Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:28:26.0299849Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:28:26.0301633Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:28:26.0304545Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:28:26.0309170Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:28:26.0311623Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:28:26.0320331Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:28:26.0322686Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:28:26.0337484Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:28:26.0351650Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:28:26.0356519Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:28:26.0363285Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:28:26.0367346Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:28:26.0370861Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:28:26.0373241Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:28:26.0376161Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:28:26.0380011Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:28:26.0404371Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:28:26.0430765Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:28:26.0438260Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:28:26.0443687Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:28:26.0445959Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:28:26.0449690Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:28:26.0451731Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:28:26.0455775Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:28:26.0457928Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:28:26.0464938Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:28:26.0467087Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:28:26.0469425Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:28:26.0471056Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:28:26.0473728Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:28:26.0475318Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:28:26.0477294Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:28:26.0479380Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:28:26.0481514Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:28:26.0483968Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:28:26.0486311Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:28:26.0488645Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:28:26.0490958Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:28:26.0493070Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:28:26.0495215Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:28:26.0498710Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:28:26.0501263Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:28:26.0503072Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:28:26.0523964Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:28:26.0527008Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:28:26.0528765Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:28:26.0531068Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:28:26.0534879Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:28:26.0537399Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:28:26.0538874Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:28:26.0541580Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:28:26.0543430Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:28:26.0549012Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:28:26.0552936Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:28:26.0555259Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:28:26.0556937Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:28:26.0559155Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:28:26.0562941Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:28:26.0565057Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:28:26.0567386Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:28:26.0569090Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:28:26.0571074Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:28:26.0572745Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:28:26.0575378Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:28:26.0579948Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:28:26.0582839Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:28:26.0586571Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:28:26.0588498Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:28:26.0597736Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:28:26.0603378Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:28:26.0605821Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:28:26.0608368Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:28:26.0611974Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:28:26.0614986Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:28:26.0616989Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:28:26.0619928Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:28:26.0621757Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:28:26.0623470Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:28:26.0626464Z adding 'torch/distributions/__init__.py' 2022-11-23T01:28:26.0628743Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:28:26.0630673Z adding 'torch/distributions/beta.py' 2022-11-23T01:28:26.0633330Z adding 'torch/distributions/binomial.py' 2022-11-23T01:28:26.0635875Z adding 'torch/distributions/categorical.py' 2022-11-23T01:28:26.0637873Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:28:26.0639479Z adding 'torch/distributions/chi2.py' 2022-11-23T01:28:26.0642551Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:28:26.0647171Z adding 'torch/distributions/constraints.py' 2022-11-23T01:28:26.0650455Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:28:26.0652657Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:28:26.0656360Z adding 'torch/distributions/distribution.py' 2022-11-23T01:28:26.0658424Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:28:26.0660240Z adding 'torch/distributions/exponential.py' 2022-11-23T01:28:26.0662211Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:28:26.0664183Z adding 'torch/distributions/gamma.py' 2022-11-23T01:28:26.0666396Z adding 'torch/distributions/geometric.py' 2022-11-23T01:28:26.0668335Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:28:26.0670163Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:28:26.0672139Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:28:26.0674190Z adding 'torch/distributions/independent.py' 2022-11-23T01:28:26.0681658Z adding 'torch/distributions/kl.py' 2022-11-23T01:28:26.0684349Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:28:26.0686346Z adding 'torch/distributions/laplace.py' 2022-11-23T01:28:26.0688966Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:28:26.0690767Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:28:26.0692793Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:28:26.0695889Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:28:26.0698984Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:28:26.0701460Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:28:26.0704862Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:28:26.0707292Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:28:26.0709249Z adding 'torch/distributions/normal.py' 2022-11-23T01:28:26.0711680Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:28:26.0713495Z adding 'torch/distributions/pareto.py' 2022-11-23T01:28:26.0715251Z adding 'torch/distributions/poisson.py' 2022-11-23T01:28:26.0717487Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:28:26.0719854Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:28:26.0722033Z adding 'torch/distributions/studentT.py' 2022-11-23T01:28:26.0725184Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:28:26.0734589Z adding 'torch/distributions/transforms.py' 2022-11-23T01:28:26.0737532Z adding 'torch/distributions/uniform.py' 2022-11-23T01:28:26.0740133Z adding 'torch/distributions/utils.py' 2022-11-23T01:28:26.0742760Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:28:26.0744604Z adding 'torch/distributions/weibull.py' 2022-11-23T01:28:26.0748380Z adding 'torch/distributions/wishart.py' 2022-11-23T01:28:26.0758325Z adding 'torch/fft/__init__.py' 2022-11-23T01:28:26.0764218Z adding 'torch/futures/__init__.py' 2022-11-23T01:28:26.0766972Z adding 'torch/fx/__init__.py' 2022-11-23T01:28:26.0768651Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:28:26.0770239Z adding 'torch/fx/_pytree.py' 2022-11-23T01:28:26.0782788Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:28:26.0785088Z adding 'torch/fx/annotate.py' 2022-11-23T01:28:26.0803879Z adding 'torch/fx/graph.py' 2022-11-23T01:28:26.0814884Z adding 'torch/fx/graph_module.py' 2022-11-23T01:28:26.0817484Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:28:26.0822364Z adding 'torch/fx/interpreter.py' 2022-11-23T01:28:26.0831015Z adding 'torch/fx/node.py' 2022-11-23T01:28:26.0837239Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:28:26.0842929Z adding 'torch/fx/proxy.py' 2022-11-23T01:28:26.0847427Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:28:26.0849558Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:28:26.0851404Z adding 'torch/fx/traceback.py' 2022-11-23T01:28:26.0853219Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:28:26.0865593Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:28:26.0870630Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:28:26.0872505Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:28:26.0881502Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:28:26.0884875Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:28:26.0888465Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:28:26.0891132Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:28:26.0896539Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:28:26.0901085Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:28:26.0910507Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:28:26.0913078Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:28:26.0915482Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:28:26.0917939Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:28:26.0925504Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:28:26.0928048Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:28:26.0929768Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:28:26.0934083Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:28:26.0944510Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:28:26.0955816Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:28:26.0958151Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:28:26.0962277Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:28:26.0964171Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:28:26.0965691Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:28:26.0967300Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:28:26.0969214Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:28:26.0970970Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:28:26.0972800Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:28:26.0974811Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:28:26.0978445Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:28:26.0980801Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:28:26.0982670Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:28:26.0984501Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:28:26.0986637Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:28:26.0988743Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:28:26.0993453Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:28:26.0996276Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:28:26.0998419Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:28:26.1000426Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:28:26.1002186Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:28:26.1006086Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:28:26.1008714Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:28:26.1014904Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:28:26.1018349Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:28:26.1020635Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:28:26.1023557Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:28:26.1034267Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:28:26.1037702Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:28:26.1042354Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:28:26.1046476Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:28:26.1055584Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:28:26.1059873Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:28:26.1061815Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:28:26.1063815Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:28:26.1065421Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:28:26.1067071Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:28:26.1069349Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:28:26.1071111Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:28:26.1075022Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:28:26.1077322Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:28:26.1081138Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:28:26.1083069Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:28:26.1084796Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:28:26.1086506Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:28:26.1088476Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:28:26.1091686Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:28:26.1096411Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:28:26.1099099Z adding 'torch/include/clog.h' 2022-11-23T01:28:26.1107719Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:28:26.1110545Z adding 'torch/include/dnnl.h' 2022-11-23T01:28:26.1112166Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:28:26.1113901Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:28:26.1115368Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:28:26.1116952Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:28:26.1118428Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:28:26.1120469Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:28:26.1121846Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:28:26.1123165Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:28:26.1124669Z adding 'torch/include/fp16.h' 2022-11-23T01:28:26.1127799Z adding 'torch/include/fxdiv.h' 2022-11-23T01:28:26.1129775Z adding 'torch/include/libshm.h' 2022-11-23T01:28:26.1135144Z adding 'torch/include/nnpack.h' 2022-11-23T01:28:26.1143370Z adding 'torch/include/psimd.h' 2022-11-23T01:28:26.1150107Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:28:26.1153746Z adding 'torch/include/qnnpack.h' 2022-11-23T01:28:26.1155910Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:28:26.1186344Z adding 'torch/include/sleef.h' 2022-11-23T01:28:26.1205973Z adding 'torch/include/xnnpack.h' 2022-11-23T01:28:26.1211686Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:28:26.1214042Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:28:26.1215556Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:28:26.1217025Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:28:26.1218177Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:28:26.1219657Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:28:26.1222300Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:28:26.1225947Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:28:26.1227662Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:28:26.1229274Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:28:26.1233568Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:28:26.1235969Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:28:26.1237887Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:28:26.1242343Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:28:26.1245104Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:28:26.1247088Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:28:26.1251607Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:28:26.1254444Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:28:26.1257702Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:28:26.1260194Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:28:26.1264532Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:28:26.1267341Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:28:26.1269138Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:28:26.1270720Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:28:26.1275377Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:28:26.1277613Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:28:26.1279316Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:28:26.1281110Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:28:26.1282550Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:28:26.1284051Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:28:26.1289084Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:28:26.1291413Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:28:26.1293321Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:28:26.1295074Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:28:26.1298791Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:28:26.1300678Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:28:26.1302553Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:28:26.1305078Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:28:26.1309229Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:28:26.1317568Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:28:26.1320299Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:28:26.1322361Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:28:26.1324089Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:28:26.1325376Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:28:26.1326930Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:28:26.1328954Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:28:26.1331097Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:28:26.1332901Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:28:26.1334658Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:28:26.1337509Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:28:26.1340877Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:28:26.1342674Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:28:26.1345262Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:28:26.1352988Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:28:26.1361521Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:28:26.1366314Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:28:26.1368427Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:28:26.1370168Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:28:26.1372764Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:28:26.1380428Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:28:26.1384108Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:28:26.1385720Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:28:26.1387534Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:28:26.1389901Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:28:26.1391939Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:28:26.1393502Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:28:26.1395343Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:28:26.1397032Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:28:26.1398874Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:28:26.1605565Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:28:26.1756045Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:28:26.1774836Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:28:26.1776349Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:28:26.1778344Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:28:26.1779881Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:28:26.1781191Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:28:26.1782486Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:28:26.1784887Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:28:26.1787984Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:28:26.1792388Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:28:26.1796050Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:28:26.1797021Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:28:26.1798451Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:28:26.1799729Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:28:26.1801632Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:28:26.1808680Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:28:26.1819892Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:28:26.1822424Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:28:26.1824758Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:28:26.1826899Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:28:26.1828690Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:28:26.1830334Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:28:26.1832220Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:28:26.1834771Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:28:26.1837125Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:28:26.1839880Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:28:26.1841588Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:28:26.1843544Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:28:26.1845090Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:28:26.1987903Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:28:26.2025991Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:28:26.2029128Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:28:26.2031576Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:28:26.2033426Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:28:26.2036045Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:28:26.2038061Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:28:26.2041026Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:28:26.2043326Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:28:26.2045026Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:28:26.2047627Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:28:26.2049262Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:28:26.2051143Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:28:26.2057521Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:28:26.2060399Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:28:26.2062108Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:28:26.2063800Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:28:26.2066282Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:28:26.2068136Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:28:26.2069669Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:28:26.2071526Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:28:26.2073874Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:28:26.2075601Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:28:26.2079967Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:28:26.2082973Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:28:26.2084800Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:28:26.2086335Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:28:26.2089290Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:28:26.2091044Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:28:26.2093758Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:28:26.2099595Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:28:26.2102351Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:28:26.2104869Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:28:26.2109336Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:28:26.2112918Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:28:26.2115919Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:28:26.2118460Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:28:26.2121798Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:28:26.2123605Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:28:26.2125262Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:28:26.2127249Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:28:26.2128705Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:28:26.2130305Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:28:26.2131825Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:28:26.2133092Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:28:26.2134681Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:28:26.2137556Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:28:26.2148216Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:28:26.2195652Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:28:26.2203822Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:28:26.2206431Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:28:26.2208026Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:28:26.2209585Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:28:26.2211621Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:28:26.2213612Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:28:26.2215619Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:28:26.2217582Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:28:26.2228305Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:28:26.2232106Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:28:26.2234050Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:28:26.2238343Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:28:26.2240379Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:28:26.2243719Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:28:26.2245424Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:28:26.2247232Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:28:26.2249271Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:28:26.2256053Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:28:26.2260845Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:28:26.2263059Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:28:26.2264615Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:28:26.2268032Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:28:26.2269909Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:28:26.2284493Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:28:26.2308567Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:28:26.2312060Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:28:26.2330843Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:28:26.2338292Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:28:26.2340812Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:28:26.2343133Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:28:26.2344862Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:28:26.2347354Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:28:26.2350177Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:28:26.2352327Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:28:26.2354066Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:28:26.2355324Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:28:26.2358594Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:28:26.2360723Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:28:26.2363809Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:28:26.2366988Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:28:26.2368876Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:28:26.2370807Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:28:26.2372546Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:28:26.2376015Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:28:26.2383026Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:28:26.2385764Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:28:26.2388016Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:28:26.2391463Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:28:26.2400505Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:28:26.2402777Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:28:26.2406945Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:28:26.2408815Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:28:26.2410347Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:28:26.2412271Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:28:26.2414775Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:28:26.2417565Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:28:26.2423581Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:28:26.2425998Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:28:26.2428971Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:28:26.2430793Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:28:26.2433447Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:28:26.2437193Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:28:26.2439489Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:28:26.2441080Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:28:26.2448748Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:28:26.2452249Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:28:26.2453803Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:28:26.2456457Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:28:26.2462625Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:28:26.2467538Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:28:26.2474192Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:28:26.2477107Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:28:26.2480847Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:28:26.2486188Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:28:26.2495703Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:28:26.2504462Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:28:26.2508429Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:28:26.2515275Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:28:26.2521019Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:28:26.2528076Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:28:26.2533322Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:28:26.2536833Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:28:26.2545468Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:28:26.2553996Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:28:26.2556979Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:28:26.2558466Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:28:26.2560378Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:28:26.2564867Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:28:26.2570987Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:28:26.2574329Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:28:26.2576216Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:28:26.2578002Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:28:26.2579765Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:28:26.2581250Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:28:26.2583867Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:28:26.2586431Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:28:26.2588487Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:28:26.2590262Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:28:26.2592067Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:28:26.2594695Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:28:26.2597381Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:28:26.2599020Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:28:26.2600677Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:28:26.2602249Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:28:26.2603988Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:28:26.2605798Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:28:26.2608087Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:28:26.2610259Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:28:26.2611913Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:28:26.2613460Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:28:26.2615015Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:28:26.2616820Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:28:26.2617993Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:28:26.2621760Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:28:26.2624306Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:28:26.2626312Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:28:26.2627830Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:28:26.2630348Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:28:26.2632123Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:28:26.2634450Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:28:26.2637654Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:28:26.2639561Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:28:26.2642025Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:28:26.2643999Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:28:26.2645545Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:28:26.2647791Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:28:26.2649733Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:28:26.2651803Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:28:26.2653711Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:28:26.2658015Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:28:26.2659827Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:28:26.2661258Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:28:26.2662882Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:28:26.2664075Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:28:26.2665636Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:28:26.2667301Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:28:26.2670191Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:28:26.2672455Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:28:26.2674514Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:28:26.2676276Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:28:26.2678518Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:28:26.2683047Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:28:26.2686581Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:28:26.2689489Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:28:26.2692072Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:28:26.2694809Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:28:26.2696816Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:28:26.2699760Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:28:26.2703413Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:28:26.2705103Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:28:26.2707216Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:28:26.2709564Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:28:26.2711619Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:28:26.2714083Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:28:26.2715342Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:28:26.2719362Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:28:26.2721932Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:28:26.2724794Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:28:26.2726589Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:28:26.2729260Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:28:26.2731625Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:28:26.2734524Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:28:26.2736852Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:28:26.2738785Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:28:26.2740361Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:28:26.2742479Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:28:26.2744221Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:28:26.2746768Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:28:26.2751070Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:28:26.2753250Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:28:26.2754738Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:28:26.2756226Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:28:26.2758781Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:28:26.2761858Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:28:26.2763702Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:28:26.2767774Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:28:26.2774581Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:28:26.2777350Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:28:26.2779028Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:28:26.2781776Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:28:26.2783803Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:28:26.2786545Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:28:26.2788794Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:28:26.2790458Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:28:26.2792199Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:28:26.2794772Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:28:26.2796413Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:28:26.2797981Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:28:26.2806055Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:28:26.2808753Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:28:26.2847158Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:28:26.2852618Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:28:26.2855443Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:28:26.2857401Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:28:26.2859027Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:28:26.2860798Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:28:26.2862290Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:28:26.2863908Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:28:26.2867063Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:28:26.2869177Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:28:26.2870925Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:28:26.2872699Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:28:26.2874274Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:28:26.2875984Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:28:26.2879977Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:28:26.2882172Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:28:26.2885026Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:28:26.2887034Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:28:26.2889065Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:28:26.2890744Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:28:26.2894290Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:28:26.2896582Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:28:26.2898165Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:28:26.2900035Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:28:26.2902163Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:28:26.2904581Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:28:26.2906539Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:28:26.2908809Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:28:26.2910467Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:28:26.2912357Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:28:26.2914007Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:28:26.2916283Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:28:26.2917703Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:28:26.2919620Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:28:26.2921073Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:28:26.2922812Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:28:26.2924447Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:28:26.2926360Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:28:26.2928130Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:28:26.2929961Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:28:26.2931566Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:28:26.2933415Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:28:26.2935004Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:28:26.2936348Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:28:26.2938286Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:28:26.2942668Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:28:26.2944808Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:28:26.2946376Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:28:26.2948510Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:28:26.2951122Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:28:26.2953412Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:28:26.2954868Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:28:26.2956774Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:28:26.2958946Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:28:26.2960536Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:28:26.2961929Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:28:26.2963380Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:28:26.2964869Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:28:26.2968165Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:28:26.2970110Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:28:26.2972215Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:28:26.2973932Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:28:26.2975788Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:28:26.2979748Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:28:26.2981826Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:28:26.2983325Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:28:26.2987640Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:28:26.2990461Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:28:26.2992521Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:28:26.2993818Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:28:26.2995279Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:28:26.2999710Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:28:26.3001987Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:28:26.3004232Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:28:26.3006492Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:28:26.3008710Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:28:26.3011125Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:28:26.3012822Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:28:26.3016204Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:28:26.3019637Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:28:26.3021568Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:28:26.3023515Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:28:26.3029002Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:28:26.3030984Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:28:26.3032410Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:28:26.3038575Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:28:26.3040755Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:28:26.3042385Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:28:26.3045103Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:28:26.3048390Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:28:26.3050055Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:28:26.3051499Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:28:26.3054240Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:28:26.3056388Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:28:26.3057886Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:28:26.3061052Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:28:26.3089840Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:28:26.3096407Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:28:26.3098434Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:28:26.3101204Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:28:26.3116338Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:28:26.3122150Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:28:26.3124469Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:28:26.3128047Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:28:26.3130234Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:28:26.3142922Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:28:26.3145536Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:28:26.3147301Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:28:26.3149029Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:28:26.3153135Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:28:26.3155081Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:28:26.3156518Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:28:26.3159598Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:28:26.3161319Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:28:26.3163664Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:28:26.3167595Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:28:26.3172856Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:28:26.3174652Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:28:26.3176102Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:28:26.3177527Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:28:26.3180747Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:28:26.3182937Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:28:26.3184554Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:28:26.3185970Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:28:26.3188368Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:28:26.3191512Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:28:26.3194237Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:28:26.3200163Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:28:26.3202124Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:28:26.3205052Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:28:26.3207350Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:28:26.3209139Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:28:26.3210550Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:28:26.3212118Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:28:26.3213545Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:28:26.3215196Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:28:26.3216898Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:28:26.3218405Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:28:26.3221582Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:28:26.3226673Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:28:26.3230168Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:28:26.3233014Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:28:26.3234736Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:28:26.3237841Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:28:26.3242046Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:28:26.3245602Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:28:26.3247259Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:28:26.3248748Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:28:26.3250191Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:28:26.3301187Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T01:28:26.3302572Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T01:28:26.3304177Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3305700Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3307123Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3308639Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:28:26.3310331Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:28:26.3312234Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3314232Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:28:26.3315386Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:28:26.3316956Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T01:28:26.3318496Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T01:28:26.3320390Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T01:28:26.3322147Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T01:28:26.3323910Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3325819Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3327148Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3328597Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:28:26.3330331Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:28:26.3331734Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3333132Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:28:26.3334969Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:28:26.3336209Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T01:28:26.3337743Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T01:28:26.3339453Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T01:28:26.3341250Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3342647Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T01:28:26.3344418Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T01:28:26.3346025Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T01:28:26.3347719Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3348863Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T01:28:26.3350548Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T01:28:26.3352071Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T01:28:26.3355777Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T01:28:26.3357751Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T01:28:26.3359521Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.3361099Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T01:28:26.3363742Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T01:28:26.3365228Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T01:28:26.3366871Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T01:28:26.3368232Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T01:28:26.3369910Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T01:28:26.3371480Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T01:28:26.3373042Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3374536Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T01:28:26.3375985Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T01:28:26.3377485Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T01:28:26.3379092Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T01:28:26.3380807Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T01:28:26.3382487Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3383973Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T01:28:26.3385347Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T01:28:26.3387040Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T01:28:26.3388665Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T01:28:26.3390271Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3392081Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T01:28:26.3393630Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T01:28:26.3395181Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T01:28:26.3396612Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T01:28:26.3398178Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T01:28:26.3399848Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T01:28:26.3401436Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T01:28:26.3402904Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T01:28:26.3404580Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T01:28:26.3406172Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T01:28:26.3408045Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3409456Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T01:28:26.3411161Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T01:28:26.3412601Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T01:28:26.3414736Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3415884Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T01:28:26.3417523Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T01:28:26.3418985Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T01:28:26.3420677Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3422023Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T01:28:26.3423601Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T01:28:26.3425148Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T01:28:26.3426665Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3428342Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T01:28:26.3429559Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T01:28:26.3431077Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T01:28:26.3432957Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T01:28:26.3434680Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3435935Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T01:28:26.3437628Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T01:28:26.3439454Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3440599Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T01:28:26.3442303Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T01:28:26.3443624Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T01:28:26.3445240Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3446420Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T01:28:26.3447985Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T01:28:26.3449446Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T01:28:26.3451113Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3452161Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T01:28:26.3453958Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T01:28:26.3455102Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T01:28:26.3456761Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3457862Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T01:28:26.3459337Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T01:28:26.3460551Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T01:28:26.3462189Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3463234Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T01:28:26.3464752Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T01:28:26.3465963Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T01:28:26.3467550Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3468632Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T01:28:26.3469932Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T01:28:26.3471640Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T01:28:26.3473373Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3474918Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T01:28:26.3476104Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T01:28:26.3477594Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T01:28:26.3479297Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3480694Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T01:28:26.3482166Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T01:28:26.3483673Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T01:28:26.3485292Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3486702Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T01:28:26.3488106Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T01:28:26.3489636Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T01:28:26.3491163Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3492546Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3493957Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3495356Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T01:28:26.3496847Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T01:28:26.3498387Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T01:28:26.3499944Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3501381Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T01:28:26.3502776Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T01:28:26.3504151Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T01:28:26.3505624Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T01:28:26.3507177Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T01:28:26.3508678Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3510159Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T01:28:26.3511662Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T01:28:26.3513200Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T01:28:26.3514749Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T01:28:26.3516231Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T01:28:26.3517593Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3518894Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T01:28:26.3520363Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T01:28:26.3521834Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T01:28:26.3523283Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3524560Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T01:28:26.3525965Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T01:28:26.3527416Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T01:28:26.3528870Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3530214Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T01:28:26.3531477Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T01:28:26.3533005Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T01:28:26.3534478Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T01:28:26.3535963Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T01:28:26.3537328Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T01:28:26.3538750Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T01:28:26.3540088Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T01:28:26.3541429Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T01:28:26.3542842Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3544208Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T01:28:26.3545860Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3547233Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.3549331Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T01:28:26.3549839Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T01:28:26.3551649Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T01:28:26.3553453Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T01:28:26.3555282Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T01:28:26.3556800Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3558281Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T01:28:26.3560184Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T01:28:26.3562218Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T01:28:26.3563999Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T01:28:26.3565572Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T01:28:26.3567370Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T01:28:26.3569090Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T01:28:26.3570844Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.3572387Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T01:28:26.3573938Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T01:28:26.3575636Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T01:28:26.3577390Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T01:28:26.3578962Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T01:28:26.3580686Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T01:28:26.3582569Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T01:28:26.3584336Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.3585843Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T01:28:26.3587565Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T01:28:26.3589231Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T01:28:26.3591015Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T01:28:26.3592726Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T01:28:26.3594649Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T01:28:26.3596676Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T01:28:26.3598845Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3600407Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3602242Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T01:28:26.3603958Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3605550Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T01:28:26.3607374Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T01:28:26.3609002Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T01:28:26.3610557Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3612244Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T01:28:26.3613618Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T01:28:26.3615121Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T01:28:26.3617098Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T01:28:26.3618610Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T01:28:26.3620274Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T01:28:26.3621766Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3623305Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T01:28:26.3624700Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T01:28:26.3626483Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3627634Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T01:28:26.3629367Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T01:28:26.3631233Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T01:28:26.3633220Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T01:28:26.3635046Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3636337Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3637841Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3639600Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T01:28:26.3641611Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T01:28:26.3643331Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3644772Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T01:28:26.3646313Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T01:28:26.3647876Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T01:28:26.3649645Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T01:28:26.3651468Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T01:28:26.3653249Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3654746Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:28:26.3656265Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T01:28:26.3658007Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T01:28:26.3659853Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T01:28:26.3661524Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3663115Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T01:28:26.3664591Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T01:28:26.3666311Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T01:28:26.3668547Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T01:28:26.3671399Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T01:28:26.3673712Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3675486Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3677069Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T01:28:26.3679118Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T01:28:26.3681089Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3682752Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T01:28:26.3684720Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T01:28:26.3686299Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3687769Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T01:28:26.3689212Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:28:26.3690654Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:28:26.3692196Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T01:28:26.3693958Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T01:28:26.3695783Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T01:28:26.3697362Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3698687Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T01:28:26.3700186Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T01:28:26.3701855Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T01:28:26.3703559Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3704873Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T01:28:26.3706554Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T01:28:26.3707865Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T01:28:26.3734118Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3734335Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T01:28:26.3734517Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T01:28:26.3734681Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T01:28:26.3734948Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3735140Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T01:28:26.3735327Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T01:28:26.3749404Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T01:28:26.3751080Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T01:28:26.3753030Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T01:28:26.3754651Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T01:28:26.3756212Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T01:28:26.3757793Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T01:28:26.3759374Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T01:28:26.3761042Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T01:28:26.3762514Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T01:28:26.3764174Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T01:28:26.3765788Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T01:28:26.3767505Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3768853Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T01:28:26.3770440Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T01:28:26.3771785Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T01:28:26.3773271Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T01:28:26.3774746Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T01:28:26.3776234Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T01:28:26.3777615Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T01:28:26.3779193Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T01:28:26.3780653Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T01:28:26.3782383Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3783554Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T01:28:26.3785162Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T01:28:26.3786683Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T01:28:26.3788365Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3790117Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T01:28:26.3792090Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T01:28:26.3793547Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T01:28:26.3795292Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T01:28:26.3796773Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T01:28:26.3798521Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3799762Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T01:28:26.3801200Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T01:28:26.3802830Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T01:28:26.3804420Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T01:28:26.3805792Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T01:28:26.3807360Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T01:28:26.3808983Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T01:28:26.3810673Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3812156Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T01:28:26.3813901Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T01:28:26.3815468Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T01:28:26.3817697Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T01:28:26.3819692Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T01:28:26.3821380Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T01:28:26.3823274Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3824790Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T01:28:26.3826724Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T01:28:26.3828477Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3829886Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T01:28:26.3831246Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T01:28:26.3833505Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T01:28:26.3835255Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3836973Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3838431Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3840176Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T01:28:26.3841978Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T01:28:26.3843843Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T01:28:26.3845729Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3847158Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T01:28:26.3848780Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T01:28:26.3850266Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T01:28:26.3852216Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T01:28:26.3853676Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T01:28:26.3855417Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T01:28:26.3857102Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T01:28:26.3858715Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3860188Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3861642Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3863095Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T01:28:26.3864742Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T01:28:26.3866432Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T01:28:26.3868155Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.3869973Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T01:28:26.3871700Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T01:28:26.3873175Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T01:28:26.3875118Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3876551Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T01:28:26.3878171Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T01:28:26.3880147Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T01:28:26.3882048Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T01:28:26.3883913Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3885555Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T01:28:26.3887228Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T01:28:26.3889141Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T01:28:26.3890866Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T01:28:26.3892719Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3894198Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T01:28:26.3895851Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T01:28:26.3897676Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T01:28:26.3899384Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T01:28:26.3901084Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3902727Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3904334Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T01:28:26.3906045Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T01:28:26.3907821Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3909391Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T01:28:26.3911026Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T01:28:26.3912765Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T01:28:26.3914703Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T01:28:26.3916382Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T01:28:26.3918111Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T01:28:26.3919847Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T01:28:26.3921558Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T01:28:26.3923098Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T01:28:26.3924919Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T01:28:26.3926694Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3928359Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T01:28:26.3930143Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T01:28:26.3931629Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T01:28:26.3933370Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T01:28:26.3935223Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T01:28:26.3937063Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3938756Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T01:28:26.3940340Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T01:28:26.3941969Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T01:28:26.3943778Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T01:28:26.3945580Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T01:28:26.3947449Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T01:28:26.3949171Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T01:28:26.3950739Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T01:28:26.3952643Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T01:28:26.3954371Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T01:28:26.3956096Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T01:28:26.3957700Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T01:28:26.3959357Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T01:28:26.3961132Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T01:28:26.3962826Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T01:28:26.3964495Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T01:28:26.3966132Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T01:28:26.3967668Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T01:28:26.3969425Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T01:28:26.3971108Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T01:28:26.3972721Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T01:28:26.3974233Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T01:28:26.3975901Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T01:28:26.3977463Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T01:28:26.3979104Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3980548Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T01:28:26.3982027Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T01:28:26.3983654Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T01:28:26.3985184Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T01:28:26.3986801Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3988283Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T01:28:26.3989742Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T01:28:26.3991350Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T01:28:26.3993094Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T01:28:26.3994615Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T01:28:26.3996148Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.3997498Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T01:28:26.3998971Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T01:28:26.4000352Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T01:28:26.4002276Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T01:28:26.4003828Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T01:28:26.4005380Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4006806Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T01:28:26.4008243Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T01:28:26.4009681Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T01:28:26.4011625Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T01:28:26.4013540Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T01:28:26.4015288Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4016804Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T01:28:26.4018289Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T01:28:26.4020094Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T01:28:26.4022046Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T01:28:26.4024032Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T01:28:26.4025781Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4027331Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T01:28:26.4028841Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T01:28:26.4030451Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T01:28:26.4032621Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T01:28:26.4034419Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T01:28:26.4036010Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4037677Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T01:28:26.4039288Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T01:28:26.4040799Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T01:28:26.4043164Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T01:28:26.4044854Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T01:28:26.4047245Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4048722Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T01:28:26.4050782Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T01:28:26.4052525Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T01:28:26.4054608Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T01:28:26.4056455Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T01:28:26.4059083Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4060110Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T01:28:26.4062292Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T01:28:26.4063843Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T01:28:26.4066082Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T01:28:26.4067811Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T01:28:26.4069407Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4070922Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T01:28:26.4073185Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T01:28:26.4074298Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T01:28:26.4076245Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T01:28:26.4077541Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T01:28:26.4079213Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4080859Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T01:28:26.4082369Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T01:28:26.4083913Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T01:28:26.4085626Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T01:28:26.4087656Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T01:28:26.4089566Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4090847Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T01:28:26.4092449Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T01:28:26.4094126Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T01:28:26.4096178Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T01:28:26.4097894Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T01:28:26.4099637Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4101198Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T01:28:26.4102762Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T01:28:26.4104259Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T01:28:26.4106004Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T01:28:26.4107660Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T01:28:26.4109368Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4110864Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T01:28:26.4112599Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T01:28:26.4114207Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T01:28:26.4115948Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T01:28:26.4117566Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T01:28:26.4119332Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4120961Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T01:28:26.4122502Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T01:28:26.4124016Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T01:28:26.4125729Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T01:28:26.4127520Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T01:28:26.4129067Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4130558Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T01:28:26.4132095Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T01:28:26.4133655Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T01:28:26.4135344Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T01:28:26.4137733Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T01:28:26.4139605Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4141139Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T01:28:26.4142795Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T01:28:26.4144272Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T01:28:26.4145978Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T01:28:26.4147642Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T01:28:26.4149284Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4150852Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T01:28:26.4152520Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T01:28:26.4154208Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T01:28:26.4155898Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T01:28:26.4157584Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T01:28:26.4159294Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4160923Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T01:28:26.4162475Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T01:28:26.4164005Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T01:28:26.4165714Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T01:28:26.4167370Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T01:28:26.4168985Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T01:28:26.4170694Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4172187Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T01:28:26.4173750Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T01:28:26.4175250Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T01:28:26.4176983Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T01:28:26.4178655Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T01:28:26.4180353Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4181833Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T01:28:26.4183397Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T01:28:26.4184903Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T01:28:26.4186635Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T01:28:26.4188266Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T01:28:26.4189970Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4191631Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T01:28:26.4193345Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T01:28:26.4194863Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T01:28:26.4196606Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T01:28:26.4198372Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4200005Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T01:28:26.4201694Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T01:28:26.4203110Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T01:28:26.4204970Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T01:28:26.4206502Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T01:28:26.4208113Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4209686Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T01:28:26.4211159Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T01:28:26.4212646Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T01:28:26.4214310Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T01:28:26.4215758Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T01:28:26.4217434Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4218907Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T01:28:26.4220370Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T01:28:26.4221764Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T01:28:26.4223360Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T01:28:26.4225061Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T01:28:26.4226767Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4228340Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T01:28:26.4229766Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T01:28:26.4231534Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T01:28:26.4233600Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T01:28:26.4235264Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T01:28:26.4236862Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4238355Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T01:28:26.4239889Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T01:28:26.4241344Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T01:28:26.4243030Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T01:28:26.4244726Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T01:28:26.4246515Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4248111Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T01:28:26.4249966Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T01:28:26.4251658Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T01:28:26.4253230Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T01:28:26.4254674Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T01:28:26.4255925Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4257407Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T01:28:26.4258805Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T01:28:26.4260222Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T01:28:26.4261804Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T01:28:26.4263282Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T01:28:26.4264859Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4266168Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T01:28:26.4267484Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T01:28:26.4268798Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T01:28:26.4270273Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T01:28:26.4271966Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T01:28:26.4273624Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4275364Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T01:28:26.4276844Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T01:28:26.4278469Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T01:28:26.4280196Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T01:28:26.4281852Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T01:28:26.4283629Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4285302Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T01:28:26.4286768Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T01:28:26.4288271Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T01:28:26.4289911Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T01:28:26.4291622Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T01:28:26.4293309Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4295028Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T01:28:26.4296540Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T01:28:26.4298021Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T01:28:26.4299586Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T01:28:26.4301172Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T01:28:26.4302877Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4304414Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T01:28:26.4305949Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T01:28:26.4307330Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T01:28:26.4308940Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T01:28:26.4310746Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T01:28:26.4312693Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4314352Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T01:28:26.4315903Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T01:28:26.4317514Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T01:28:26.4319557Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T01:28:26.4321383Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T01:28:26.4323072Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4324802Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T01:28:26.4326279Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T01:28:26.4327787Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T01:28:26.4329434Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T01:28:26.4331092Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T01:28:26.4332956Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4334398Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T01:28:26.4335957Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T01:28:26.4337605Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T01:28:26.4339289Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T01:28:26.4341190Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T01:28:26.4342925Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4344408Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T01:28:26.4345825Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T01:28:26.4347225Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T01:28:26.4348783Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T01:28:26.4350373Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T01:28:26.4351908Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4353354Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T01:28:26.4354890Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T01:28:26.4356180Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T01:28:26.4357861Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T01:28:26.4359833Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T01:28:26.4361682Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4363226Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T01:28:26.4364863Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T01:28:26.4366783Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T01:28:26.4368482Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T01:28:26.4370172Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4371650Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T01:28:26.4373105Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T01:28:26.4374744Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T01:28:26.4376694Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T01:28:26.4378784Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4380454Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T01:28:26.4382074Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T01:28:26.4383744Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T01:28:26.4385805Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T01:28:26.4387629Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T01:28:26.4389260Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T01:28:26.4390870Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T01:28:26.4392589Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T01:28:26.4394341Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T01:28:26.4396061Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T01:28:26.4397560Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T01:28:26.4399428Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4400999Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T01:28:26.4402709Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4404420Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4405687Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T01:28:26.4407536Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T01:28:26.4408948Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T01:28:26.4410628Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T01:28:26.4412266Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T01:28:26.4413949Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4415391Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T01:28:26.4417030Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T01:28:26.4418722Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T01:28:26.4420382Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T01:28:26.4422178Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4423519Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T01:28:26.4425277Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T01:28:26.4427061Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4428544Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T01:28:26.4430350Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T01:28:26.4432101Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T01:28:26.4433822Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4435235Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T01:28:26.4436902Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T01:28:26.4438595Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T01:28:26.4440365Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4441790Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T01:28:26.4443449Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T01:28:26.4445253Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T01:28:26.4447038Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4448628Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T01:28:26.4450137Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T01:28:26.4451963Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T01:28:26.4453715Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T01:28:26.4455534Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4457053Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T01:28:26.4458600Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T01:28:26.4460332Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T01:28:26.4462120Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T01:28:26.4463976Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4465519Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T01:28:26.4467013Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T01:28:26.4468790Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T01:28:26.4470475Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T01:28:26.4472405Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4474032Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T01:28:26.4475586Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T01:28:26.4477350Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T01:28:26.4478955Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T01:28:26.4480689Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T01:28:26.4482327Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T01:28:26.4483897Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T01:28:26.4485823Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4487395Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4488690Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T01:28:26.4490360Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T01:28:26.4491882Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T01:28:26.4493492Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T01:28:26.4495053Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T01:28:26.4496710Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4498114Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T01:28:26.4499730Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T01:28:26.4501428Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T01:28:26.4503068Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4504461Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T01:28:26.4506099Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T01:28:26.4507741Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T01:28:26.4509546Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4511022Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T01:28:26.4513557Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T01:28:26.4515148Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T01:28:26.4516844Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T01:28:26.4518341Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T01:28:26.4520245Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T01:28:26.4521955Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T01:28:26.4523781Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4525257Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T01:28:26.4526959Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T01:28:26.4528525Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T01:28:26.4530189Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T01:28:26.4531696Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T01:28:26.4533488Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T01:28:26.4535179Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T01:28:26.4536982Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4538478Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T01:28:26.4540091Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T01:28:26.4541800Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T01:28:26.4543315Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T01:28:26.4544793Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T01:28:26.4546417Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T01:28:26.4547947Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T01:28:26.4549661Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4551083Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T01:28:26.4552904Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T01:28:26.4554405Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T01:28:26.4555996Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T01:28:26.4557395Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T01:28:26.4559127Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T01:28:26.4560750Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T01:28:26.4562438Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4563880Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T01:28:26.4565435Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T01:28:26.4566834Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T01:28:26.4568413Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T01:28:26.4569851Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T01:28:26.4571499Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T01:28:26.4572985Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T01:28:26.4574820Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T01:28:26.4576753Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T01:28:26.4577678Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T01:28:26.4579844Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T01:28:26.4581775Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T01:28:26.4583842Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T01:28:26.4586010Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4587668Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:28:26.4589787Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:28:26.4591848Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T01:28:26.4593693Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:28:26.4595709Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T01:28:26.4597733Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T01:28:26.4599883Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4601619Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T01:28:26.4603761Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T01:28:26.4605350Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T01:28:26.4607564Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T01:28:26.4609333Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T01:28:26.4611436Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T01:28:26.4613253Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T01:28:26.4615261Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T01:28:26.4617064Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T01:28:26.4618929Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T01:28:26.4620912Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T01:28:26.4623167Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T01:28:26.4625183Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4626967Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T01:28:26.4629194Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T01:28:26.4631069Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T01:28:26.4633281Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4634949Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T01:28:26.4637132Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T01:28:26.4638866Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T01:28:26.4641033Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4642749Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T01:28:26.4644876Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4646911Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4648489Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T01:28:26.4650740Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T01:28:26.4652289Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T01:28:26.4654486Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T01:28:26.4656336Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T01:28:26.4658544Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4660294Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:28:26.4662330Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:28:26.4664038Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T01:28:26.4666295Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T01:28:26.4668091Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T01:28:26.4670359Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4672150Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:28:26.4674346Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:28:26.4676067Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T01:28:26.4678286Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T01:28:26.4680239Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T01:28:26.4682424Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4684079Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T01:28:26.4686061Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T01:28:26.4688001Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T01:28:26.4689978Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T01:28:26.4691908Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T01:28:26.4694056Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4695735Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T01:28:26.4697846Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T01:28:26.4699514Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T01:28:26.4702032Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T01:28:26.4703659Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4705718Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T01:28:26.4707472Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T01:28:26.4709406Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T01:28:26.4711660Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T01:28:26.4713873Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T01:28:26.4715805Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4717541Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T01:28:26.4719710Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T01:28:26.4721666Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T01:28:26.4723731Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4725608Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T01:28:26.4727616Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T01:28:26.4729456Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T01:28:26.4731561Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T01:28:26.4733619Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4735295Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T01:28:26.4737720Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T01:28:26.4739478Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T01:28:26.4741733Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4743422Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T01:28:26.4745800Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T01:28:26.4747574Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T01:28:26.4749779Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4751438Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T01:28:26.4753880Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T01:28:26.4756198Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T01:28:26.4758578Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4760703Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:28:26.4762768Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:28:26.4765018Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T01:28:26.4767495Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T01:28:26.4769985Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T01:28:26.4772207Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4774124Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:28:26.4776314Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:28:26.4778294Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T01:28:26.4780859Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T01:28:26.4782627Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T01:28:26.4785013Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4786697Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T01:28:26.4788986Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4790704Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4792633Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T01:28:26.4794654Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T01:28:26.4796439Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T01:28:26.4798335Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T01:28:26.4800470Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T01:28:26.4802412Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T01:28:26.4804594Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4806400Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T01:28:26.4808640Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T01:28:26.4810473Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4812494Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T01:28:26.4814217Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T01:28:26.4816210Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T01:28:26.4818417Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T01:28:26.4820122Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T01:28:26.4822018Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T01:28:26.4824069Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T01:28:26.4825921Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T01:28:26.4828054Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T01:28:26.4829850Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T01:28:26.4832249Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T01:28:26.4834611Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4836399Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T01:28:26.4838607Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T01:28:26.4840613Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T01:28:26.4842616Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T01:28:26.4844600Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T01:28:26.4846174Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T01:28:26.4848359Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T01:28:26.4849919Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T01:28:26.4851700Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T01:28:26.4853575Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T01:28:26.4855383Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4857106Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T01:28:26.4859028Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T01:28:26.4860825Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T01:28:26.4862509Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T01:28:26.4864245Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T01:28:26.4865938Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T01:28:26.4867769Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4869594Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T01:28:26.4871180Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T01:28:26.4873066Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T01:28:26.4874668Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T01:28:26.4876479Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T01:28:26.4878129Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T01:28:26.4880061Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4881632Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T01:28:26.4883455Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T01:28:26.4885208Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T01:28:26.4887021Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T01:28:26.4888849Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4891000Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.4892390Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T01:28:26.4894328Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T01:28:26.4896022Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T01:28:26.4897758Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T01:28:26.4899491Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T01:28:26.4901246Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T01:28:26.4903249Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T01:28:26.4904975Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4906530Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T01:28:26.4908367Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T01:28:26.4910017Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T01:28:26.4912097Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4913616Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T01:28:26.4915333Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T01:28:26.4917408Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T01:28:26.4919577Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4921367Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T01:28:26.4923224Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T01:28:26.4925043Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T01:28:26.4926589Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T01:28:26.4928305Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T01:28:26.4930062Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T01:28:26.4931956Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T01:28:26.4933800Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4935399Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T01:28:26.4937217Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T01:28:26.4939025Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4940604Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T01:28:26.4942485Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T01:28:26.4944244Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T01:28:26.4946867Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4948525Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T01:28:26.4950311Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T01:28:26.4952141Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T01:28:26.4954146Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4955687Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T01:28:26.4957506Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T01:28:26.4959280Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T01:28:26.4961194Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4962781Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T01:28:26.4964624Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T01:28:26.4966350Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T01:28:26.4968172Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4969814Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T01:28:26.4971578Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T01:28:26.4973071Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T01:28:26.4974982Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T01:28:26.4976757Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T01:28:26.4978609Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4980303Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T01:28:26.4981920Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T01:28:26.4983445Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T01:28:26.4985327Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T01:28:26.4987038Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T01:28:26.4988987Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.4990561Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T01:28:26.4992459Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T01:28:26.4994234Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T01:28:26.4996062Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T01:28:26.4997980Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.4999542Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T01:28:26.5001534Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T01:28:26.5002960Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T01:28:26.5005116Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T01:28:26.5007150Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5008892Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5010441Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T01:28:26.5012304Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T01:28:26.5014122Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T01:28:26.5015756Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T01:28:26.5017524Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T01:28:26.5019064Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T01:28:26.5020952Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T01:28:26.5022658Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T01:28:26.5024537Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5026006Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T01:28:26.5027871Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T01:28:26.5029472Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T01:28:26.5031469Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5033103Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T01:28:26.5034911Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T01:28:26.5036771Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T01:28:26.5038502Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5040237Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T01:28:26.5042110Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T01:28:26.5043644Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T01:28:26.5045475Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T01:28:26.5047743Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5048985Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T01:28:26.5050964Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T01:28:26.5052587Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T01:28:26.5054712Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5056148Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T01:28:26.5058171Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T01:28:26.5059712Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T01:28:26.5061789Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T01:28:26.5063335Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T01:28:26.5065290Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5066717Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T01:28:26.5068489Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T01:28:26.5070211Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T01:28:26.5072164Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5073872Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T01:28:26.5075740Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5077408Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T01:28:26.5079292Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T01:28:26.5081115Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T01:28:26.5083093Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T01:28:26.5084802Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T01:28:26.5086407Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T01:28:26.5088463Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5090109Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T01:28:26.5092049Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T01:28:26.5093856Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T01:28:26.5095461Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T01:28:26.5097422Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T01:28:26.5099112Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T01:28:26.5101002Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T01:28:26.5102619Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T01:28:26.5104724Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T01:28:26.5106634Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T01:28:26.5108639Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5110410Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5112297Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5114103Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T01:28:26.5124828Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T01:28:26.5125433Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T01:28:26.5126003Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5126417Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T01:28:26.5126769Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T01:28:26.5127140Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T01:28:26.5127850Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5128297Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5129113Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5130872Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T01:28:26.5132530Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T01:28:26.5134049Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T01:28:26.5135808Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T01:28:26.5137411Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T01:28:26.5138960Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T01:28:26.5140512Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T01:28:26.5141955Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T01:28:26.5143517Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5144937Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T01:28:26.5146470Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T01:28:26.5148007Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T01:28:26.5149641Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5151122Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T01:28:26.5153207Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T01:28:26.5154736Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T01:28:26.5156304Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5157631Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T01:28:26.5159241Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T01:28:26.5160655Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T01:28:26.5162337Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5163726Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T01:28:26.5165226Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T01:28:26.5166704Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T01:28:26.5168196Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T01:28:26.5169992Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5171567Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:28:26.5172951Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:28:26.5174481Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T01:28:26.5175937Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:28:26.5177345Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T01:28:26.5178848Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T01:28:26.5180408Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5181784Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T01:28:26.5183192Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T01:28:26.5184739Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T01:28:26.5186197Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T01:28:26.5187584Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T01:28:26.5189118Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T01:28:26.5190679Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T01:28:26.5192407Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5194094Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T01:28:26.5195614Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T01:28:26.5197139Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T01:28:26.5198784Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T01:28:26.5200318Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5201816Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5203382Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T01:28:26.5205181Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T01:28:26.5207033Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T01:28:26.5208537Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T01:28:26.5209792Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T01:28:26.5211410Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5212639Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T01:28:26.5214364Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5216060Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T01:28:26.5217705Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5219124Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T01:28:26.5220819Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5222524Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T01:28:26.5224193Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5225833Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T01:28:26.5227493Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5229293Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T01:28:26.5231086Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5232881Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T01:28:26.5234511Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5236252Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T01:28:26.5238322Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T01:28:26.5240382Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5242175Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T01:28:26.5243767Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T01:28:26.5245522Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T01:28:26.5247246Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5248739Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T01:28:26.5250211Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T01:28:26.5251893Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T01:28:26.5253676Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T01:28:26.5255412Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5256867Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T01:28:26.5258535Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5260161Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T01:28:26.5261814Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5263342Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T01:28:26.5264995Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T01:28:26.5266628Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T01:28:26.5268278Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5269648Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T01:28:26.5271475Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T01:28:26.5273222Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T01:28:26.5274981Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5276491Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T01:28:26.5278166Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T01:28:26.5280003Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T01:28:26.5281693Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T01:28:26.5283447Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5284934Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T01:28:26.5286779Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T01:28:26.5288626Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5289799Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5291385Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T01:28:26.5293136Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T01:28:26.5294805Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T01:28:26.5296512Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5297909Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T01:28:26.5299554Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T01:28:26.5301120Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T01:28:26.5302750Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5304132Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T01:28:26.5305724Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T01:28:26.5307327Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T01:28:26.5308999Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T01:28:26.5310753Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5312543Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T01:28:26.5314119Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T01:28:26.5315730Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5317292Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5318709Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T01:28:26.5320340Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T01:28:26.5321860Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T01:28:26.5323455Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5324875Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T01:28:26.5326358Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T01:28:26.5329177Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T01:28:26.5330974Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T01:28:26.5332708Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5334766Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T01:28:26.5336484Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T01:28:26.5338185Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5339720Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5341144Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T01:28:26.5342868Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T01:28:26.5344438Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T01:28:26.5346024Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5347368Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T01:28:26.5348814Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T01:28:26.5350379Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T01:28:26.5351908Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T01:28:26.5353675Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5355025Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T01:28:26.5356392Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T01:28:26.5357897Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T01:28:26.5359627Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T01:28:26.5361160Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5362599Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T01:28:26.5364000Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T01:28:26.5365541Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T01:28:26.5367287Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5369269Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T01:28:26.5370787Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T01:28:26.5372337Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T01:28:26.5373966Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T01:28:26.5375108Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T01:28:26.5376655Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T01:28:26.5378125Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T01:28:26.5379623Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5380964Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T01:28:26.5382498Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T01:28:26.5383883Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T01:28:26.5385590Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T01:28:26.5387158Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T01:28:26.5388784Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5390209Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T01:28:26.5392038Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T01:28:26.5393605Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T01:28:26.5395362Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5396990Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5398557Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T01:28:26.5400355Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T01:28:26.5402129Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T01:28:26.5403951Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5405459Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T01:28:26.5407179Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5408905Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5410370Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T01:28:26.5412134Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T01:28:26.5413660Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T01:28:26.5415412Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T01:28:26.5417099Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T01:28:26.5418849Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5420495Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T01:28:26.5422002Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T01:28:26.5423778Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T01:28:26.5425469Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T01:28:26.5427278Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5428819Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T01:28:26.5430433Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T01:28:26.5432356Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T01:28:26.5434112Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T01:28:26.5435840Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5437504Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T01:28:26.5439098Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T01:28:26.5440888Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T01:28:26.5442538Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T01:28:26.5444296Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5445802Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T01:28:26.5447370Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T01:28:26.5449054Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T01:28:26.5450680Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5452080Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T01:28:26.5453692Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T01:28:26.5455807Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T01:28:26.5456889Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5458576Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T01:28:26.5460173Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T01:28:26.5461853Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T01:28:26.5463601Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5465090Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T01:28:26.5467148Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T01:28:26.5468777Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T01:28:26.5470542Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5472257Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T01:28:26.5474037Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T01:28:26.5475672Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T01:28:26.5477450Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T01:28:26.5479313Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5481108Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5482720Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T01:28:26.5484404Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T01:28:26.5486208Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5487786Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T01:28:26.5489852Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T01:28:26.5491460Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T01:28:26.5493181Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T01:28:26.5494867Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T01:28:26.5496627Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5498258Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T01:28:26.5500055Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5501664Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T01:28:26.5503293Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T01:28:26.5505087Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T01:28:26.5506691Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T01:28:26.5508395Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T01:28:26.5510140Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5511986Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T01:28:26.5513522Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T01:28:26.5515440Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T01:28:26.5517269Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T01:28:26.5519355Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5520795Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T01:28:26.5522667Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T01:28:26.5524358Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T01:28:26.5526193Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5527419Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T01:28:26.5529359Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T01:28:26.5530837Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T01:28:26.5532496Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5533836Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T01:28:26.5535508Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T01:28:26.5537202Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T01:28:26.5539008Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5540460Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T01:28:26.5541958Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T01:28:26.5543424Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T01:28:26.5545108Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T01:28:26.5547073Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T01:28:26.5549026Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5550505Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T01:28:26.5552159Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T01:28:26.5553808Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T01:28:26.5555641Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T01:28:26.5557532Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T01:28:26.5559433Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5561063Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T01:28:26.5562469Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T01:28:26.5563961Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T01:28:26.5565781Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T01:28:26.5567377Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T01:28:26.5569118Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5570575Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5571796Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T01:28:26.5573445Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T01:28:26.5575071Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T01:28:26.5576749Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5578114Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:28:26.5579574Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T01:28:26.5581271Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T01:28:26.5582810Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T01:28:26.5584346Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5585744Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T01:28:26.5587100Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T01:28:26.5588663Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T01:28:26.5590113Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T01:28:26.5591892Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T01:28:26.5593578Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5595051Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T01:28:26.5596445Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T01:28:26.5597859Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T01:28:26.5599475Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T01:28:26.5601112Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5602676Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T01:28:26.5604221Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T01:28:26.5605216Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T01:28:26.5606899Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T01:28:26.5608504Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T01:28:26.5610029Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5611420Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T01:28:26.5612949Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T01:28:26.5614706Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T01:28:26.5616488Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5617939Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T01:28:26.5619549Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T01:28:26.5621578Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T01:28:26.5623701Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T01:28:26.5625582Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5627170Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5628875Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5630424Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T01:28:26.5632146Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T01:28:26.5633786Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T01:28:26.5635588Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T01:28:26.5637221Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5638888Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5640496Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T01:28:26.5642145Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T01:28:26.5643655Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T01:28:26.5645310Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T01:28:26.5646930Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T01:28:26.5648682Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T01:28:26.5650726Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T01:28:26.5652868Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T01:28:26.5654755Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5656368Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5658015Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5659585Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T01:28:26.5661268Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T01:28:26.5662860Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T01:28:26.5664530Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T01:28:26.5666287Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5667786Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5669375Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T01:28:26.5671040Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T01:28:26.5672971Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T01:28:26.5674551Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T01:28:26.5676154Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T01:28:26.5677916Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T01:28:26.5679960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T01:28:26.5682044Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T01:28:26.5683970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5685837Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5687511Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5689058Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T01:28:26.5690889Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T01:28:26.5694284Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T01:28:26.5696346Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T01:28:26.5698041Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5699537Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5701079Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T01:28:26.5702846Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T01:28:26.5704373Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T01:28:26.5706019Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T01:28:26.5707692Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T01:28:26.5709623Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T01:28:26.5711834Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T01:28:26.5714180Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T01:28:26.5716150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5718565Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5720548Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5722218Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T01:28:26.5723964Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T01:28:26.5725638Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T01:28:26.5727483Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T01:28:26.5729284Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5730913Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5732639Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T01:28:26.5734455Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T01:28:26.5736034Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T01:28:26.5737750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T01:28:26.5739455Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T01:28:26.5741301Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T01:28:26.5743601Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T01:28:26.5745737Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T01:28:26.5747732Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5749368Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5751176Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5753186Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T01:28:26.5754890Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T01:28:26.5756568Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T01:28:26.5758420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T01:28:26.5760358Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5761937Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5763654Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T01:28:26.5765459Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T01:28:26.5767116Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T01:28:26.5768847Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T01:28:26.5770582Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T01:28:26.5772447Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T01:28:26.5774190Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T01:28:26.5775867Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:28:26.5777440Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T01:28:26.5779211Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T01:28:26.5780881Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T01:28:26.5782562Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5784049Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:28:26.5785631Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:28:26.5787337Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T01:28:26.5789039Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T01:28:26.5790729Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T01:28:26.5792381Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T01:28:26.5794146Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T01:28:26.5795748Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T01:28:26.5797574Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5799038Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T01:28:26.5800811Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T01:28:26.5802368Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T01:28:26.5804208Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5805632Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T01:28:26.5807379Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T01:28:26.5809001Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T01:28:26.5810922Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5812293Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T01:28:26.5814192Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T01:28:26.5815587Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T01:28:26.5817432Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5818838Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T01:28:26.5820593Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T01:28:26.5822143Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T01:28:26.5823954Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5825408Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T01:28:26.5827393Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T01:28:26.5828916Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T01:28:26.5830955Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5832534Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T01:28:26.5834397Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T01:28:26.5835589Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T01:28:26.5836997Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T01:28:26.5839140Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5840833Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5842706Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T01:28:26.5844671Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T01:28:26.5846621Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T01:28:26.5848567Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T01:28:26.5850213Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T01:28:26.5852124Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5853703Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T01:28:26.5855402Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T01:28:26.5857194Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T01:28:26.5858447Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5859855Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T01:28:26.5861659Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5862966Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T01:28:26.5864458Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T01:28:26.5866109Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T01:28:26.5867694Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T01:28:26.5869449Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5870847Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5872959Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5874260Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T01:28:26.5875963Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T01:28:26.5877520Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5879160Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T01:28:26.5880508Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T01:28:26.5881907Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T01:28:26.5883529Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T01:28:26.5884933Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T01:28:26.5886452Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T01:28:26.5887960Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T01:28:26.5889562Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.5890882Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T01:28:26.5892355Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T01:28:26.5893757Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T01:28:26.5895343Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T01:28:26.5896975Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T01:28:26.5898630Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5899997Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T01:28:26.5901459Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T01:28:26.5902965Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T01:28:26.5904542Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5906556Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T01:28:26.5907810Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T01:28:26.5909033Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T01:28:26.5910551Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T01:28:26.5912140Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T01:28:26.5913756Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T01:28:26.5915242Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T01:28:26.5917065Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5918448Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T01:28:26.5919936Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T01:28:26.5921327Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T01:28:26.5922998Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T01:28:26.5924609Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T01:28:26.5926418Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T01:28:26.5928072Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T01:28:26.5929617Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5931052Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T01:28:26.5932416Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T01:28:26.5934125Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T01:28:26.5935774Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5937311Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:28:26.5938801Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:28:26.5940964Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T01:28:26.5942070Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T01:28:26.5943885Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T01:28:26.5945475Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T01:28:26.5947055Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5948592Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5950124Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:28:26.5951899Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:28:26.5953559Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5955090Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:28:26.5956601Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:28:26.5958086Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T01:28:26.5959774Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T01:28:26.5961360Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T01:28:26.5963003Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.5964383Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T01:28:26.5965975Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T01:28:26.5967559Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T01:28:26.5969172Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T01:28:26.5970891Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5972359Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5973930Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.5975463Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T01:28:26.5977034Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:28:26.5978519Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T01:28:26.5980156Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T01:28:26.5981820Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5983292Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T01:28:26.5984879Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T01:28:26.5986343Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T01:28:26.5987918Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T01:28:26.5989463Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T01:28:26.5991114Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T01:28:26.5992989Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T01:28:26.5994647Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T01:28:26.5996357Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.5997825Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.5999899Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.6001236Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T01:28:26.6002882Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T01:28:26.6004227Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T01:28:26.6005829Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T01:28:26.6007667Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6009249Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T01:28:26.6010815Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T01:28:26.6012336Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T01:28:26.6013722Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T01:28:26.6015229Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T01:28:26.6016843Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T01:28:26.6018082Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T01:28:26.6019832Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6021943Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6023213Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T01:28:26.6024603Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T01:28:26.6025913Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T01:28:26.6027330Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T01:28:26.6028821Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T01:28:26.6030567Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T01:28:26.6032591Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T01:28:26.6034471Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T01:28:26.6036044Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T01:28:26.6037653Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T01:28:26.6039142Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T01:28:26.6040704Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T01:28:26.6042344Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T01:28:26.6043918Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6045348Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T01:28:26.6046738Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T01:28:26.6048167Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T01:28:26.6049740Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T01:28:26.6051064Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T01:28:26.6052782Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T01:28:26.6054416Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T01:28:26.6056086Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6057606Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T01:28:26.6059203Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T01:28:26.6060722Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T01:28:26.6062297Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T01:28:26.6064477Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T01:28:26.6065854Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T01:28:26.6067341Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T01:28:26.6068938Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6070477Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T01:28:26.6071980Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T01:28:26.6073441Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T01:28:26.6075048Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T01:28:26.6076599Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T01:28:26.6078279Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T01:28:26.6079807Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T01:28:26.6081505Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6082986Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T01:28:26.6084590Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T01:28:26.6086313Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T01:28:26.6087345Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T01:28:26.6088976Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T01:28:26.6090609Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T01:28:26.6092821Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T01:28:26.6094783Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6096263Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T01:28:26.6097832Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T01:28:26.6099188Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T01:28:26.6100841Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T01:28:26.6102468Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T01:28:26.6104003Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6105376Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T01:28:26.6106950Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T01:28:26.6108571Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T01:28:26.6110201Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T01:28:26.6112010Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6113536Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T01:28:26.6115136Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T01:28:26.6116808Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6118207Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T01:28:26.6119987Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T01:28:26.6121478Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T01:28:26.6123133Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6124617Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T01:28:26.6126256Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6127815Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6129218Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T01:28:26.6130905Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T01:28:26.6132461Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T01:28:26.6134004Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T01:28:26.6135512Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T01:28:26.6137180Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6138646Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T01:28:26.6140251Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T01:28:26.6141786Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T01:28:26.6143402Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6144885Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T01:28:26.6146483Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T01:28:26.6147967Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T01:28:26.6149628Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6151105Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T01:28:26.6153624Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T01:28:26.6154806Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T01:28:26.6156492Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6158043Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6159700Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T01:28:26.6161337Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T01:28:26.6162997Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T01:28:26.6164668Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T01:28:26.6166244Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T01:28:26.6168091Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T01:28:26.6169778Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T01:28:26.6171530Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6172949Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T01:28:26.6174609Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T01:28:26.6176200Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T01:28:26.6177909Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6179373Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T01:28:26.6181059Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T01:28:26.6182658Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T01:28:26.6184385Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6185870Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T01:28:26.6187432Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T01:28:26.6188957Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T01:28:26.6190611Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T01:28:26.6192849Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T01:28:26.6194204Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T01:28:26.6195801Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T01:28:26.6197518Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6198952Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T01:28:26.6200423Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T01:28:26.6201863Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T01:28:26.6203523Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T01:28:26.6205072Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T01:28:26.6206598Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T01:28:26.6208157Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T01:28:26.6209864Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6211241Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T01:28:26.6212709Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T01:28:26.6214047Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T01:28:26.6215562Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T01:28:26.6216849Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T01:28:26.6218416Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T01:28:26.6219958Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T01:28:26.6221572Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6222965Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T01:28:26.6224503Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T01:28:26.6226033Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T01:28:26.6227549Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T01:28:26.6229057Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T01:28:26.6230397Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T01:28:26.6232038Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T01:28:26.6233612Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T01:28:26.6235274Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6236758Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6238135Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T01:28:26.6239642Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T01:28:26.6241187Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T01:28:26.6242687Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T01:28:26.6244141Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T01:28:26.6245739Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T01:28:26.6247514Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T01:28:26.6249325Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6250746Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T01:28:26.6252096Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T01:28:26.6253551Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T01:28:26.6255003Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T01:28:26.6256699Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T01:28:26.6258264Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T01:28:26.6259828Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6261104Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T01:28:26.6262657Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T01:28:26.6264140Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T01:28:26.6265671Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6267068Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T01:28:26.6268488Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T01:28:26.6270035Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T01:28:26.6271878Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6273526Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T01:28:26.6275203Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T01:28:26.6276717Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T01:28:26.6278263Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6279832Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T01:28:26.6281821Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T01:28:26.6283312Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T01:28:26.6284647Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T01:28:26.6286372Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6287741Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T01:28:26.6289504Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T01:28:26.6291121Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6292448Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T01:28:26.6294122Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T01:28:26.6295690Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T01:28:26.6297467Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6298881Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T01:28:26.6300651Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T01:28:26.6302172Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T01:28:26.6304088Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6305252Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T01:28:26.6307148Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T01:28:26.6308453Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T01:28:26.6309905Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T01:28:26.6311530Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T01:28:26.6313466Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T01:28:26.6315117Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T01:28:26.6316905Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6318303Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T01:28:26.6319971Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T01:28:26.6321451Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T01:28:26.6323001Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T01:28:26.6324488Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T01:28:26.6326221Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T01:28:26.6327863Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T01:28:26.6329644Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6331226Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6332699Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T01:28:26.6334206Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T01:28:26.6335683Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T01:28:26.6337425Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T01:28:26.6339052Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T01:28:26.6340724Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6342122Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T01:28:26.6343649Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T01:28:26.6345443Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T01:28:26.6347325Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6349005Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T01:28:26.6350918Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6352662Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6354143Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T01:28:26.6355765Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T01:28:26.6357436Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T01:28:26.6359151Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T01:28:26.6360631Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T01:28:26.6362196Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T01:28:26.6363865Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T01:28:26.6365796Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T01:28:26.6367705Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6369173Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T01:28:26.6370885Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T01:28:26.6372617Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T01:28:26.6374227Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6376148Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T01:28:26.6377487Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T01:28:26.6378880Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T01:28:26.6380384Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T01:28:26.6381914Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T01:28:26.6383682Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T01:28:26.6385179Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T01:28:26.6386983Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6388304Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T01:28:26.6389867Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T01:28:26.6391415Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T01:28:26.6393087Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T01:28:26.6394627Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T01:28:26.6396254Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T01:28:26.6397823Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T01:28:26.6399408Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T01:28:26.6401293Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6402774Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T01:28:26.6404118Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T01:28:26.6405656Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T01:28:26.6407163Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T01:28:26.6408612Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T01:28:26.6410324Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T01:28:26.6412012Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6413488Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T01:28:26.6414993Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T01:28:26.6416476Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T01:28:26.6418048Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T01:28:26.6419598Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T01:28:26.6421281Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T01:28:26.6422836Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T01:28:26.6424558Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6426005Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T01:28:26.6427533Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T01:28:26.6429005Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T01:28:26.6430572Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T01:28:26.6432337Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T01:28:26.6434064Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T01:28:26.6435690Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T01:28:26.6437396Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6438923Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T01:28:26.6440444Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T01:28:26.6442015Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T01:28:26.6443689Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6445118Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T01:28:26.6446720Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T01:28:26.6448248Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T01:28:26.6449870Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6451289Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T01:28:26.6452901Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T01:28:26.6454444Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T01:28:26.6456083Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6458329Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T01:28:26.6460056Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T01:28:26.6461747Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T01:28:26.6463486Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T01:28:26.6465240Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6466776Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.6468418Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.6469949Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T01:28:26.6471746Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T01:28:26.6473598Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T01:28:26.6475426Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T01:28:26.6477164Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6478784Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T01:28:26.6480520Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T01:28:26.6482359Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T01:28:26.6484507Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T01:28:26.6486098Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T01:28:26.6487802Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T01:28:26.6489592Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T01:28:26.6491339Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T01:28:26.6493235Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6494625Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.6496271Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.6497762Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T01:28:26.6499387Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T01:28:26.6501017Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T01:28:26.6502819Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T01:28:26.6504660Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6506095Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T01:28:26.6507711Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T01:28:26.6509183Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T01:28:26.6510815Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T01:28:26.6512674Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T01:28:26.6514644Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T01:28:26.6516101Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T01:28:26.6517725Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6518749Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T01:28:26.6520224Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T01:28:26.6521645Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T01:28:26.6522956Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T01:28:26.6524392Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T01:28:26.6526126Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T01:28:26.6527844Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T01:28:26.6529731Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6531404Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T01:28:26.6533272Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T01:28:26.6534994Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T01:28:26.6536991Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T01:28:26.6538856Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6540511Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T01:28:26.6541962Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T01:28:26.6543695Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T01:28:26.6545446Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T01:28:26.6547314Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6548849Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T01:28:26.6550271Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T01:28:26.6552347Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T01:28:26.6554129Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6555702Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T01:28:26.6557293Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T01:28:26.6558872Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T01:28:26.6560701Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T01:28:26.6562480Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T01:28:26.6564272Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6566242Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T01:28:26.6567858Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T01:28:26.6569729Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T01:28:26.6571262Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T01:28:26.6572993Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6574397Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T01:28:26.6575772Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T01:28:26.6577317Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T01:28:26.6578791Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T01:28:26.6580150Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T01:28:26.6581741Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T01:28:26.6583480Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6585099Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T01:28:26.6586587Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T01:28:26.6588250Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T01:28:26.6589958Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T01:28:26.6591883Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6593456Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T01:28:26.6595289Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T01:28:26.6596836Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T01:28:26.6598615Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T01:28:26.6600520Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T01:28:26.6602331Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6604129Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6605446Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T01:28:26.6606986Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T01:28:26.6608554Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T01:28:26.6610096Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T01:28:26.6611939Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T01:28:26.6613560Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T01:28:26.6615168Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6616685Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T01:28:26.6618045Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T01:28:26.6619499Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T01:28:26.6621303Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T01:28:26.6623044Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T01:28:26.6624516Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T01:28:26.6626203Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T01:28:26.6627825Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T01:28:26.6629404Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T01:28:26.6630928Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T01:28:26.6632452Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T01:28:26.6634104Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T01:28:26.6635650Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T01:28:26.6637273Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6639016Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T01:28:26.6640532Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T01:28:26.6642013Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T01:28:26.6643724Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6645187Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T01:28:26.6646722Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T01:28:26.6648213Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T01:28:26.6649874Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T01:28:26.6651475Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T01:28:26.6653155Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6654671Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T01:28:26.6656208Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T01:28:26.6657714Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T01:28:26.6659370Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T01:28:26.6661057Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T01:28:26.6662793Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6664402Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6665926Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6667413Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T01:28:26.6668941Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T01:28:26.6670439Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T01:28:26.6672089Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T01:28:26.6673725Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T01:28:26.6675825Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T01:28:26.6677722Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T01:28:26.6679665Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6681311Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6682796Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T01:28:26.6684375Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T01:28:26.6685986Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T01:28:26.6687540Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T01:28:26.6689066Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T01:28:26.6691019Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T01:28:26.6692716Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T01:28:26.6694404Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6695833Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T01:28:26.6697439Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T01:28:26.6698860Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T01:28:26.6700382Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T01:28:26.6701875Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T01:28:26.6703482Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T01:28:26.6705231Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T01:28:26.6706936Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6708573Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6710068Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6711835Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T01:28:26.6713399Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T01:28:26.6714902Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T01:28:26.6716459Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T01:28:26.6718038Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T01:28:26.6720107Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T01:28:26.6722067Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T01:28:26.6723830Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6725468Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6726902Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T01:28:26.6728461Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T01:28:26.6729996Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T01:28:26.6731558Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T01:28:26.6733104Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T01:28:26.6735023Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T01:28:26.6736844Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T01:28:26.6738565Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6740156Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6741727Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6743359Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T01:28:26.6744726Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T01:28:26.6746197Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T01:28:26.6747740Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T01:28:26.6749261Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T01:28:26.6751172Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T01:28:26.6753386Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T01:28:26.6755330Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6756823Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T01:28:26.6758584Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T01:28:26.6760349Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T01:28:26.6762106Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6763415Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T01:28:26.6765112Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T01:28:26.6766495Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T01:28:26.6767994Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6769320Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T01:28:26.6770776Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T01:28:26.6772089Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T01:28:26.6773431Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T01:28:26.6774822Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T01:28:26.6776337Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T01:28:26.6777843Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T01:28:26.6779532Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6781082Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T01:28:26.6782403Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T01:28:26.6783634Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T01:28:26.6785305Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6786739Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T01:28:26.6788298Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T01:28:26.6789795Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T01:28:26.6791540Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6792966Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T01:28:26.6794448Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T01:28:26.6795878Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T01:28:26.6797489Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T01:28:26.6799027Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T01:28:26.6800601Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6801784Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T01:28:26.6803305Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T01:28:26.6804805Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T01:28:26.6806344Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6807734Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T01:28:26.6809209Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T01:28:26.6810764Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T01:28:26.6812653Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6814199Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6815686Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T01:28:26.6817115Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T01:28:26.6818940Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T01:28:26.6820573Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T01:28:26.6822147Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T01:28:26.6823702Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T01:28:26.6825265Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T01:28:26.6826832Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6828297Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T01:28:26.6829748Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T01:28:26.6832132Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T01:28:26.6833900Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T01:28:26.6835616Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T01:28:26.6837188Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T01:28:26.6838897Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T01:28:26.6840628Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6842262Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6844007Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T01:28:26.6845613Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T01:28:26.6846926Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T01:28:26.6848348Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T01:28:26.6849673Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T01:28:26.6851187Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6852734Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T01:28:26.6854066Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T01:28:26.6855425Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T01:28:26.6857271Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6858573Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T01:28:26.6859825Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T01:28:26.6861210Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T01:28:26.6862769Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T01:28:26.6864163Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T01:28:26.6865695Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T01:28:26.6867165Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T01:28:26.6868783Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6870051Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T01:28:26.6871872Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T01:28:26.6873257Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T01:28:26.6874801Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6876146Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T01:28:26.6877737Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T01:28:26.6879328Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T01:28:26.6880940Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6882578Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T01:28:26.6884065Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T01:28:26.6885987Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T01:28:26.6887506Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6888961Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T01:28:26.6890326Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T01:28:26.6891894Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T01:28:26.6893306Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T01:28:26.6894808Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T01:28:26.6896149Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T01:28:26.6897635Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T01:28:26.6899235Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T01:28:26.6900746Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T01:28:26.6902211Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T01:28:26.6903880Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T01:28:26.6905402Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T01:28:26.6906963Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T01:28:26.6908576Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T01:28:26.6910230Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6911861Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T01:28:26.6913411Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T01:28:26.6915006Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T01:28:26.6916698Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6918223Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T01:28:26.6919941Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T01:28:26.6921470Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T01:28:26.6923127Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6924601Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T01:28:26.6926249Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T01:28:26.6927954Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T01:28:26.6929757Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6931341Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T01:28:26.6933019Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T01:28:26.6934687Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T01:28:26.6936445Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6937947Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T01:28:26.6939518Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T01:28:26.6941019Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T01:28:26.6942633Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T01:28:26.6944146Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T01:28:26.6946072Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T01:28:26.6947916Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T01:28:26.6949364Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T01:28:26.6950961Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T01:28:26.6952888Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.6954357Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T01:28:26.6955889Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T01:28:26.6957396Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T01:28:26.6958952Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T01:28:26.6960442Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T01:28:26.6962384Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T01:28:26.6963828Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T01:28:26.6965659Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T01:28:26.6967435Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T01:28:26.6969168Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6970647Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T01:28:26.6972451Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T01:28:26.6974099Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T01:28:26.6975743Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6977159Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T01:28:26.6978793Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T01:28:26.6980263Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T01:28:26.6981823Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.6983188Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T01:28:26.6984691Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T01:28:26.6986587Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T01:28:26.6988249Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T01:28:26.6990178Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T01:28:26.6991473Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T01:28:26.6993005Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T01:28:26.6994444Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T01:28:26.6995963Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T01:28:26.6997845Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.6999631Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7000876Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T01:28:26.7002354Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T01:28:26.7003989Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T01:28:26.7005625Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T01:28:26.7007446Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T01:28:26.7009116Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7010466Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T01:28:26.7012087Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T01:28:26.7013613Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T01:28:26.7015238Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7016621Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T01:28:26.7018400Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T01:28:26.7019925Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T01:28:26.7021484Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7022943Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T01:28:26.7024467Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T01:28:26.7026044Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T01:28:26.7027720Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T01:28:26.7029407Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T01:28:26.7031472Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7033016Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T01:28:26.7034587Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T01:28:26.7036264Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T01:28:26.7037972Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7039664Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T01:28:26.7041297Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T01:28:26.7042926Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T01:28:26.7044652Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7045971Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T01:28:26.7047546Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T01:28:26.7049133Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T01:28:26.7051025Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7052570Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7054154Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T01:28:26.7055748Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T01:28:26.7057310Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T01:28:26.7059187Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T01:28:26.7061245Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T01:28:26.7063154Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7064703Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T01:28:26.7066590Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T01:28:26.7068012Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T01:28:26.7069559Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7070973Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T01:28:26.7072700Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T01:28:26.7074426Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T01:28:26.7076270Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7077634Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T01:28:26.7079335Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T01:28:26.7081088Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T01:28:26.7082739Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7084177Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T01:28:26.7085893Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T01:28:26.7087546Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T01:28:26.7089221Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7090692Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T01:28:26.7092356Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T01:28:26.7094328Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T01:28:26.7096409Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7097981Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T01:28:26.7099485Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T01:28:26.7101190Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T01:28:26.7102794Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T01:28:26.7104358Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T01:28:26.7105961Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7107367Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T01:28:26.7108988Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T01:28:26.7110611Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7112078Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T01:28:26.7113839Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T01:28:26.7115473Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T01:28:26.7117118Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7118546Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T01:28:26.7120266Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T01:28:26.7121896Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T01:28:26.7123650Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7125095Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T01:28:26.7126909Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T01:28:26.7128452Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T01:28:26.7130041Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7131445Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T01:28:26.7133152Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T01:28:26.7135011Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T01:28:26.7137371Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T01:28:26.7139473Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7141164Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7142743Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T01:28:26.7144554Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T01:28:26.7146471Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T01:28:26.7148243Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7149758Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T01:28:26.7151847Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T01:28:26.7153714Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7155237Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T01:28:26.7156959Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T01:28:26.7158761Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T01:28:26.7160576Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7162056Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T01:28:26.7163781Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T01:28:26.7165372Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T01:28:26.7167067Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7168858Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7170267Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T01:28:26.7171917Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T01:28:26.7173602Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T01:28:26.7175344Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7176858Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T01:28:26.7178337Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T01:28:26.7180013Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T01:28:26.7181657Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T01:28:26.7183327Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7184918Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7186754Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T01:28:26.7188285Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T01:28:26.7189517Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T01:28:26.7191012Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T01:28:26.7192732Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T01:28:26.7194608Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T01:28:26.7196082Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T01:28:26.7197674Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7199135Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T01:28:26.7200693Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T01:28:26.7202212Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T01:28:26.7204614Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7206213Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T01:28:26.7207710Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T01:28:26.7209126Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T01:28:26.7210634Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T01:28:26.7212096Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T01:28:26.7213706Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T01:28:26.7215268Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T01:28:26.7216934Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7218401Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T01:28:26.7219927Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T01:28:26.7221358Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T01:28:26.7222875Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T01:28:26.7224318Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T01:28:26.7225925Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T01:28:26.7227612Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T01:28:26.7229164Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7230584Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T01:28:26.7232882Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T01:28:26.7234097Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T01:28:26.7235717Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7237175Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T01:28:26.7238812Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T01:28:26.7240586Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T01:28:26.7242415Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7243995Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T01:28:26.7245665Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T01:28:26.7247243Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T01:28:26.7249114Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T01:28:26.7250809Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T01:28:26.7252614Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7254119Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T01:28:26.7255780Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T01:28:26.7257593Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T01:28:26.7259285Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7261020Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T01:28:26.7262585Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7263983Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T01:28:26.7265541Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T01:28:26.7267020Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T01:28:26.7268607Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T01:28:26.7270126Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T01:28:26.7271766Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T01:28:26.7273402Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7275111Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7277462Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T01:28:26.7278246Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T01:28:26.7279756Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T01:28:26.7281275Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T01:28:26.7282989Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T01:28:26.7284751Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7286131Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T01:28:26.7287746Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T01:28:26.7289415Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T01:28:26.7291219Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T01:28:26.7292874Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7294275Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7295818Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T01:28:26.7297278Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T01:28:26.7298833Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7300232Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T01:28:26.7301492Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T01:28:26.7302952Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T01:28:26.7304633Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T01:28:26.7306392Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T01:28:26.7308270Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7309727Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7311213Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T01:28:26.7313855Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T01:28:26.7315701Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7317222Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T01:28:26.7318787Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T01:28:26.7320599Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T01:28:26.7322306Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T01:28:26.7324294Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T01:28:26.7325905Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7327215Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:28:26.7328776Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T01:28:26.7330519Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T01:28:26.7332264Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7333793Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T01:28:26.7335285Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T01:28:26.7336995Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T01:28:26.7338692Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T01:28:26.7340446Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7341998Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T01:28:26.7343486Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T01:28:26.7345205Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T01:28:26.7347181Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T01:28:26.7349473Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7350614Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:28:26.7352983Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T01:28:26.7355190Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T01:28:26.7356849Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T01:28:26.7358518Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T01:28:26.7360334Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7361750Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7363169Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T01:28:26.7364686Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T01:28:26.7366601Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7367949Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T01:28:26.7369740Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T01:28:26.7370999Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T01:28:26.7372622Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T01:28:26.7374093Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7375499Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T01:28:26.7376924Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T01:28:26.7378359Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T01:28:26.7380006Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7381450Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7382764Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T01:28:26.7384502Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T01:28:26.7385973Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T01:28:26.7387531Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7388894Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T01:28:26.7390527Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T01:28:26.7392415Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T01:28:26.7394133Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7395737Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7397161Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T01:28:26.7399001Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T01:28:26.7400736Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T01:28:26.7402410Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T01:28:26.7404121Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7405474Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T01:28:26.7407023Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T01:28:26.7408726Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7410256Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7411746Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T01:28:26.7413311Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T01:28:26.7414862Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T01:28:26.7416410Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T01:28:26.7417931Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T01:28:26.7419748Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T01:28:26.7421651Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T01:28:26.7423539Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7425080Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7426677Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T01:28:26.7428265Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T01:28:26.7429805Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T01:28:26.7431584Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T01:28:26.7433204Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T01:28:26.7435055Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T01:28:26.7436795Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T01:28:26.7438503Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7440058Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T01:28:26.7441710Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T01:28:26.7443275Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T01:28:26.7444875Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7446237Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T01:28:26.7447814Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T01:28:26.7449391Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T01:28:26.7451084Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7452551Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T01:28:26.7454263Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T01:28:26.7455772Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T01:28:26.7457303Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T01:28:26.7458848Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T01:28:26.7460346Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T01:28:26.7461914Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T01:28:26.7463554Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T01:28:26.7465312Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7466752Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T01:28:26.7468302Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T01:28:26.7469820Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T01:28:26.7471671Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T01:28:26.7473379Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T01:28:26.7475035Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7476460Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T01:28:26.7478033Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T01:28:26.7479771Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T01:28:26.7481515Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7483013Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T01:28:26.7484672Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7486305Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7487602Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T01:28:26.7489251Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T01:28:26.7490719Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T01:28:26.7492342Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T01:28:26.7493926Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T01:28:26.7495671Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7497289Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T01:28:26.7499521Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7501045Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7502391Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T01:28:26.7503923Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T01:28:26.7505132Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T01:28:26.7506731Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T01:28:26.7508183Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T01:28:26.7509692Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7511109Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T01:28:26.7512765Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T01:28:26.7514526Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T01:28:26.7516421Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T01:28:26.7518237Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7519919Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T01:28:26.7521562Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T01:28:26.7523184Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7524986Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7526863Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T01:28:26.7528341Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7529716Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7531072Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T01:28:26.7532770Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T01:28:26.7534195Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T01:28:26.7536163Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T01:28:26.7537630Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T01:28:26.7539450Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7540910Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T01:28:26.7542376Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T01:28:26.7543753Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T01:28:26.7545534Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7546983Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T01:28:26.7548598Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T01:28:26.7550147Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T01:28:26.7551833Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7553306Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T01:28:26.7554815Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T01:28:26.7556268Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T01:28:26.7558062Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T01:28:26.7559585Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T01:28:26.7561177Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T01:28:26.7562712Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T01:28:26.7564293Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7565748Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T01:28:26.7567417Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T01:28:26.7568989Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T01:28:26.7570724Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7572314Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7573719Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T01:28:26.7576571Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T01:28:26.7577787Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T01:28:26.7579202Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T01:28:26.7580879Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T01:28:26.7582909Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T01:28:26.7584815Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T01:28:26.7586556Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7588028Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T01:28:26.7589949Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T01:28:26.7591717Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T01:28:26.7593455Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7594975Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T01:28:26.7596470Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T01:28:26.7597908Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T01:28:26.7599693Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T01:28:26.7601217Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T01:28:26.7602833Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7604290Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T01:28:26.7605818Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T01:28:26.7607490Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T01:28:26.7609175Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7610648Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T01:28:26.7612186Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T01:28:26.7613758Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T01:28:26.7615373Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7617122Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T01:28:26.7618762Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T01:28:26.7620190Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T01:28:26.7621868Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7623196Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T01:28:26.7624666Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T01:28:26.7626236Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T01:28:26.7627869Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T01:28:26.7629591Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7631103Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T01:28:26.7632847Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7634370Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T01:28:26.7635916Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T01:28:26.7637390Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T01:28:26.7639053Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T01:28:26.7640780Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7642218Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T01:28:26.7643755Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T01:28:26.7645208Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T01:28:26.7646889Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T01:28:26.7648397Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T01:28:26.7650042Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T01:28:26.7651697Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T01:28:26.7653333Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T01:28:26.7654985Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7656378Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T01:28:26.7657926Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T01:28:26.7659541Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T01:28:26.7661210Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7662651Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T01:28:26.7664333Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T01:28:26.7666178Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7667854Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T01:28:26.7669980Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7671651Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T01:28:26.7673172Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T01:28:26.7674757Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T01:28:26.7676312Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T01:28:26.7677816Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T01:28:26.7679515Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T01:28:26.7681211Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T01:28:26.7682853Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7684288Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T01:28:26.7685741Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T01:28:26.7687194Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T01:28:26.7688598Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T01:28:26.7690271Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T01:28:26.7691839Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T01:28:26.7693447Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7694836Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T01:28:26.7696368Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T01:28:26.7698401Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T01:28:26.7700332Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7702327Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7703666Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T01:28:26.7705445Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T01:28:26.7706875Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T01:28:26.7708556Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7710111Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T01:28:26.7711912Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T01:28:26.7713481Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T01:28:26.7715068Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T01:28:26.7717204Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T01:28:26.7719005Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T01:28:26.7720787Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7722153Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T01:28:26.7723870Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T01:28:26.7725772Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T01:28:26.7727606Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7729077Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T01:28:26.7730578Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T01:28:26.7732086Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T01:28:26.7733541Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T01:28:26.7735179Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T01:28:26.7736740Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T01:28:26.7738490Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7740064Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T01:28:26.7741438Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T01:28:26.7742932Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T01:28:26.7744532Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T01:28:26.7746070Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T01:28:26.7747850Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T01:28:26.7749470Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T01:28:26.7751147Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T01:28:26.7752823Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T01:28:26.7754341Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T01:28:26.7755959Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T01:28:26.7757520Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T01:28:26.7759307Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7760806Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T01:28:26.7762352Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T01:28:26.7763889Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T01:28:26.7765801Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T01:28:26.7767061Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T01:28:26.7768538Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T01:28:26.7770060Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T01:28:26.7771696Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7773129Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T01:28:26.7774632Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T01:28:26.7776052Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T01:28:26.7777628Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T01:28:26.7778783Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T01:28:26.7780476Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T01:28:26.7782000Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T01:28:26.7783643Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7785492Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T01:28:26.7786656Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T01:28:26.7788102Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T01:28:26.7789591Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T01:28:26.7791087Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T01:28:26.7793179Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T01:28:26.7794552Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T01:28:26.7796089Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T01:28:26.7797809Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7799497Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T01:28:26.7801058Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T01:28:26.7802639Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T01:28:26.7804070Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T01:28:26.7805489Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T01:28:26.7807096Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T01:28:26.7808709Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7810150Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T01:28:26.7811744Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T01:28:26.7812984Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T01:28:26.7814283Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T01:28:26.7815740Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T01:28:26.7817562Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T01:28:26.7819076Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T01:28:26.7820396Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T01:28:26.7822002Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7823129Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T01:28:26.7824724Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T01:28:26.7826228Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7827821Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T01:28:26.7829600Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7830895Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7832284Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T01:28:26.7833905Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T01:28:26.7835301Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T01:28:26.7836709Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T01:28:26.7838101Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T01:28:26.7839736Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.7841149Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T01:28:26.7842781Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T01:28:26.7844265Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T01:28:26.7845685Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T01:28:26.7847084Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T01:28:26.7848640Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T01:28:26.7850514Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T01:28:26.7852166Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7853608Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T01:28:26.7854999Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T01:28:26.7856331Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T01:28:26.7857654Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T01:28:26.7859211Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T01:28:26.7860911Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T01:28:26.7862471Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7863904Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T01:28:26.7865361Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T01:28:26.7866795Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T01:28:26.7868264Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T01:28:26.7869984Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T01:28:26.7871789Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T01:28:26.7873389Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T01:28:26.7875020Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T01:28:26.7876639Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7878021Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T01:28:26.7879574Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T01:28:26.7881183Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7882762Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:28:26.7884272Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:28:26.7885786Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T01:28:26.7887783Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T01:28:26.7889280Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7890650Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T01:28:26.7892271Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T01:28:26.7893977Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T01:28:26.7895630Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T01:28:26.7897568Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T01:28:26.7899192Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7900706Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T01:28:26.7902305Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T01:28:26.7903989Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7905524Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:28:26.7907259Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:28:26.7908797Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T01:28:26.7910534Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T01:28:26.7912494Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7913926Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T01:28:26.7915708Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T01:28:26.7917314Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T01:28:26.7919055Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7920740Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T01:28:26.7922307Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7923982Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T01:28:26.7925695Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T01:28:26.7927195Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T01:28:26.7928872Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T01:28:26.7930460Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T01:28:26.7932150Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7933707Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T01:28:26.7935402Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7936874Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T01:28:26.7938791Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T01:28:26.7940339Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T01:28:26.7942759Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T01:28:26.7944476Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T01:28:26.7946194Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7947657Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T01:28:26.7949312Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T01:28:26.7950937Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T01:28:26.7952657Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7954415Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T01:28:26.7956011Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T01:28:26.7957525Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T01:28:26.7959289Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7960805Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T01:28:26.7962500Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T01:28:26.7964102Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T01:28:26.7965849Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7967448Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T01:28:26.7969123Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T01:28:26.7970725Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T01:28:26.7972381Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7973831Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T01:28:26.7975512Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T01:28:26.7977152Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T01:28:26.7978901Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T01:28:26.7980684Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7982196Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T01:28:26.7983921Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T01:28:26.7985691Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.7987188Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T01:28:26.7988886Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T01:28:26.7990653Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T01:28:26.7992484Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.7994103Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T01:28:26.7995863Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T01:28:26.7997544Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T01:28:26.7999368Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8000920Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T01:28:26.8002690Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T01:28:26.8004322Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T01:28:26.8006232Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8007664Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T01:28:26.8009251Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T01:28:26.8010758Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T01:28:26.8012367Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T01:28:26.8014053Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8015459Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T01:28:26.8017186Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T01:28:26.8018899Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8020276Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T01:28:26.8022030Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T01:28:26.8023697Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T01:28:26.8025536Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8026790Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T01:28:26.8028409Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T01:28:26.8030157Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T01:28:26.8031731Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T01:28:26.8033409Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8034624Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T01:28:26.8036119Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T01:28:26.8037822Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8039206Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T01:28:26.8040900Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T01:28:26.8042398Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T01:28:26.8044055Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8045529Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T01:28:26.8046977Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T01:28:26.8048623Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T01:28:26.8050022Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8051428Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T01:28:26.8052996Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T01:28:26.8054602Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T01:28:26.8056146Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T01:28:26.8057841Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8059306Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T01:28:26.8061033Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T01:28:26.8062860Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8064369Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T01:28:26.8066040Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T01:28:26.8067737Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T01:28:26.8069504Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8071078Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T01:28:26.8073006Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T01:28:26.8074717Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T01:28:26.8076420Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T01:28:26.8078217Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8079964Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T01:28:26.8081848Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T01:28:26.8083620Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8085068Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T01:28:26.8086618Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T01:28:26.8088268Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T01:28:26.8089916Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8091328Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T01:28:26.8093194Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T01:28:26.8094699Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T01:28:26.8096227Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T01:28:26.8097858Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8099342Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T01:28:26.8101107Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T01:28:26.8102699Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8104496Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T01:28:26.8106481Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T01:28:26.8108288Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T01:28:26.8110119Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8111773Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T01:28:26.8113622Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T01:28:26.8115333Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T01:28:26.8117109Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8118586Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T01:28:26.8120452Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T01:28:26.8122214Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T01:28:26.8123990Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8125601Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T01:28:26.8127218Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T01:28:26.8128734Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T01:28:26.8130423Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8132104Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T01:28:26.8133456Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T01:28:26.8135069Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T01:28:26.8136697Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T01:28:26.8138581Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T01:28:26.8140325Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T01:28:26.8142069Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8143567Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T01:28:26.8145254Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T01:28:26.8146966Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T01:28:26.8148709Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8150225Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T01:28:26.8152068Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8153599Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T01:28:26.8155219Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T01:28:26.8156761Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T01:28:26.8158576Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T01:28:26.8160360Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T01:28:26.8162127Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8163709Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T01:28:26.8165228Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T01:28:26.8166748Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T01:28:26.8168453Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T01:28:26.8170038Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T01:28:26.8171890Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8173996Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T01:28:26.8174377Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T01:28:26.8176424Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T01:28:26.8178428Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8179900Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T01:28:26.8182014Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T01:28:26.8183927Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T01:28:26.8186220Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8187768Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T01:28:26.8190391Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T01:28:26.8192486Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T01:28:26.8194759Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8196414Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T01:28:26.8198430Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T01:28:26.8200575Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T01:28:26.8202469Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8204314Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T01:28:26.8206248Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T01:28:26.8208162Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T01:28:26.8209897Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T01:28:26.8212278Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T01:28:26.8214084Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T01:28:26.8216177Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T01:28:26.8217836Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T01:28:26.8220193Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T01:28:26.8221982Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T01:28:26.8224095Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8225734Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T01:28:26.8227826Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T01:28:26.8229407Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T01:28:26.8231765Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T01:28:26.8233346Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T01:28:26.8235618Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T01:28:26.8237394Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T01:28:26.8239898Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8241351Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T01:28:26.8243501Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T01:28:26.8245164Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T01:28:26.8247283Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T01:28:26.8248895Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T01:28:26.8251110Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T01:28:26.8253023Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T01:28:26.8255237Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8257041Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8258987Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T01:28:26.8260813Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T01:28:26.8262727Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T01:28:26.8264669Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T01:28:26.8266522Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T01:28:26.8268831Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T01:28:26.8270673Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T01:28:26.8272911Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8274994Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T01:28:26.8276833Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T01:28:26.8278717Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T01:28:26.8280731Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T01:28:26.8282605Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T01:28:26.8284696Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T01:28:26.8286783Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T01:28:26.8288772Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T01:28:26.8291174Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8292719Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8295032Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8296698Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T01:28:26.8298896Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:28:26.8300622Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T01:28:26.8302920Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T01:28:26.8304881Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8306782Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T01:28:26.8308832Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T01:28:26.8310730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T01:28:26.8312824Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T01:28:26.8314977Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T01:28:26.8316973Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T01:28:26.8319149Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T01:28:26.8321193Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T01:28:26.8323261Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8325252Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8327170Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T01:28:26.8329361Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T01:28:26.8331469Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8333265Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T01:28:26.8335406Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T01:28:26.8338196Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T01:28:26.8340417Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T01:28:26.8342280Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T01:28:26.8344579Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T01:28:26.8346329Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T01:28:26.8348599Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8350328Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T01:28:26.8359014Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T01:28:26.8360604Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T01:28:26.8362952Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T01:28:26.8364771Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T01:28:26.8366969Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8368524Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T01:28:26.8370919Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T01:28:26.8373905Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:28:26.8374898Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T01:28:26.8377551Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8379068Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T01:28:26.8381186Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T01:28:26.8383216Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T01:28:26.8385800Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T01:28:26.8388405Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8390182Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T01:28:26.8392762Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8394303Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T01:28:26.8396788Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T01:28:26.8398558Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T01:28:26.8401120Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T01:28:26.8403161Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T01:28:26.8405289Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8407026Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T01:28:26.8409348Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T01:28:26.8411134Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T01:28:26.8413314Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T01:28:26.8415343Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8416999Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T01:28:26.8419235Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T01:28:26.8421148Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8423127Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8425038Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T01:28:26.8426943Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T01:28:26.8428730Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T01:28:26.8430856Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T01:28:26.8432659Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T01:28:26.8435341Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T01:28:26.8437164Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T01:28:26.8439418Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8441055Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T01:28:26.8443169Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T01:28:26.8444820Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T01:28:26.8446977Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T01:28:26.8448684Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T01:28:26.8450888Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T01:28:26.8452776Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T01:28:26.8455020Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8456670Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T01:28:26.8458830Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T01:28:26.8460573Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T01:28:26.8462700Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T01:28:26.8464499Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T01:28:26.8466812Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T01:28:26.8468697Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T01:28:26.8470741Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T01:28:26.8472871Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8474859Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8476835Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8478756Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T01:28:26.8480778Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T01:28:26.8482668Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T01:28:26.8484917Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T01:28:26.8486857Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8488761Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T01:28:26.8490693Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T01:28:26.8492431Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T01:28:26.8494525Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T01:28:26.8496347Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T01:28:26.8498502Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T01:28:26.8500486Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T01:28:26.8502568Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8504398Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T01:28:26.8506479Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T01:28:26.8508546Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T01:28:26.8510430Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T01:28:26.8512775Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T01:28:26.8514863Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T01:28:26.8517078Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T01:28:26.8518935Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T01:28:26.8521076Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T01:28:26.8523161Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T01:28:26.8525067Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T01:28:26.8527357Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8528984Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T01:28:26.8531222Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T01:28:26.8532993Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T01:28:26.8534941Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T01:28:26.8536933Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8538937Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8540881Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T01:28:26.8543026Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8544799Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T01:28:26.8546835Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T01:28:26.8548590Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T01:28:26.8550817Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T01:28:26.8552712Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T01:28:26.8554918Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T01:28:26.8557096Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8558823Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T01:28:26.8560785Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T01:28:26.8563179Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T01:28:26.8564950Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8566885Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T01:28:26.8568650Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T01:28:26.8570590Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T01:28:26.8572611Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T01:28:26.8574386Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T01:28:26.8576468Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T01:28:26.8578142Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T01:28:26.8580387Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T01:28:26.8582569Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T01:28:26.8584468Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8586746Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T01:28:26.8589037Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T01:28:26.8591128Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T01:28:26.8593473Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8595282Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T01:28:26.8597481Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8599229Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T01:28:26.8601680Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T01:28:26.8603571Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T01:28:26.8605923Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T01:28:26.8607857Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T01:28:26.8609989Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T01:28:26.8612042Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T01:28:26.8614268Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8615975Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8618118Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8619985Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T01:28:26.8622178Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T01:28:26.8624078Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8625544Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T01:28:26.8627081Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T01:28:26.8628635Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T01:28:26.8630384Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T01:28:26.8632262Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T01:28:26.8634053Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T01:28:26.8635853Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8637418Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8639170Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8640842Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T01:28:26.8642608Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T01:28:26.8644371Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8645964Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T01:28:26.8647579Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T01:28:26.8649143Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T01:28:26.8650858Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T01:28:26.8652582Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8654045Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T01:28:26.8655709Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T01:28:26.8657367Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T01:28:26.8659060Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8660588Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T01:28:26.8662233Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T01:28:26.8663947Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T01:28:26.8665576Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T01:28:26.8667359Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8668759Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T01:28:26.8670418Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T01:28:26.8672169Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8682359Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T01:28:26.8682747Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T01:28:26.8682972Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T01:28:26.8683286Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8683435Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T01:28:26.8683596Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T01:28:26.8683734Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T01:28:26.8685331Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T01:28:26.8686807Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T01:28:26.8688683Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T01:28:26.8690925Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T01:28:26.8692818Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8694507Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T01:28:26.8696534Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T01:28:26.8698494Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T01:28:26.8700316Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8701880Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T01:28:26.8703685Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T01:28:26.8705428Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T01:28:26.8707030Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T01:28:26.8708818Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8710270Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8712071Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8713948Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T01:28:26.8715818Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T01:28:26.8717301Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T01:28:26.8719167Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T01:28:26.8720913Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8722439Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T01:28:26.8723994Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T01:28:26.8725507Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T01:28:26.8727080Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T01:28:26.8728592Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T01:28:26.8730259Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T01:28:26.8731922Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T01:28:26.8733544Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T01:28:26.8735283Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8736744Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8738300Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8739927Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T01:28:26.8741553Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T01:28:26.8743085Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T01:28:26.8744930Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T01:28:26.8746626Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8748091Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T01:28:26.8749596Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T01:28:26.8751205Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T01:28:26.8753002Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T01:28:26.8754574Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T01:28:26.8756261Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T01:28:26.8757837Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T01:28:26.8759573Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T01:28:26.8761386Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8762928Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8764458Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8765950Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T01:28:26.8767614Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T01:28:26.8769305Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T01:28:26.8770916Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T01:28:26.8772508Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T01:28:26.8774040Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T01:28:26.8775692Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T01:28:26.8777345Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T01:28:26.8779072Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T01:28:26.8780840Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8782365Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8783922Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T01:28:26.8785690Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T01:28:26.8787331Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T01:28:26.8789479Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T01:28:26.8791183Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T01:28:26.8792917Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T01:28:26.8794672Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T01:28:26.8796365Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T01:28:26.8798148Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8799808Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T01:28:26.8801354Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T01:28:26.8802950Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T01:28:26.8804599Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T01:28:26.8806085Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T01:28:26.8807828Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T01:28:26.8809530Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T01:28:26.8811137Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8812643Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T01:28:26.8814369Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T01:28:26.8815878Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T01:28:26.8817662Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T01:28:26.8819214Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T01:28:26.8820829Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T01:28:26.8822720Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T01:28:26.8824733Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T01:28:26.8826476Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T01:28:26.8827994Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T01:28:26.8829780Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T01:28:26.8831482Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T01:28:26.8833553Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8834626Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T01:28:26.8836389Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T01:28:26.8838130Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T01:28:26.8839672Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8841391Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T01:28:26.8843039Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T01:28:26.8844509Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T01:28:26.8845923Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T01:28:26.8847566Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T01:28:26.8849865Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T01:28:26.8851528Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8853431Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T01:28:26.8855568Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T01:28:26.8857571Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T01:28:26.8859732Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T01:28:26.8861860Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.8863764Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:26.8865809Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:26.8867864Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T01:28:26.8869929Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T01:28:26.8872177Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T01:28:26.8874280Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T01:28:26.8876167Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T01:28:26.8878361Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T01:28:26.8880467Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T01:28:26.8882772Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8884520Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T01:28:26.8886607Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T01:28:26.8888300Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T01:28:26.8890218Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T01:28:26.8892036Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T01:28:26.8894204Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T01:28:26.8896004Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T01:28:26.8898183Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8899900Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T01:28:26.8901925Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T01:28:26.8903668Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T01:28:26.8905736Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T01:28:26.8907394Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T01:28:26.8909546Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T01:28:26.8911583Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T01:28:26.8913998Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8915647Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T01:28:26.8917875Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T01:28:26.8919517Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T01:28:26.8921876Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T01:28:26.8923369Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T01:28:26.8925649Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T01:28:26.8927385Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T01:28:26.8929633Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8931263Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T01:28:26.8933423Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T01:28:26.8935170Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T01:28:26.8937240Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T01:28:26.8938920Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T01:28:26.8941251Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T01:28:26.8943097Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T01:28:26.8945183Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T01:28:26.8947005Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T01:28:26.8948938Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T01:28:26.8951075Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T01:28:26.8952928Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T01:28:26.8955097Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8956618Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T01:28:26.8958835Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T01:28:26.8960613Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T01:28:26.8962796Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T01:28:26.8964864Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8966756Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8968667Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T01:28:26.8970661Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T01:28:26.8972673Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T01:28:26.8974687Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T01:28:26.8976540Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T01:28:26.8978837Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T01:28:26.8980907Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8982750Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T01:28:26.8984982Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.8986747Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.8988799Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T01:28:26.8990633Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T01:28:26.8992766Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T01:28:26.8994948Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T01:28:26.8996796Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T01:28:26.8999158Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T01:28:26.9001224Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T01:28:26.9003141Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T01:28:26.9004957Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T01:28:26.9006733Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9008397Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9009911Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T01:28:26.9011459Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T01:28:26.9012902Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T01:28:26.9014640Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T01:28:26.9016446Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T01:28:26.9018173Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T01:28:26.9019696Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T01:28:26.9021216Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T01:28:26.9022988Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T01:28:26.9024272Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T01:28:26.9025847Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9027265Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T01:28:26.9028764Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T01:28:26.9030330Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T01:28:26.9032149Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9033574Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T01:28:26.9035092Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T01:28:26.9036595Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T01:28:26.9038097Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T01:28:26.9039615Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T01:28:26.9041186Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T01:28:26.9042796Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T01:28:26.9044422Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T01:28:26.9046030Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9047435Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T01:28:26.9048955Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T01:28:26.9050519Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9052150Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T01:28:26.9053566Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T01:28:26.9055159Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T01:28:26.9056902Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T01:28:26.9058382Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T01:28:26.9059904Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T01:28:26.9061496Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9063046Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9064359Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T01:28:26.9065941Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T01:28:26.9067368Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T01:28:26.9068894Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T01:28:26.9070437Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T01:28:26.9072376Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9074126Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T01:28:26.9075520Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T01:28:26.9077056Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T01:28:26.9078476Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9079837Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T01:28:26.9081619Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T01:28:26.9083259Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T01:28:26.9084788Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9086228Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T01:28:26.9087911Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T01:28:26.9089485Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T01:28:26.9091112Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9092440Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T01:28:26.9094155Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T01:28:26.9095820Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T01:28:26.9097479Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9098933Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T01:28:26.9100573Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T01:28:26.9102159Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T01:28:26.9103657Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T01:28:26.9105252Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T01:28:26.9106818Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T01:28:26.9108501Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9109991Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T01:28:26.9111761Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T01:28:26.9113444Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T01:28:26.9115108Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9116535Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T01:28:26.9118203Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T01:28:26.9119796Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T01:28:26.9121679Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9123129Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T01:28:26.9124724Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T01:28:26.9126341Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T01:28:26.9128033Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9129527Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T01:28:26.9131133Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T01:28:26.9132718Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T01:28:26.9134407Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9135882Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T01:28:26.9137505Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T01:28:26.9139086Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T01:28:26.9140759Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9142188Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T01:28:26.9143825Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T01:28:26.9145322Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T01:28:26.9147035Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9148430Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T01:28:26.9150081Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T01:28:26.9151822Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T01:28:26.9153495Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9154924Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T01:28:26.9156528Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T01:28:26.9158043Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T01:28:26.9159900Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9161330Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T01:28:26.9162831Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T01:28:26.9164432Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T01:28:26.9165963Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T01:28:26.9167586Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9169129Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T01:28:26.9170759Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T01:28:26.9172220Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T01:28:26.9173805Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T01:28:26.9175404Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T01:28:26.9176919Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T01:28:26.9178536Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T01:28:26.9180106Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T01:28:26.9181772Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9183238Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T01:28:26.9184871Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T01:28:26.9186459Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T01:28:26.9188740Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9190236Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T01:28:26.9191972Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T01:28:26.9193533Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T01:28:26.9195122Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9196487Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T01:28:26.9198001Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T01:28:26.9199514Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T01:28:26.9201076Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9202433Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T01:28:26.9203873Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T01:28:26.9205478Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T01:28:26.9207205Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9208620Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T01:28:26.9210282Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T01:28:26.9211777Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T01:28:26.9213333Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T01:28:26.9214815Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T01:28:26.9216544Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T01:28:26.9218149Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T01:28:26.9219703Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9221077Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T01:28:26.9222696Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T01:28:26.9224209Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T01:28:26.9225769Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9227218Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T01:28:26.9228657Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T01:28:26.9230060Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T01:28:26.9231661Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T01:28:26.9233407Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T01:28:26.9235120Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9236539Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T01:28:26.9237950Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T01:28:26.9239405Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T01:28:26.9240888Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T01:28:26.9242337Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T01:28:26.9243877Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T01:28:26.9245348Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T01:28:26.9247143Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9248954Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T01:28:26.9250513Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T01:28:26.9252259Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T01:28:26.9253621Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T01:28:26.9255030Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T01:28:26.9256636Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T01:28:26.9258146Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T01:28:26.9259799Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9261668Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T01:28:26.9262428Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T01:28:26.9264080Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T01:28:26.9265741Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9267100Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T01:28:26.9268773Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T01:28:26.9270286Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T01:28:26.9272005Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9273636Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T01:28:26.9275088Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T01:28:26.9276682Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T01:28:26.9278385Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9280073Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T01:28:26.9281658Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T01:28:26.9283240Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T01:28:26.9284808Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9286123Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T01:28:26.9287533Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T01:28:26.9288958Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T01:28:26.9290455Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9291797Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T01:28:26.9293205Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T01:28:26.9294776Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T01:28:26.9296340Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9297765Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9299189Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T01:28:26.9300648Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T01:28:26.9302017Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T01:28:26.9303627Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T01:28:26.9305110Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T01:28:26.9306648Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9307921Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T01:28:26.9309376Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T01:28:26.9310932Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T01:28:26.9312576Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9313821Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T01:28:26.9315299Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T01:28:26.9316690Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T01:28:26.9318278Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9319617Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T01:28:26.9321064Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T01:28:26.9322571Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T01:28:26.9324160Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T01:28:26.9325838Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T01:28:26.9327326Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T01:28:26.9328827Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T01:28:26.9330454Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9331815Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T01:28:26.9333427Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T01:28:26.9334993Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T01:28:26.9336690Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9337964Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T01:28:26.9339453Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T01:28:26.9340872Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T01:28:26.9342358Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T01:28:26.9343808Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T01:28:26.9345629Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T01:28:26.9347202Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T01:28:26.9348768Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T01:28:26.9350408Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9351960Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T01:28:26.9353425Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T01:28:26.9354888Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T01:28:26.9356482Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T01:28:26.9357876Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T01:28:26.9359401Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T01:28:26.9361066Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9362527Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T01:28:26.9363972Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T01:28:26.9365533Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T01:28:26.9366999Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T01:28:26.9368571Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T01:28:26.9370110Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T01:28:26.9371729Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T01:28:26.9373529Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9374833Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T01:28:26.9376439Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T01:28:26.9377847Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T01:28:26.9379376Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T01:28:26.9380868Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T01:28:26.9382730Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T01:28:26.9384554Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T01:28:26.9386148Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9387684Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T01:28:26.9389292Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9390739Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T01:28:26.9392711Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T01:28:26.9394498Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T01:28:26.9396451Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T01:28:26.9398210Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T01:28:26.9400064Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9401536Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T01:28:26.9403160Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T01:28:26.9404673Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T01:28:26.9406320Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T01:28:26.9407834Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T01:28:26.9409627Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T01:28:26.9411247Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T01:28:26.9412962Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9414386Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T01:28:26.9416089Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9417580Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T01:28:26.9419194Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9420804Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9422191Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T01:28:26.9423734Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T01:28:26.9425249Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T01:28:26.9426742Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T01:28:26.9428214Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T01:28:26.9429771Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T01:28:26.9431568Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T01:28:26.9433357Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9435095Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T01:28:26.9437015Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9438303Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T01:28:26.9439959Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T01:28:26.9441545Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T01:28:26.9443059Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T01:28:26.9444405Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T01:28:26.9445932Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T01:28:26.9447446Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T01:28:26.9449015Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T01:28:26.9450666Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T01:28:26.9452364Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9453788Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T01:28:26.9455514Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T01:28:26.9457151Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T01:28:26.9458893Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9460319Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T01:28:26.9461817Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T01:28:26.9463507Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T01:28:26.9464931Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T01:28:26.9466268Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T01:28:26.9467791Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T01:28:26.9469310Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T01:28:26.9470990Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9472477Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T01:28:26.9474580Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T01:28:26.9475971Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T01:28:26.9477428Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9478932Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T01:28:26.9480413Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T01:28:26.9482004Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T01:28:26.9483565Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T01:28:26.9485193Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T01:28:26.9486674Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T01:28:26.9488222Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T01:28:26.9489905Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T01:28:26.9491493Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9492871Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T01:28:26.9494327Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T01:28:26.9496182Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T01:28:26.9497670Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9498924Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T01:28:26.9500468Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T01:28:26.9502245Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T01:28:26.9503707Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9504903Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T01:28:26.9506504Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T01:28:26.9507895Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T01:28:26.9509399Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T01:28:26.9510827Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T01:28:26.9512473Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T01:28:26.9513929Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T01:28:26.9515378Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T01:28:26.9517086Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9518819Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T01:28:26.9520492Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9522033Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T01:28:26.9523622Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T01:28:26.9525123Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T01:28:26.9526780Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T01:28:26.9528516Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T01:28:26.9530276Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T01:28:26.9532050Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T01:28:26.9533694Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T01:28:26.9535497Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T01:28:26.9537316Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9538979Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T01:28:26.9540823Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9542388Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T01:28:26.9544146Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T01:28:26.9545733Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T01:28:26.9548051Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T01:28:26.9549804Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T01:28:26.9551711Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T01:28:26.9553466Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T01:28:26.9555225Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T01:28:26.9557028Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T01:28:26.9558916Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9560518Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T01:28:26.9562205Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T01:28:26.9563811Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T01:28:26.9565472Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T01:28:26.9567073Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T01:28:26.9568794Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T01:28:26.9570582Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T01:28:26.9572446Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9574184Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T01:28:26.9575787Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T01:28:26.9577379Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T01:28:26.9579049Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T01:28:26.9580717Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T01:28:26.9582321Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9583807Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T01:28:26.9585348Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T01:28:26.9586876Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T01:28:26.9588591Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9589966Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T01:28:26.9591777Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9593135Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T01:28:26.9594708Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T01:28:26.9596463Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T01:28:26.9597731Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T01:28:26.9599154Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T01:28:26.9600801Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T01:28:26.9602350Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T01:28:26.9603978Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T01:28:26.9605626Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T01:28:26.9607106Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T01:28:26.9608621Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T01:28:26.9610395Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T01:28:26.9612078Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T01:28:26.9613840Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9615719Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T01:28:26.9617142Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T01:28:26.9619140Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T01:28:26.9620697Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T01:28:26.9622675Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T01:28:26.9624909Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T01:28:26.9626672Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T01:28:26.9628825Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9630371Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T01:28:26.9632890Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T01:28:26.9634425Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T01:28:26.9636783Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9638375Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T01:28:26.9640729Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T01:28:26.9642547Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T01:28:26.9644393Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T01:28:26.9646823Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T01:28:26.9648777Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9650592Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T01:28:26.9653009Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T01:28:26.9654911Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T01:28:26.9657004Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9658688Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T01:28:26.9660925Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T01:28:26.9663043Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T01:28:26.9665317Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9667038Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T01:28:26.9669730Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T01:28:26.9671829Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T01:28:26.9673929Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9675567Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T01:28:26.9677791Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T01:28:26.9679952Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T01:28:26.9682162Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9683935Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T01:28:26.9686390Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T01:28:26.9688616Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T01:28:26.9690632Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9692665Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9694864Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9696462Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T01:28:26.9699185Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T01:28:26.9701185Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T01:28:26.9703387Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9705082Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T01:28:26.9707199Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T01:28:26.9708839Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T01:28:26.9711014Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T01:28:26.9712764Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T01:28:26.9715538Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T01:28:26.9717195Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T01:28:26.9719651Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9721126Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T01:28:26.9723549Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T01:28:26.9725110Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T01:28:26.9727488Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9729089Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T01:28:26.9731523Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9732909Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T01:28:26.9735443Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T01:28:26.9736991Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T01:28:26.9739379Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T01:28:26.9741027Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T01:28:26.9743344Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T01:28:26.9745048Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T01:28:26.9747165Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T01:28:26.9749011Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T01:28:26.9751170Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T01:28:26.9753331Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9754998Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T01:28:26.9757271Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T01:28:26.9759214Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T01:28:26.9761408Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9762971Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T01:28:26.9765274Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T01:28:26.9767155Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T01:28:26.9769575Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9771353Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T01:28:26.9773733Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T01:28:26.9775872Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T01:28:26.9778188Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9780294Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T01:28:26.9782633Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T01:28:26.9784351Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T01:28:26.9786680Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9787929Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T01:28:26.9790330Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T01:28:26.9792160Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T01:28:26.9794435Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9795985Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T01:28:26.9798198Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T01:28:26.9800215Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T01:28:26.9802562Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9804081Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T01:28:26.9806450Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T01:28:26.9808069Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T01:28:26.9810386Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T01:28:26.9811887Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T01:28:26.9814413Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T01:28:26.9815981Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T01:28:26.9818387Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T01:28:26.9820197Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9822318Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T01:28:26.9824421Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T01:28:26.9826476Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9828361Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9830187Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T01:28:26.9832548Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T01:28:26.9834660Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T01:28:26.9836833Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9838730Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T01:28:26.9840599Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T01:28:26.9842648Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T01:28:26.9845156Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T01:28:26.9845896Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T01:28:26.9847782Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T01:28:26.9849348Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T01:28:26.9851002Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9852499Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T01:28:26.9854210Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T01:28:26.9855659Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T01:28:26.9857289Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T01:28:26.9858920Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T01:28:26.9860600Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T01:28:26.9862411Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T01:28:26.9864047Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9865833Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T01:28:26.9867365Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T01:28:26.9868908Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T01:28:26.9870401Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T01:28:26.9872283Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T01:28:26.9873918Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T01:28:26.9875729Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T01:28:26.9877384Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9878991Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T01:28:26.9880345Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T01:28:26.9881678Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T01:28:26.9883097Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T01:28:26.9884594Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T01:28:26.9886325Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T01:28:26.9888117Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9889594Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T01:28:26.9891100Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T01:28:26.9892592Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T01:28:26.9894149Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T01:28:26.9895612Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T01:28:26.9897223Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T01:28:26.9898911Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9900374Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T01:28:26.9901856Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T01:28:26.9903314Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T01:28:26.9904849Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T01:28:26.9906566Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T01:28:26.9908260Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T01:28:26.9909857Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T01:28:26.9911630Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T01:28:26.9913272Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:28:26.9914822Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:28:26.9916431Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T01:28:26.9917992Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T01:28:26.9919698Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9921210Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T01:28:26.9922887Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T01:28:26.9924419Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T01:28:26.9925900Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T01:28:26.9927587Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T01:28:26.9929071Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T01:28:26.9930711Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T01:28:26.9932335Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T01:28:26.9933953Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9935535Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9937010Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T01:28:26.9938720Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T01:28:26.9940294Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T01:28:26.9941816Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T01:28:26.9943552Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9944951Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T01:28:26.9946474Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T01:28:26.9947911Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T01:28:26.9949619Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T01:28:26.9950962Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T01:28:26.9952783Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T01:28:26.9954424Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:26.9955898Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T01:28:26.9957378Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T01:28:26.9958960Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T01:28:26.9960594Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T01:28:26.9962045Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T01:28:26.9963692Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T01:28:26.9966011Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T01:28:26.9967744Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9969261Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9970667Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T01:28:26.9972412Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T01:28:26.9973923Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T01:28:26.9975585Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:26.9976961Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T01:28:26.9978499Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T01:28:26.9980040Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T01:28:26.9981676Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9983193Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T01:28:26.9984760Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T01:28:26.9986262Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T01:28:26.9987968Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T01:28:26.9989569Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T01:28:26.9991183Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:26.9992801Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T01:28:26.9994476Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T01:28:26.9995947Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T01:28:26.9997584Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T01:28:26.9999328Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T01:28:27.0001302Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0002724Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T01:28:27.0004207Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T01:28:27.0005986Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T01:28:27.0007387Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T01:28:27.0008875Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T01:28:27.0010733Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0011898Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T01:28:27.0013441Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T01:28:27.0014729Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T01:28:27.0016336Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T01:28:27.0017864Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T01:28:27.0019405Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T01:28:27.0021112Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0022526Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0024072Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0025433Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T01:28:27.0026952Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T01:28:27.0028421Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T01:28:27.0029989Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T01:28:27.0031750Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T01:28:27.0033240Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T01:28:27.0034768Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T01:28:27.0036205Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T01:28:27.0037793Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T01:28:27.0039500Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T01:28:27.0041217Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0042646Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T01:28:27.0044156Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T01:28:27.0045608Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T01:28:27.0047079Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T01:28:27.0048715Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T01:28:27.0050335Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T01:28:27.0051947Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0053483Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0054921Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0056361Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T01:28:27.0058056Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T01:28:27.0059741Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T01:28:27.0061376Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0062809Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T01:28:27.0064255Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T01:28:27.0065719Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T01:28:27.0067126Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T01:28:27.0068961Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T01:28:27.0071225Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T01:28:27.0072449Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T01:28:27.0074258Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0075616Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T01:28:27.0077222Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T01:28:27.0078857Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0080795Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T01:28:27.0082860Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0084189Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T01:28:27.0085954Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T01:28:27.0087524Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T01:28:27.0089201Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T01:28:27.0090959Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T01:28:27.0092575Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0094117Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T01:28:27.0095722Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T01:28:27.0097161Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T01:28:27.0098785Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T01:28:27.0100440Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T01:28:27.0102095Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T01:28:27.0103984Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T01:28:27.0105448Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0106935Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T01:28:27.0108615Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T01:28:27.0110392Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T01:28:27.0112250Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0113967Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T01:28:27.0115625Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T01:28:27.0117331Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T01:28:27.0118926Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T01:28:27.0120617Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T01:28:27.0122488Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T01:28:27.0124103Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T01:28:27.0125775Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0127221Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T01:28:27.0128887Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T01:28:27.0130438Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T01:28:27.0132161Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0133635Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T01:28:27.0135290Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T01:28:27.0137069Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T01:28:27.0138780Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0140287Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T01:28:27.0141959Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T01:28:27.0143571Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T01:28:27.0145512Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0147054Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T01:28:27.0148664Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T01:28:27.0150264Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T01:28:27.0152021Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T01:28:27.0154075Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T01:28:27.0155866Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T01:28:27.0157638Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0159298Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T01:28:27.0160961Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T01:28:27.0162614Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T01:28:27.0164256Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T01:28:27.0165906Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T01:28:27.0167468Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T01:28:27.0168981Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T01:28:27.0170566Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0171935Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T01:28:27.0173445Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T01:28:27.0175120Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T01:28:27.0176546Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T01:28:27.0177960Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T01:28:27.0179610Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T01:28:27.0181073Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T01:28:27.0182663Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T01:28:27.0184301Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0185732Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T01:28:27.0187437Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T01:28:27.0189137Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0190606Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T01:28:27.0192869Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T01:28:27.0193819Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T01:28:27.0195647Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0197166Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T01:28:27.0198910Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T01:28:27.0200572Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T01:28:27.0202181Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T01:28:27.0203890Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0205362Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T01:28:27.0207012Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T01:28:27.0208712Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0210191Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T01:28:27.0211815Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T01:28:27.0213493Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T01:28:27.0215292Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0216846Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T01:28:27.0218852Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T01:28:27.0220510Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T01:28:27.0222328Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0223925Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0225863Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T01:28:27.0227271Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T01:28:27.0228788Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T01:28:27.0230322Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T01:28:27.0231998Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T01:28:27.0234082Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T01:28:27.0235788Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T01:28:27.0237419Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0238861Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T01:28:27.0240484Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T01:28:27.0242068Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T01:28:27.0243729Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0245136Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T01:28:27.0246705Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T01:28:27.0248189Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T01:28:27.0249819Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0251202Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T01:28:27.0252747Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T01:28:27.0254358Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T01:28:27.0256115Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T01:28:27.0257707Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0259183Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0260736Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0262200Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T01:28:27.0263729Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T01:28:27.0265253Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T01:28:27.0267762Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T01:28:27.0273986Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0275500Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T01:28:27.0277103Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T01:28:27.0278588Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T01:28:27.0280235Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T01:28:27.0281726Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T01:28:27.0283354Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T01:28:27.0284915Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T01:28:27.0286514Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0287876Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T01:28:27.0289471Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T01:28:27.0291096Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T01:28:27.0292751Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T01:28:27.0294392Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0295940Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0297693Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T01:28:27.0299596Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T01:28:27.0301400Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T01:28:27.0303104Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T01:28:27.0304951Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T01:28:27.0306964Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T01:28:27.0308600Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T01:28:27.0310176Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T01:28:27.0311886Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T01:28:27.0313423Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T01:28:27.0315011Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T01:28:27.0317005Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T01:28:27.0319257Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T01:28:27.0320106Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T01:28:27.0321598Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T01:28:27.0323379Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T01:28:27.0324750Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T01:28:27.0326322Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0327722Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T01:28:27.0329210Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T01:28:27.0330738Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T01:28:27.0332131Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T01:28:27.0333702Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T01:28:27.0335364Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T01:28:27.0337143Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T01:28:27.0338683Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0340223Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0342385Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0343831Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T01:28:27.0345359Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T01:28:27.0346831Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T01:28:27.0348399Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T01:28:27.0349987Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T01:28:27.0351925Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T01:28:27.0353674Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T01:28:27.0355352Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0356861Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0358290Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T01:28:27.0359960Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T01:28:27.0361538Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T01:28:27.0363350Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T01:28:27.0364968Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T01:28:27.0366534Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0367912Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T01:28:27.0369492Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T01:28:27.0371300Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T01:28:27.0373002Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0374664Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0376039Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T01:28:27.0377546Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T01:28:27.0379109Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T01:28:27.0380626Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T01:28:27.0382140Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T01:28:27.0384077Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T01:28:27.0385763Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T01:28:27.0387305Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0388753Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T01:28:27.0390149Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T01:28:27.0391824Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T01:28:27.0393223Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T01:28:27.0394722Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T01:28:27.0396342Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T01:28:27.0398033Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T01:28:27.0399897Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T01:28:27.0401795Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0403238Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0404693Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T01:28:27.0406549Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T01:28:27.0408313Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0409885Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T01:28:27.0411458Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T01:28:27.0413160Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T01:28:27.0415100Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T01:28:27.0416826Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T01:28:27.0418443Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:28:27.0419920Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T01:28:27.0421508Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T01:28:27.0423210Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0424805Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T01:28:27.0426252Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T01:28:27.0427932Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T01:28:27.0429573Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T01:28:27.0431167Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T01:28:27.0432822Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T01:28:27.0434430Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T01:28:27.0436419Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T01:28:27.0438327Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0439993Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:28:27.0441584Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T01:28:27.0443353Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T01:28:27.0445340Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T01:28:27.0447239Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0448786Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T01:28:27.0450331Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T01:28:27.0452032Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T01:28:27.0453875Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T01:28:27.0455835Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T01:28:27.0457710Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0459319Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0460925Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T01:28:27.0462933Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T01:28:27.0464824Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0466356Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T01:28:27.0467914Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T01:28:27.0469799Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T01:28:27.0471537Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T01:28:27.0473260Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T01:28:27.0474801Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0476249Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0477678Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0479248Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T01:28:27.0480794Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T01:28:27.0482368Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0483698Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T01:28:27.0485078Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T01:28:27.0486503Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T01:28:27.0487778Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T01:28:27.0489414Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T01:28:27.0490824Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T01:28:27.0492342Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T01:28:27.0493839Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T01:28:27.0495391Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0496777Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:28:27.0498321Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:28:27.0499813Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T01:28:27.0501368Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T01:28:27.0503185Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T01:28:27.0504976Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0506350Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T01:28:27.0508030Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T01:28:27.0509565Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T01:28:27.0511158Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T01:28:27.0513042Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0514588Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T01:28:27.0516206Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0517582Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T01:28:27.0519255Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T01:28:27.0520821Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T01:28:27.0522487Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T01:28:27.0524099Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T01:28:27.0525710Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0527160Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T01:28:27.0528809Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T01:28:27.0530401Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0531839Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T01:28:27.0533459Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T01:28:27.0535080Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T01:28:27.0536715Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T01:28:27.0538368Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0539791Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T01:28:27.0541430Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T01:28:27.0543136Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0544519Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T01:28:27.0546261Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T01:28:27.0547796Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T01:28:27.0549437Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T01:28:27.0551162Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0552746Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T01:28:27.0554500Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T01:28:27.0556121Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0557490Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T01:28:27.0559162Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T01:28:27.0560829Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T01:28:27.0562443Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0563928Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T01:28:27.0565666Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T01:28:27.0567188Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T01:28:27.0568823Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0570329Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T01:28:27.0571990Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T01:28:27.0573558Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T01:28:27.0575211Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0576622Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T01:28:27.0578193Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T01:28:27.0579783Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T01:28:27.0581124Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T01:28:27.0582574Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T01:28:27.0584222Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T01:28:27.0585957Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T01:28:27.0587664Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0589416Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0590920Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T01:28:27.0592703Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T01:28:27.0594106Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T01:28:27.0596005Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T01:28:27.0597711Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T01:28:27.0599436Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0600953Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T01:28:27.0602664Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T01:28:27.0604304Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T01:28:27.0605970Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0607326Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T01:28:27.0608945Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T01:28:27.0610671Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T01:28:27.0612427Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0613935Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T01:28:27.0615839Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T01:28:27.0617684Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T01:28:27.0619592Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0620986Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T01:28:27.0622783Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T01:28:27.0624490Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T01:28:27.0626257Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0627747Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T01:28:27.0629486Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T01:28:27.0631141Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T01:28:27.0633130Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T01:28:27.0634776Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0636415Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0637921Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T01:28:27.0639718Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T01:28:27.0641555Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0643044Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T01:28:27.0644600Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T01:28:27.0646201Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T01:28:27.0647832Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T01:28:27.0649326Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T01:28:27.0651079Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T01:28:27.0652738Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T01:28:27.0654460Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0655859Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T01:28:27.0657597Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T01:28:27.0659287Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T01:28:27.0661010Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0662649Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0664169Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T01:28:27.0665771Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T01:28:27.0667289Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T01:28:27.0668900Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T01:28:27.0670626Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T01:28:27.0672728Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T01:28:27.0674470Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T01:28:27.0676254Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T01:28:27.0678023Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0679757Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0681449Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T01:28:27.0683284Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T01:28:27.0684992Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T01:28:27.0686649Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T01:28:27.0688242Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T01:28:27.0690044Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T01:28:27.0691742Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T01:28:27.0693427Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T01:28:27.0695154Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0696865Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0698359Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T01:28:27.0700085Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T01:28:27.0701861Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0703467Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T01:28:27.0705219Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T01:28:27.0706899Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T01:28:27.0708461Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T01:28:27.0710237Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T01:28:27.0711990Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T01:28:27.0713917Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T01:28:27.0715620Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T01:28:27.0717342Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T01:28:27.0719653Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T01:28:27.0721380Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T01:28:27.0723122Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T01:28:27.0724821Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T01:28:27.0726542Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0728082Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T01:28:27.0729853Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T01:28:27.0731527Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T01:28:27.0733282Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0734803Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T01:28:27.0736504Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T01:28:27.0738134Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T01:28:27.0739843Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0741419Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T01:28:27.0742989Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T01:28:27.0744481Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T01:28:27.0746168Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T01:28:27.0747926Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T01:28:27.0749624Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0751191Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T01:28:27.0752957Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T01:28:27.0754605Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T01:28:27.0756383Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T01:28:27.0758121Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T01:28:27.0759926Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0761512Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T01:28:27.0763256Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T01:28:27.0765126Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T01:28:27.0766959Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0768617Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0770190Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T01:28:27.0771816Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T01:28:27.0773426Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T01:28:27.0775366Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T01:28:27.0777284Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T01:28:27.0779090Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0780614Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T01:28:27.0782467Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T01:28:27.0784201Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T01:28:27.0785900Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T01:28:27.0787505Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T01:28:27.0789138Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T01:28:27.0790932Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T01:28:27.0792847Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T01:28:27.0794601Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0796332Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T01:28:27.0798140Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0799755Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T01:28:27.0801391Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T01:28:27.0803138Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T01:28:27.0804733Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T01:28:27.0806405Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T01:28:27.0808203Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T01:28:27.0810048Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T01:28:27.0811991Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0813616Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0815301Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0816942Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T01:28:27.0818961Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T01:28:27.0820976Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T01:28:27.0822923Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T01:28:27.0824694Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T01:28:27.0826923Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T01:28:27.0828841Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T01:28:27.0830680Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0832326Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T01:28:27.0833929Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T01:28:27.0835555Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T01:28:27.0837199Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T01:28:27.0838909Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T01:28:27.0840654Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0842331Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0843787Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0845366Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T01:28:27.0847105Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T01:28:27.0848865Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0850394Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T01:28:27.0851966Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T01:28:27.0853545Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T01:28:27.0855231Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T01:28:27.0857223Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T01:28:27.0859463Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T01:28:27.0861475Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0863174Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0864867Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0866499Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T01:28:27.0868361Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T01:28:27.0870195Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0872169Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T01:28:27.0873905Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T01:28:27.0875511Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T01:28:27.0877370Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T01:28:27.0879411Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T01:28:27.0881668Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T01:28:27.0883685Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0885343Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T01:28:27.0887042Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T01:28:27.0888665Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T01:28:27.0890463Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T01:28:27.0892277Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0893873Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T01:28:27.0895452Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T01:28:27.0897046Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T01:28:27.0898851Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T01:28:27.0900619Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T01:28:27.0902399Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0903921Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T01:28:27.0905700Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T01:28:27.0907390Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T01:28:27.0909142Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0910682Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T01:28:27.0912381Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T01:28:27.0913913Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T01:28:27.0915567Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T01:28:27.0917145Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T01:28:27.0919023Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T01:28:27.0920771Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T01:28:27.0922501Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0924002Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T01:28:27.0925602Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T01:28:27.0927103Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T01:28:27.0928660Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T01:28:27.0930242Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T01:28:27.0931894Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T01:28:27.0933588Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T01:28:27.0935217Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0936776Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T01:28:27.0938388Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T01:28:27.0939929Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T01:28:27.0941562Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.0943029Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T01:28:27.0944548Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T01:28:27.0946315Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T01:28:27.0948149Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0949672Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T01:28:27.0951484Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T01:28:27.0953437Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T01:28:27.0955358Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0956924Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0958313Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T01:28:27.0960205Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T01:28:27.0962077Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T01:28:27.0963909Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0965434Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T01:28:27.0967156Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T01:28:27.0969038Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T01:28:27.0970940Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0972448Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T01:28:27.0974153Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T01:28:27.0975981Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T01:28:27.0977791Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.0979306Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T01:28:27.0980998Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T01:28:27.0982669Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T01:28:27.0984386Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.0985835Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T01:28:27.0987379Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T01:28:27.0988850Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T01:28:27.0990422Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T01:28:27.0992053Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T01:28:27.0993832Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T01:28:27.0995747Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T01:28:27.0997675Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T01:28:27.0999735Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T01:28:27.1001604Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1003286Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1005323Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T01:28:27.1006843Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T01:28:27.1008604Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1010398Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T01:28:27.1012309Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T01:28:27.1014004Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T01:28:27.1015503Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T01:28:27.1017149Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T01:28:27.1018725Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T01:28:27.1020389Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T01:28:27.1022241Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T01:28:27.1024136Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1025710Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1027398Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1028915Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T01:28:27.1030622Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T01:28:27.1032381Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T01:28:27.1034137Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T01:28:27.1035928Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1037857Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T01:28:27.1039824Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1041567Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T01:28:27.1043294Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T01:28:27.1044926Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T01:28:27.1046654Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T01:28:27.1048309Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T01:28:27.1050033Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T01:28:27.1051682Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T01:28:27.1053323Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T01:28:27.1055120Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1056667Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T01:28:27.1058353Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T01:28:27.1060188Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T01:28:27.1061832Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T01:28:27.1063398Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T01:28:27.1064991Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T01:28:27.1066475Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T01:28:27.1068103Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T01:28:27.1069743Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1071192Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T01:28:27.1073170Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T01:28:27.1074750Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T01:28:27.1076671Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T01:28:27.1078599Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1080507Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1082118Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1084328Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T01:28:27.1085798Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T01:28:27.1087904Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T01:28:27.1089849Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1091226Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T01:28:27.1092630Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T01:28:27.1094254Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T01:28:27.1095690Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T01:28:27.1097303Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T01:28:27.1099393Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T01:28:27.1101938Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T01:28:27.1104222Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1105997Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T01:28:27.1107351Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T01:28:27.1108908Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T01:28:27.1110654Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T01:28:27.1113039Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T01:28:27.1114768Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T01:28:27.1117139Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1118751Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T01:28:27.1120543Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T01:28:27.1122227Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T01:28:27.1123925Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1125351Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T01:28:27.1127093Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T01:28:27.1128473Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T01:28:27.1129951Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1131330Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T01:28:27.1132660Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T01:28:27.1134226Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T01:28:27.1135538Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1136763Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T01:28:27.1138447Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T01:28:27.1140001Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T01:28:27.1141829Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1143368Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T01:28:27.1145045Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1146526Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T01:28:27.1148224Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T01:28:27.1149765Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T01:28:27.1151641Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T01:28:27.1154057Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T01:28:27.1155916Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1157747Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T01:28:27.1160040Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T01:28:27.1161933Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T01:28:27.1163864Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1165465Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T01:28:27.1167193Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T01:28:27.1168683Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T01:28:27.1170207Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T01:28:27.1171714Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T01:28:27.1173197Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T01:28:27.1174786Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T01:28:27.1176242Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T01:28:27.1177844Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1179143Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T01:28:27.1180647Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T01:28:27.1182065Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T01:28:27.1183580Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1184876Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T01:28:27.1186323Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T01:28:27.1187853Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T01:28:27.1189403Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1190816Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T01:28:27.1192505Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T01:28:27.1193873Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T01:28:27.1195369Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1196726Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T01:28:27.1198204Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T01:28:27.1199643Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T01:28:27.1201198Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1202595Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T01:28:27.1204327Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T01:28:27.1205686Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T01:28:27.1207365Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1208826Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T01:28:27.1210267Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T01:28:27.1211532Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T01:28:27.1213242Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1214414Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T01:28:27.1216075Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1217671Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1218945Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T01:28:27.1220593Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T01:28:27.1221784Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T01:28:27.1223298Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T01:28:27.1224987Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T01:28:27.1226411Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1227778Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T01:28:27.1229126Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T01:28:27.1230776Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T01:28:27.1232335Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1233673Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T01:28:27.1235199Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T01:28:27.1236796Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T01:28:27.1238412Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1240049Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1241528Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T01:28:27.1242999Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T01:28:27.1244705Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T01:28:27.1246248Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T01:28:27.1247993Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1249483Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1251044Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T01:28:27.1252532Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T01:28:27.1254147Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T01:28:27.1255741Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T01:28:27.1257377Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1258840Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T01:28:27.1260335Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T01:28:27.1261868Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T01:28:27.1263346Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T01:28:27.1264922Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1266293Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T01:28:27.1267864Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T01:28:27.1269518Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T01:28:27.1271063Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T01:28:27.1272881Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1274321Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T01:28:27.1275812Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T01:28:27.1277202Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T01:28:27.1278850Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T01:28:27.1280446Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T01:28:27.1282083Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1283668Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1285080Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T01:28:27.1286606Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T01:28:27.1288069Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T01:28:27.1289582Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T01:28:27.1291022Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T01:28:27.1292664Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T01:28:27.1294235Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T01:28:27.1295846Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1297206Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T01:28:27.1298729Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T01:28:27.1300337Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T01:28:27.1302104Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1303539Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T01:28:27.1305100Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T01:28:27.1306574Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T01:28:27.1308224Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T01:28:27.1309756Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T01:28:27.1311758Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T01:28:27.1313591Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T01:28:27.1315237Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T01:28:27.1316839Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1318373Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1320007Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1321582Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T01:28:27.1323057Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T01:28:27.1324572Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1325908Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T01:28:27.1327278Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T01:28:27.1328634Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T01:28:27.1330122Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T01:28:27.1331747Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T01:28:27.1333355Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1334840Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1336415Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1337994Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T01:28:27.1339595Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T01:28:27.1341135Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T01:28:27.1342687Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T01:28:27.1344131Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T01:28:27.1345862Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T01:28:27.1347390Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T01:28:27.1348926Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1350159Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T01:28:27.1351797Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T01:28:27.1353229Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T01:28:27.1354732Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1356123Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T01:28:27.1357493Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T01:28:27.1358952Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T01:28:27.1360327Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T01:28:27.1361891Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T01:28:27.1363342Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T01:28:27.1364714Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T01:28:27.1366183Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T01:28:27.1367765Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T01:28:27.1369416Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1370782Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T01:28:27.1372466Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T01:28:27.1373945Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T01:28:27.1375598Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1377038Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T01:28:27.1378594Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T01:28:27.1380078Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T01:28:27.1381538Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T01:28:27.1383158Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T01:28:27.1384667Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T01:28:27.1386060Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T01:28:27.1387643Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T01:28:27.1389149Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T01:28:27.1390909Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1392565Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T01:28:27.1394158Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T01:28:27.1395726Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T01:28:27.1397110Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T01:28:27.1398602Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T01:28:27.1400352Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T01:28:27.1402115Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1403576Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T01:28:27.1405333Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T01:28:27.1407105Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T01:28:27.1408773Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1410320Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T01:28:27.1411886Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T01:28:27.1413332Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T01:28:27.1415033Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T01:28:27.1416838Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T01:28:27.1418688Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1420261Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T01:28:27.1421792Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T01:28:27.1423379Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T01:28:27.1425043Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1426499Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T01:28:27.1428062Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T01:28:27.1429486Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T01:28:27.1431169Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T01:28:27.1432914Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T01:28:27.1434884Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T01:28:27.1436681Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T01:28:27.1438421Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1439982Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T01:28:27.1441713Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T01:28:27.1443466Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T01:28:27.1445193Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1446677Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T01:28:27.1448338Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T01:28:27.1449991Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T01:28:27.1451663Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1453109Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T01:28:27.1454963Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T01:28:27.1456671Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T01:28:27.1458383Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1459917Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T01:28:27.1461568Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T01:28:27.1463150Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T01:28:27.1465074Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1466383Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T01:28:27.1468025Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T01:28:27.1469649Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T01:28:27.1471501Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1473230Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T01:28:27.1475053Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T01:28:27.1476801Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T01:28:27.1479278Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1480883Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T01:28:27.1482669Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T01:28:27.1484435Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T01:28:27.1486042Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1487538Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T01:28:27.1489138Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T01:28:27.1492103Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T01:28:27.1494609Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1496339Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1498011Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T01:28:27.1499854Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1501301Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T01:28:27.1503144Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T01:28:27.1504726Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T01:28:27.1506869Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T01:28:27.1510008Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T01:28:27.1512801Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1514733Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T01:28:27.1516629Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1518161Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T01:28:27.1520172Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T01:28:27.1521878Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T01:28:27.1524043Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T01:28:27.1527081Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T01:28:27.1529664Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1531441Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1533163Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T01:28:27.1534909Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1536486Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T01:28:27.1538209Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T01:28:27.1539937Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T01:28:27.1541960Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T01:28:27.1543878Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T01:28:27.1545639Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1547250Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T01:28:27.1548802Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T01:28:27.1550527Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T01:28:27.1552210Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T01:28:27.1554367Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T01:28:27.1556245Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T01:28:27.1557913Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1559392Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T01:28:27.1560970Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T01:28:27.1562373Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T01:28:27.1564105Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T01:28:27.1565902Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T01:28:27.1567685Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1569073Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T01:28:27.1570477Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T01:28:27.1571902Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T01:28:27.1573379Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T01:28:27.1575072Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T01:28:27.1576509Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T01:28:27.1578018Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1579260Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T01:28:27.1580706Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T01:28:27.1582108Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T01:28:27.1583667Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1584903Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T01:28:27.1586357Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T01:28:27.1587922Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T01:28:27.1589439Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1590751Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T01:28:27.1592350Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T01:28:27.1593713Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T01:28:27.1595122Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T01:28:27.1596533Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T01:28:27.1598080Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T01:28:27.1599535Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T01:28:27.1600987Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T01:28:27.1602566Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T01:28:27.1604173Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T01:28:27.1605663Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T01:28:27.1607191Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1608592Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T01:28:27.1610056Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T01:28:27.1611918Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T01:28:27.1614006Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T01:28:27.1615681Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1617156Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1618808Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1620783Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T01:28:27.1622581Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T01:28:27.1624053Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T01:28:27.1625618Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T01:28:27.1627409Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1629173Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T01:28:27.1630502Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T01:28:27.1632057Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T01:28:27.1633701Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T01:28:27.1635272Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T01:28:27.1636858Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T01:28:27.1638582Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T01:28:27.1640602Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T01:28:27.1642289Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1644008Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1645662Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T01:28:27.1646970Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T01:28:27.1648293Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T01:28:27.1649752Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T01:28:27.1651165Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T01:28:27.1652651Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T01:28:27.1653997Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T01:28:27.1655631Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T01:28:27.1657306Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1658716Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1660070Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1661632Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T01:28:27.1662821Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T01:28:27.1664100Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T01:28:27.1665817Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T01:28:27.1667246Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1668675Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T01:28:27.1670236Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T01:28:27.1672257Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T01:28:27.1673834Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T01:28:27.1675322Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T01:28:27.1676889Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T01:28:27.1678264Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T01:28:27.1679776Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T01:28:27.1681349Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1682610Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T01:28:27.1684028Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T01:28:27.1686078Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1686925Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T01:28:27.1688472Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T01:28:27.1690096Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T01:28:27.1691549Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T01:28:27.1693234Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T01:28:27.1694954Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T01:28:27.1696753Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1698791Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1699721Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T01:28:27.1701454Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T01:28:27.1702919Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T01:28:27.1704607Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T01:28:27.1706222Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T01:28:27.1708096Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T01:28:27.1709709Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T01:28:27.1711522Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1713050Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T01:28:27.1714550Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T01:28:27.1716191Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T01:28:27.1718063Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1719463Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T01:28:27.1721088Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T01:28:27.1722552Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T01:28:27.1724170Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T01:28:27.1725698Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T01:28:27.1727363Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T01:28:27.1729113Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T01:28:27.1730988Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1732637Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T01:28:27.1734421Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1736072Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1737666Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T01:28:27.1739054Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T01:28:27.1740571Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T01:28:27.1742377Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T01:28:27.1743918Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T01:28:27.1745564Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T01:28:27.1747336Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T01:28:27.1749267Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T01:28:27.1751421Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1752996Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1754605Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1756250Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T01:28:27.1757761Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T01:28:27.1759476Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T01:28:27.1761178Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T01:28:27.1762969Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1764561Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T01:28:27.1766004Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T01:28:27.1767567Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T01:28:27.1769426Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T01:28:27.1770623Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T01:28:27.1772451Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T01:28:27.1774169Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T01:28:27.1776027Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T01:28:27.1777816Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1779482Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1781057Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T01:28:27.1782637Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T01:28:27.1784511Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1785845Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T01:28:27.1787508Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T01:28:27.1789113Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T01:28:27.1790648Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T01:28:27.1792374Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T01:28:27.1793985Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T01:28:27.1795770Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T01:28:27.1797693Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T01:28:27.1799602Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.1801226Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.1802889Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T01:28:27.1804544Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T01:28:27.1806369Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1807712Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T01:28:27.1809300Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T01:28:27.1810881Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T01:28:27.1812456Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T01:28:27.1814019Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T01:28:27.1815649Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T01:28:27.1817212Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T01:28:27.1818804Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1820113Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T01:28:27.1821674Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T01:28:27.1823222Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T01:28:27.1824676Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T01:28:27.1826397Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1828084Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:28:27.1829447Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T01:28:27.1830874Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T01:28:27.1832639Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1834321Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:28:27.1835653Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T01:28:27.1837222Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T01:28:27.1839096Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T01:28:27.1840877Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T01:28:27.1842722Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1844259Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T01:28:27.1845874Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T01:28:27.1847497Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T01:28:27.1849266Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1850838Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T01:28:27.1852297Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T01:28:27.1854011Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T01:28:27.1855765Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1857238Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T01:28:27.1859386Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T01:28:27.1861110Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T01:28:27.1862942Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T01:28:27.1864942Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T01:28:27.1866710Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T01:28:27.1868524Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1869857Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T01:28:27.1871668Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T01:28:27.1873102Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T01:28:27.1874562Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1875920Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T01:28:27.1877567Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T01:28:27.1879143Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T01:28:27.1881069Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1882485Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T01:28:27.1884251Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T01:28:27.1885775Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T01:28:27.1887402Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1888816Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T01:28:27.1890399Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T01:28:27.1891761Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T01:28:27.1893375Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1894801Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T01:28:27.1896462Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T01:28:27.1898044Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T01:28:27.1899610Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T01:28:27.1901240Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1902660Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T01:28:27.1904321Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T01:28:27.1905984Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1907427Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T01:28:27.1909342Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T01:28:27.1911112Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T01:28:27.1912972Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T01:28:27.1914676Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1916238Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T01:28:27.1917983Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T01:28:27.1919872Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1921581Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T01:28:27.1923580Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T01:28:27.1925097Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T01:28:27.1926835Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1928377Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T01:28:27.1929993Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T01:28:27.1931555Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T01:28:27.1933329Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T01:28:27.1935061Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T01:28:27.1936831Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1938368Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T01:28:27.1940090Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T01:28:27.1941894Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T01:28:27.1943698Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1945249Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T01:28:27.1946993Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T01:28:27.1948581Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T01:28:27.1950264Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T01:28:27.1951961Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T01:28:27.1953927Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T01:28:27.1955594Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T01:28:27.1957253Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T01:28:27.1959039Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1960772Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.1962241Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T01:28:27.1973221Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T01:28:27.1973686Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T01:28:27.1973945Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T01:28:27.1974097Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T01:28:27.1974322Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1974478Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T01:28:27.1974633Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T01:28:27.1975462Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T01:28:27.1977300Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.1978899Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T01:28:27.1980620Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T01:28:27.1982398Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T01:28:27.1984159Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T01:28:27.1985926Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.1987417Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T01:28:27.1989245Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T01:28:27.1990968Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T01:28:27.1992987Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T01:28:27.1994715Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T01:28:27.1996399Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T01:28:27.1998244Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T01:28:27.2000061Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T01:28:27.2001983Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2003645Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T01:28:27.2005116Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T01:28:27.2006647Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T01:28:27.2008168Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T01:28:27.2010034Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T01:28:27.2011712Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T01:28:27.2013449Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2014957Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T01:28:27.2016529Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T01:28:27.2018026Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T01:28:27.2019588Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T01:28:27.2021096Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T01:28:27.2022801Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T01:28:27.2024478Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T01:28:27.2026227Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2027809Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T01:28:27.2029361Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T01:28:27.2030884Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T01:28:27.2032811Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T01:28:27.2034565Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T01:28:27.2036305Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2037826Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T01:28:27.2039599Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T01:28:27.2041546Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T01:28:27.2043320Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T01:28:27.2045101Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2046641Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2048216Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T01:28:27.2049833Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T01:28:27.2051353Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T01:28:27.2052981Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T01:28:27.2054546Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T01:28:27.2056308Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T01:28:27.2058137Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2059714Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2061333Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T01:28:27.2063096Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T01:28:27.2064766Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T01:28:27.2066491Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T01:28:27.2068145Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T01:28:27.2070449Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T01:28:27.2072437Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T01:28:27.2074371Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2075953Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T01:28:27.2077646Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T01:28:27.2079257Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T01:28:27.2080937Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T01:28:27.2082514Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T01:28:27.2084316Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T01:28:27.2086066Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T01:28:27.2087846Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2089485Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T01:28:27.2091132Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T01:28:27.2092738Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T01:28:27.2094610Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T01:28:27.2096421Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T01:28:27.2098168Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2099807Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T01:28:27.2101525Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T01:28:27.2103011Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T01:28:27.2104748Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T01:28:27.2106140Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T01:28:27.2107691Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T01:28:27.2109514Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2110991Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2112580Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T01:28:27.2114235Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T01:28:27.2115972Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2117629Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2119248Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T01:28:27.2120997Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2122664Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2124058Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T01:28:27.2125555Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T01:28:27.2126986Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T01:28:27.2128492Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T01:28:27.2130007Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T01:28:27.2131653Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2132947Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T01:28:27.2134283Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T01:28:27.2135736Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T01:28:27.2137349Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2138679Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T01:28:27.2140200Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T01:28:27.2142467Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T01:28:27.2144302Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2146017Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2147464Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T01:28:27.2149190Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T01:28:27.2150568Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T01:28:27.2152234Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2153492Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T01:28:27.2154971Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T01:28:27.2156555Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T01:28:27.2158273Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T01:28:27.2160567Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T01:28:27.2162529Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T01:28:27.2164348Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2165861Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T01:28:27.2167541Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T01:28:27.2169112Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T01:28:27.2170695Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T01:28:27.2172258Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T01:28:27.2173978Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T01:28:27.2175680Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T01:28:27.2177334Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T01:28:27.2179156Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2180713Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:28:27.2182320Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:28:27.2183873Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T01:28:27.2185505Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T01:28:27.2186994Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T01:28:27.2188785Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T01:28:27.2190547Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2192303Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T01:28:27.2193846Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T01:28:27.2195393Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T01:28:27.2196997Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T01:28:27.2198486Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T01:28:27.2200339Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T01:28:27.2202001Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T01:28:27.2203717Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2205329Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T01:28:27.2206914Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T01:28:27.2208386Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T01:28:27.2210051Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T01:28:27.2211654Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T01:28:27.2213422Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T01:28:27.2214999Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T01:28:27.2216766Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2218308Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T01:28:27.2219908Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T01:28:27.2221435Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T01:28:27.2222979Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T01:28:27.2224552Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T01:28:27.2226272Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T01:28:27.2227892Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T01:28:27.2229522Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T01:28:27.2231414Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2233107Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2234686Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T01:28:27.2236296Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T01:28:27.2237890Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T01:28:27.2239530Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T01:28:27.2241739Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T01:28:27.2243537Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T01:28:27.2245325Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2246874Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T01:28:27.2248454Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T01:28:27.2250333Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T01:28:27.2251823Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T01:28:27.2253316Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T01:28:27.2254947Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T01:28:27.2256323Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T01:28:27.2257956Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2259353Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T01:28:27.2260876Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T01:28:27.2262457Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T01:28:27.2263747Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T01:28:27.2265158Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T01:28:27.2266790Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T01:28:27.2268348Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T01:28:27.2270053Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2271663Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T01:28:27.2273293Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T01:28:27.2274749Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T01:28:27.2276256Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T01:28:27.2277704Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T01:28:27.2279378Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T01:28:27.2281024Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T01:28:27.2282791Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2284260Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T01:28:27.2285760Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T01:28:27.2287184Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T01:28:27.2288727Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T01:28:27.2290184Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T01:28:27.2291810Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T01:28:27.2293347Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T01:28:27.2294945Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2296277Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T01:28:27.2297926Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T01:28:27.2299566Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T01:28:27.2301455Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T01:28:27.2303301Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2304749Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T01:28:27.2306439Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T01:28:27.2308111Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2309907Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T01:28:27.2311943Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2313587Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2314973Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T01:28:27.2316749Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T01:28:27.2318161Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T01:28:27.2319839Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T01:28:27.2321764Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T01:28:27.2323665Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2325137Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T01:28:27.2326807Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T01:28:27.2328405Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T01:28:27.2330034Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2331423Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T01:28:27.2333115Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T01:28:27.2335034Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T01:28:27.2336939Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2338732Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T01:28:27.2340552Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T01:28:27.2342129Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T01:28:27.2343847Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T01:28:27.2345400Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T01:28:27.2347055Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T01:28:27.2349006Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T01:28:27.2350986Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2353323Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T01:28:27.2354467Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T01:28:27.2355878Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T01:28:27.2357614Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T01:28:27.2359732Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T01:28:27.2361529Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2363044Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T01:28:27.2364707Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T01:28:27.2366424Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T01:28:27.2368260Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T01:28:27.2370394Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T01:28:27.2372400Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2374189Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T01:28:27.2376176Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T01:28:27.2378165Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T01:28:27.2380256Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T01:28:27.2382041Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T01:28:27.2384189Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T01:28:27.2386446Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T01:28:27.2388921Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T01:28:27.2391053Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T01:28:27.2394478Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T01:28:27.2396441Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T01:28:27.2398139Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T01:28:27.2400080Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2401524Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T01:28:27.2403009Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T01:28:27.2404721Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T01:28:27.2406631Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T01:28:27.2408106Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2409548Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T01:28:27.2411142Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T01:28:27.2412634Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T01:28:27.2414297Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T01:28:27.2416041Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2417546Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T01:28:27.2419241Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T01:28:27.2420682Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T01:28:27.2422248Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T01:28:27.2423766Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T01:28:27.2425456Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T01:28:27.2427077Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T01:28:27.2428746Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T01:28:27.2430451Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2432070Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T01:28:27.2433819Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T01:28:27.2435531Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2436955Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T01:28:27.2438614Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T01:28:27.2440338Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T01:28:27.2442089Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2443700Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2445190Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T01:28:27.2446992Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T01:28:27.2448644Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T01:28:27.2450289Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T01:28:27.2452026Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2453480Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T01:28:27.2455058Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T01:28:27.2456645Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T01:28:27.2458230Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T01:28:27.2459750Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T01:28:27.2461428Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T01:28:27.2463171Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2464600Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T01:28:27.2466172Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T01:28:27.2467678Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T01:28:27.2469282Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T01:28:27.2470813Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T01:28:27.2472666Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T01:28:27.2474179Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T01:28:27.2475799Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T01:28:27.2477553Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2479261Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T01:28:27.2480824Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T01:28:27.2482319Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T01:28:27.2483856Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T01:28:27.2485260Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T01:28:27.2486799Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T01:28:27.2488432Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2489819Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T01:28:27.2491253Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T01:28:27.2492666Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T01:28:27.2494204Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T01:28:27.2495721Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T01:28:27.2497337Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T01:28:27.2499214Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T01:28:27.2501241Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2502923Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2504267Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2505724Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T01:28:27.2507294Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T01:28:27.2508765Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T01:28:27.2510363Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T01:28:27.2512066Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T01:28:27.2514112Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T01:28:27.2516025Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T01:28:27.2517834Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2519400Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T01:28:27.2521248Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T01:28:27.2523056Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T01:28:27.2524846Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2526343Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T01:28:27.2528127Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T01:28:27.2529950Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T01:28:27.2531742Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2533258Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T01:28:27.2535000Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T01:28:27.2536915Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T01:28:27.2538729Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2540356Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2541855Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T01:28:27.2543737Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T01:28:27.2545537Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T01:28:27.2547415Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2548835Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T01:28:27.2550657Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T01:28:27.2552715Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T01:28:27.2554543Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2556067Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T01:28:27.2557787Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T01:28:27.2559326Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T01:28:27.2560946Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T01:28:27.2562467Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T01:28:27.2564004Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T01:28:27.2565578Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T01:28:27.2567107Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T01:28:27.2568738Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2570157Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T01:28:27.2571782Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T01:28:27.2573393Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T01:28:27.2575068Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T01:28:27.2576826Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2578360Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T01:28:27.2579872Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T01:28:27.2581580Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T01:28:27.2583297Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2584814Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T01:28:27.2586293Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T01:28:27.2588048Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T01:28:27.2589763Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T01:28:27.2591433Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T01:28:27.2593255Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T01:28:27.2594872Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T01:28:27.2596591Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2598171Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T01:28:27.2599661Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T01:28:27.2601190Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T01:28:27.2603008Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T01:28:27.2604227Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T01:28:27.2605767Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T01:28:27.2607282Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T01:28:27.2609125Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2610414Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T01:28:27.2611821Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T01:28:27.2613258Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T01:28:27.2615018Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T01:28:27.2616349Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T01:28:27.2617787Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T01:28:27.2619451Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T01:28:27.2620952Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2622256Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T01:28:27.2624400Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T01:28:27.2626085Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T01:28:27.2627631Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T01:28:27.2629169Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T01:28:27.2631041Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T01:28:27.2632652Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T01:28:27.2634370Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2635772Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T01:28:27.2637255Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T01:28:27.2638837Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T01:28:27.2640377Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T01:28:27.2641893Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T01:28:27.2643586Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T01:28:27.2645165Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T01:28:27.2646920Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2648288Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T01:28:27.2649823Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T01:28:27.2651326Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T01:28:27.2652903Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T01:28:27.2654311Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T01:28:27.2656016Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T01:28:27.2657706Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T01:28:27.2659491Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2661120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2662675Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2664113Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:28:27.2665678Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:28:27.2667225Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T01:28:27.2668707Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:28:27.2670231Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T01:28:27.2672200Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T01:28:27.2674010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T01:28:27.2675820Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2677442Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2679068Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2680525Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:28:27.2682057Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:28:27.2683607Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T01:28:27.2685088Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:28:27.2686568Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T01:28:27.2688386Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T01:28:27.2690159Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T01:28:27.2691967Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2693624Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2695042Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2696529Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:28:27.2698026Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:28:27.2699566Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T01:28:27.2701161Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:28:27.2702752Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T01:28:27.2704574Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T01:28:27.2706397Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T01:28:27.2708110Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2709712Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2711154Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2712907Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:28:27.2714462Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:28:27.2715934Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T01:28:27.2717439Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:28:27.2719062Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T01:28:27.2720905Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T01:28:27.2722578Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T01:28:27.2724256Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2725673Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T01:28:27.2727324Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T01:28:27.2728952Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T01:28:27.2730657Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2732109Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T01:28:27.2733588Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T01:28:27.2735064Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T01:28:27.2736588Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T01:28:27.2738045Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T01:28:27.2739698Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T01:28:27.2741313Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T01:28:27.2742973Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2744347Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T01:28:27.2745979Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T01:28:27.2747509Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T01:28:27.2749232Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2750530Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T01:28:27.2752370Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T01:28:27.2754035Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T01:28:27.2755789Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2757214Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T01:28:27.2758784Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T01:28:27.2760266Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T01:28:27.2761780Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T01:28:27.2763237Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T01:28:27.2764848Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T01:28:27.2766370Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T01:28:27.2768021Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2769398Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T01:28:27.2770985Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T01:28:27.2772520Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T01:28:27.2774122Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2775531Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T01:28:27.2777131Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T01:28:27.2778685Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T01:28:27.2780347Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2781737Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T01:28:27.2783330Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T01:28:27.2784879Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T01:28:27.2786494Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2787899Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T01:28:27.2789485Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T01:28:27.2791046Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T01:28:27.2792870Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2794302Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T01:28:27.2795892Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T01:28:27.2797473Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T01:28:27.2799243Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2800674Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T01:28:27.2802341Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T01:28:27.2803929Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T01:28:27.2805626Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2807075Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T01:28:27.2808694Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T01:28:27.2810407Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T01:28:27.2812122Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2813716Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2815207Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2816665Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T01:28:27.2818294Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T01:28:27.2819724Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T01:28:27.2821215Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T01:28:27.2822724Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T01:28:27.2824532Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T01:28:27.2826371Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T01:28:27.2828091Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2829716Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2831434Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2833164Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T01:28:27.2834691Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T01:28:27.2836132Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T01:28:27.2837730Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T01:28:27.2839408Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T01:28:27.2841199Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T01:28:27.2842871Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T01:28:27.2844563Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2845965Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T01:28:27.2847846Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T01:28:27.2849184Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T01:28:27.2850881Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2852299Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T01:28:27.2853799Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T01:28:27.2855168Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T01:28:27.2856733Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T01:28:27.2858218Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T01:28:27.2859772Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T01:28:27.2861316Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T01:28:27.2862980Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2864511Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T01:28:27.2866031Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T01:28:27.2867495Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T01:28:27.2869063Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T01:28:27.2870530Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T01:28:27.2872320Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T01:28:27.2874087Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T01:28:27.2875734Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2877116Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T01:28:27.2878617Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T01:28:27.2880203Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T01:28:27.2881691Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T01:28:27.2883257Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T01:28:27.2885176Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T01:28:27.2886636Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T01:28:27.2888314Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2889840Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2891378Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2892862Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T01:28:27.2894416Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T01:28:27.2895829Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T01:28:27.2897346Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T01:28:27.2899026Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T01:28:27.2900883Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T01:28:27.2902998Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T01:28:27.2904778Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.2906540Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2908103Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2909608Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T01:28:27.2911130Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T01:28:27.2912760Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T01:28:27.2914272Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T01:28:27.2915774Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T01:28:27.2917553Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T01:28:27.2919297Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T01:28:27.2921027Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2922434Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T01:28:27.2924042Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T01:28:27.2925614Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T01:28:27.2927299Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2928830Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T01:28:27.2930318Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T01:28:27.2931843Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T01:28:27.2933401Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T01:28:27.2934883Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T01:28:27.2936441Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T01:28:27.2937972Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T01:28:27.2939628Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2941378Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T01:28:27.2942835Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T01:28:27.2944255Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T01:28:27.2945951Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2947393Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T01:28:27.2948978Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T01:28:27.2950616Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T01:28:27.2952575Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.2954023Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T01:28:27.2955578Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T01:28:27.2957157Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T01:28:27.2958969Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2960487Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T01:28:27.2962015Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T01:28:27.2963483Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T01:28:27.2965035Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T01:28:27.2966486Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T01:28:27.2968042Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T01:28:27.2969596Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T01:28:27.2971301Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2972805Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T01:28:27.2974279Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T01:28:27.2975735Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T01:28:27.2977289Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T01:28:27.2978797Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T01:28:27.2980348Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T01:28:27.2981961Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T01:28:27.2983693Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.2985208Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:28:27.2986842Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:28:27.2988414Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T01:28:27.2995677Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:28:27.2997523Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T01:28:27.2999152Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T01:28:27.3000717Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T01:28:27.3002857Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3004254Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:28:27.3005745Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:28:27.3007365Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T01:28:27.3009085Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:28:27.3010585Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T01:28:27.3012288Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T01:28:27.3013939Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T01:28:27.3015684Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3017132Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T01:28:27.3018835Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T01:28:27.3020484Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T01:28:27.3022300Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3023601Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T01:28:27.3025299Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T01:28:27.3026920Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T01:28:27.3028698Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3030174Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T01:28:27.3032012Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T01:28:27.3033446Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T01:28:27.3034960Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T01:28:27.3036391Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T01:28:27.3038024Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T01:28:27.3039713Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T01:28:27.3041358Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3042766Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T01:28:27.3044418Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T01:28:27.3045981Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T01:28:27.3047636Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3048985Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T01:28:27.3050590Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T01:28:27.3052142Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T01:28:27.3053781Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3055163Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T01:28:27.3056834Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T01:28:27.3058463Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T01:28:27.3060181Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3061589Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:28:27.3063092Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:28:27.3064521Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T01:28:27.3066074Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:28:27.3067554Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T01:28:27.3069204Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T01:28:27.3070779Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T01:28:27.3072463Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3073986Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:28:27.3075487Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:28:27.3076989Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T01:28:27.3078501Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:28:27.3080094Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T01:28:27.3081725Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T01:28:27.3083444Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T01:28:27.3085176Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3086811Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3088308Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3089803Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:28:27.3091354Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:28:27.3092822Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T01:28:27.3094482Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:28:27.3096279Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T01:28:27.3098114Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T01:28:27.3100024Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T01:28:27.3101620Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3103124Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3104477Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3105808Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:28:27.3107384Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:28:27.3108892Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T01:28:27.3110431Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:28:27.3112276Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T01:28:27.3114250Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T01:28:27.3116526Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T01:28:27.3118114Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3119836Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3121310Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3122777Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:28:27.3124226Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:28:27.3125664Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T01:28:27.3127188Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:28:27.3128732Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T01:28:27.3130458Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T01:28:27.3132896Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T01:28:27.3134074Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3135859Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3137383Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3138877Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:28:27.3140398Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:28:27.3141992Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T01:28:27.3143477Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:28:27.3144993Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T01:28:27.3146773Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T01:28:27.3148452Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T01:28:27.3150135Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3151684Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T01:28:27.3153428Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T01:28:27.3155008Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T01:28:27.3156671Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3158163Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T01:28:27.3159807Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T01:28:27.3161490Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T01:28:27.3163181Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3164715Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T01:28:27.3166272Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T01:28:27.3167793Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T01:28:27.3169331Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T01:28:27.3170861Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T01:28:27.3172566Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T01:28:27.3174298Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T01:28:27.3176119Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3177749Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3179226Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T01:28:27.3180790Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T01:28:27.3182277Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T01:28:27.3183843Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T01:28:27.3185419Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T01:28:27.3187240Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T01:28:27.3189086Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T01:28:27.3190868Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3192576Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T01:28:27.3194395Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T01:28:27.3196192Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T01:28:27.3197964Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3199688Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3201290Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T01:28:27.3202888Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T01:28:27.3204401Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T01:28:27.3205967Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T01:28:27.3207520Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T01:28:27.3209352Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T01:28:27.3211172Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T01:28:27.3212959Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3214717Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3216352Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T01:28:27.3218114Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3219795Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3221351Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T01:28:27.3223021Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T01:28:27.3224477Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T01:28:27.3226024Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T01:28:27.3227689Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T01:28:27.3229317Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3230879Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T01:28:27.3232618Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3234105Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3235421Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T01:28:27.3236921Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T01:28:27.3238757Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T01:28:27.3240217Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T01:28:27.3241701Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T01:28:27.3243325Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3245063Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T01:28:27.3246437Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T01:28:27.3247985Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T01:28:27.3249536Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T01:28:27.3251011Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T01:28:27.3252693Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T01:28:27.3254355Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T01:28:27.3256168Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3257713Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T01:28:27.3259382Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T01:28:27.3260870Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T01:28:27.3262433Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3264045Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3265585Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T01:28:27.3267245Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3268802Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3270207Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T01:28:27.3272031Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T01:28:27.3273585Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T01:28:27.3275387Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T01:28:27.3277109Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T01:28:27.3278910Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3280412Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T01:28:27.3281989Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T01:28:27.3283496Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T01:28:27.3285181Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T01:28:27.3286781Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T01:28:27.3288597Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3289973Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T01:28:27.3291597Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T01:28:27.3293422Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T01:28:27.3295291Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3296872Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T01:28:27.3298420Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T01:28:27.3300123Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T01:28:27.3301927Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3303577Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3305035Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T01:28:27.3306553Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T01:28:27.3308159Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T01:28:27.3310048Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T01:28:27.3311954Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T01:28:27.3314223Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T01:28:27.3316095Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T01:28:27.3317956Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3319455Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T01:28:27.3321320Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T01:28:27.3322904Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T01:28:27.3324639Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3325987Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T01:28:27.3327628Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T01:28:27.3329229Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T01:28:27.3331014Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3332584Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3334033Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T01:28:27.3335567Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T01:28:27.3337117Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T01:28:27.3338669Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T01:28:27.3340247Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T01:28:27.3342088Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T01:28:27.3343842Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T01:28:27.3345674Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3347846Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T01:28:27.3348999Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T01:28:27.3350796Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T01:28:27.3352681Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3354142Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3355759Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3357056Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T01:28:27.3358555Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T01:28:27.3360122Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T01:28:27.3361658Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T01:28:27.3363210Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T01:28:27.3364915Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T01:28:27.3366471Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T01:28:27.3368079Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3370075Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T01:28:27.3371636Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T01:28:27.3373120Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T01:28:27.3374748Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3376110Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T01:28:27.3377616Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T01:28:27.3379132Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T01:28:27.3380762Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3382148Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T01:28:27.3383618Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T01:28:27.3385335Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T01:28:27.3386941Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3388550Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T01:28:27.3390276Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T01:28:27.3391860Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T01:28:27.3393332Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3394565Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T01:28:27.3396227Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T01:28:27.3397668Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T01:28:27.3399302Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3400817Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T01:28:27.3402309Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3403914Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3405257Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T01:28:27.3406893Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T01:28:27.3408337Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T01:28:27.3409949Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T01:28:27.3411596Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T01:28:27.3413596Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T01:28:27.3415364Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3416841Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T01:28:27.3418547Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T01:28:27.3420175Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T01:28:27.3421725Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T01:28:27.3423230Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T01:28:27.3424847Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T01:28:27.3426426Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T01:28:27.3428155Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3429607Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T01:28:27.3431124Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T01:28:27.3432827Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T01:28:27.3434368Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T01:28:27.3435902Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T01:28:27.3437592Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T01:28:27.3439239Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T01:28:27.3440921Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T01:28:27.3442637Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3444179Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3445769Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3447280Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T01:28:27.3448929Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T01:28:27.3450385Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T01:28:27.3451981Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T01:28:27.3453757Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3455235Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T01:28:27.3456784Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T01:28:27.3458275Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T01:28:27.3459803Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T01:28:27.3461373Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T01:28:27.3463088Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T01:28:27.3464765Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:28:27.3466653Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T01:28:27.3468425Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3469951Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T01:28:27.3471834Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T01:28:27.3473603Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T01:28:27.3475300Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3476818Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T01:28:27.3478362Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T01:28:27.3480039Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T01:28:27.3481744Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T01:28:27.3483443Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T01:28:27.3485186Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3486703Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T01:28:27.3488431Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T01:28:27.3490069Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T01:28:27.3491725Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T01:28:27.3493462Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3494997Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3496587Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3498104Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T01:28:27.3499683Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T01:28:27.3501246Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T01:28:27.3502931Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T01:28:27.3504719Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3506226Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T01:28:27.3507791Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T01:28:27.3509311Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T01:28:27.3510869Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T01:28:27.3512562Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T01:28:27.3514256Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T01:28:27.3515891Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T01:28:27.3517600Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3519152Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T01:28:27.3520851Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T01:28:27.3522349Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T01:28:27.3524067Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3525569Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T01:28:27.3527038Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T01:28:27.3528679Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3530113Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T01:28:27.3531673Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T01:28:27.3533337Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3534810Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T01:28:27.3536377Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T01:28:27.3537946Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T01:28:27.3539507Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T01:28:27.3541139Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3542600Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T01:28:27.3544178Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T01:28:27.3545850Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3547431Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T01:28:27.3548954Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T01:28:27.3550598Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T01:28:27.3552359Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T01:28:27.3554313Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T01:28:27.3556248Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T01:28:27.3558050Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3559673Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T01:28:27.3561398Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T01:28:27.3563287Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T01:28:27.3564807Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T01:28:27.3566658Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3567876Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T01:28:27.3569466Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T01:28:27.3570922Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T01:28:27.3572708Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T01:28:27.3574193Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T01:28:27.3575836Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3577332Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T01:28:27.3578857Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T01:28:27.3580354Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T01:28:27.3582019Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T01:28:27.3583724Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3585298Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T01:28:27.3586803Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T01:28:27.3588436Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3589960Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T01:28:27.3591625Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T01:28:27.3593250Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T01:28:27.3594975Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T01:28:27.3596554Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T01:28:27.3598239Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3599940Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T01:28:27.3601667Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T01:28:27.3602999Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T01:28:27.3604748Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T01:28:27.3606402Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T01:28:27.3607949Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T01:28:27.3609805Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T01:28:27.3611479Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T01:28:27.3613188Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3614639Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T01:28:27.3616243Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T01:28:27.3617768Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T01:28:27.3619331Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T01:28:27.3620973Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T01:28:27.3622669Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T01:28:27.3624310Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T01:28:27.3625955Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T01:28:27.3627704Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3629093Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T01:28:27.3630595Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T01:28:27.3632474Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3634643Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T01:28:27.3635530Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T01:28:27.3637116Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T01:28:27.3638801Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T01:28:27.3640322Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T01:28:27.3641990Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3643656Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3645171Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T01:28:27.3646813Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3648479Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3649971Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T01:28:27.3651633Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T01:28:27.3653227Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T01:28:27.3654879Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T01:28:27.3656548Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T01:28:27.3658214Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3659675Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T01:28:27.3661272Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T01:28:27.3662866Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T01:28:27.3664537Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3666017Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T01:28:27.3667611Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T01:28:27.3669276Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T01:28:27.3671036Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3672789Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T01:28:27.3674525Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T01:28:27.3676119Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T01:28:27.3677898Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T01:28:27.3679469Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T01:28:27.3681221Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T01:28:27.3682783Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T01:28:27.3684525Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3686046Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T01:28:27.3687590Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T01:28:27.3689317Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T01:28:27.3691039Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3692596Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T01:28:27.3694217Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T01:28:27.3695737Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T01:28:27.3697453Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T01:28:27.3699021Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T01:28:27.3700678Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T01:28:27.3702248Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T01:28:27.3703892Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T01:28:27.3705585Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T01:28:27.3707305Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3708831Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T01:28:27.3710473Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T01:28:27.3712177Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T01:28:27.3713940Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3715524Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T01:28:27.3717055Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T01:28:27.3718785Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T01:28:27.3720561Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3722152Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T01:28:27.3723760Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T01:28:27.3725309Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T01:28:27.3727090Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T01:28:27.3728734Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T01:28:27.3730347Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T01:28:27.3731875Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T01:28:27.3733519Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T01:28:27.3735172Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T01:28:27.3736897Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3738393Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T01:28:27.3740204Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T01:28:27.3742355Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T01:28:27.3744082Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3745482Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T01:28:27.3746934Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T01:28:27.3748295Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T01:28:27.3749688Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T01:28:27.3751065Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T01:28:27.3752760Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T01:28:27.3754127Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T01:28:27.3755805Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3757199Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T01:28:27.3758747Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T01:28:27.3760233Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T01:28:27.3761926Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3763397Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3764835Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:28:27.3766211Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T01:28:27.3767718Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3769199Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3770658Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T01:28:27.3772255Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T01:28:27.3773603Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T01:28:27.3775123Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T01:28:27.3776668Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T01:28:27.3778215Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3779634Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T01:28:27.3781227Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3782506Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T01:28:27.3783940Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T01:28:27.3785245Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T01:28:27.3786800Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T01:28:27.3788120Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T01:28:27.3789811Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T01:28:27.3791629Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3793107Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3794501Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3795863Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T01:28:27.3797394Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T01:28:27.3798949Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T01:28:27.3800561Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3801994Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3803319Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T01:28:27.3804849Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T01:28:27.3806309Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T01:28:27.3807709Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T01:28:27.3809063Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T01:28:27.3810344Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T01:28:27.3811850Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T01:28:27.3813290Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T01:28:27.3814868Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3816243Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T01:28:27.3817655Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T01:28:27.3819037Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T01:28:27.3820415Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T01:28:27.3822014Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T01:28:27.3823776Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T01:28:27.3825296Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3826660Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T01:28:27.3828052Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T01:28:27.3829427Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T01:28:27.3830976Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T01:28:27.3832833Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T01:28:27.3834533Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3836078Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T01:28:27.3837629Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3839159Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T01:28:27.3840654Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T01:28:27.3843301Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T01:28:27.3843875Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T01:28:27.3845546Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T01:28:27.3847099Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T01:28:27.3848658Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T01:28:27.3850152Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T01:28:27.3851736Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T01:28:27.3853553Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3854807Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T01:28:27.3856225Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T01:28:27.3857821Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T01:28:27.3859613Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3861003Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T01:28:27.3862569Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T01:28:27.3864191Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T01:28:27.3866000Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3867342Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T01:28:27.3868975Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T01:28:27.3870523Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T01:28:27.3872322Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3873474Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T01:28:27.3875150Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.3876917Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3878154Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T01:28:27.3879726Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T01:28:27.3881379Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T01:28:27.3882998Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T01:28:27.3884659Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T01:28:27.3886590Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T01:28:27.3888363Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3890075Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3891803Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3893196Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T01:28:27.3894715Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T01:28:27.3896118Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T01:28:27.3897649Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T01:28:27.3899302Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3900762Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3902213Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T01:28:27.3903784Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T01:28:27.3905114Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T01:28:27.3906614Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T01:28:27.3908040Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T01:28:27.3909925Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T01:28:27.3912194Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T01:28:27.3914542Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T01:28:27.3916481Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3917953Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3919768Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3921445Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T01:28:27.3923003Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T01:28:27.3924576Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T01:28:27.3926249Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T01:28:27.3927937Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3929449Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3930875Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T01:28:27.3932466Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T01:28:27.3933997Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T01:28:27.3935596Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T01:28:27.3937136Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T01:28:27.3938848Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T01:28:27.3940737Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T01:28:27.3942808Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T01:28:27.3944694Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3946224Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3947828Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3949357Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T01:28:27.3950960Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T01:28:27.3952591Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T01:28:27.3954213Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T01:28:27.3955910Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3957471Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3959117Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T01:28:27.3960647Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T01:28:27.3962102Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T01:28:27.3963654Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T01:28:27.3965156Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T01:28:27.3966895Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T01:28:27.3968762Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T01:28:27.3970753Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T01:28:27.3972579Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3974108Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.3975779Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.3977301Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T01:28:27.3978872Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T01:28:27.3980343Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T01:28:27.3981954Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T01:28:27.3983679Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.3985115Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.3986607Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T01:28:27.3988332Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T01:28:27.3989890Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T01:28:27.3991665Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T01:28:27.3993184Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T01:28:27.3994852Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T01:28:27.3996777Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T01:28:27.3998881Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T01:28:27.4000790Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4002425Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.4004285Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.4005762Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T01:28:27.4007394Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T01:28:27.4008953Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T01:28:27.4010661Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T01:28:27.4012355Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4014036Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4015533Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T01:28:27.4017152Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T01:28:27.4018590Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T01:28:27.4020245Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T01:28:27.4021863Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T01:28:27.4023636Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T01:28:27.4025586Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T01:28:27.4027780Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T01:28:27.4029755Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4031420Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.4033060Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.4034637Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T01:28:27.4036281Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T01:28:27.4037839Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T01:28:27.4039546Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T01:28:27.4041310Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4042964Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4044614Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T01:28:27.4046141Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T01:28:27.4047679Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T01:28:27.4049323Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T01:28:27.4050856Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T01:28:27.4052643Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T01:28:27.4054781Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T01:28:27.4056991Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T01:28:27.4058983Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4060510Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T01:28:27.4062157Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T01:28:27.4063794Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T01:28:27.4065506Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T01:28:27.4067063Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T01:28:27.4068806Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T01:28:27.4070493Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4072119Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4073809Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T01:28:27.4075451Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T01:28:27.4076986Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T01:28:27.4078598Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T01:28:27.4080258Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T01:28:27.4082048Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T01:28:27.4083748Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T01:28:27.4085478Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4086864Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T01:28:27.4088468Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T01:28:27.4090019Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T01:28:27.4091522Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T01:28:27.4093151Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4094705Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4096171Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T01:28:27.4097572Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T01:28:27.4099066Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T01:28:27.4100612Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T01:28:27.4102050Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T01:28:27.4103618Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4105077Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T01:28:27.4106689Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T01:28:27.4108490Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T01:28:27.4110945Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4112816Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T01:28:27.4114445Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T01:28:27.4116166Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T01:28:27.4117938Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4119545Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4121064Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T01:28:27.4122634Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T01:28:27.4124138Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T01:28:27.4126099Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T01:28:27.4127818Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T01:28:27.4129867Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T01:28:27.4131620Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T01:28:27.4133250Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4134736Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T01:28:27.4136220Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T01:28:27.4137690Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T01:28:27.4139294Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T01:28:27.4140834Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T01:28:27.4142228Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T01:28:27.4143793Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T01:28:27.4145212Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T01:28:27.4146804Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4148347Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4149684Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T01:28:27.4151397Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T01:28:27.4153042Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T01:28:27.4154538Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T01:28:27.4156023Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T01:28:27.4157519Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T01:28:27.4159139Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T01:28:27.4160705Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4162083Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T01:28:27.4163646Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T01:28:27.4165160Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T01:28:27.4166683Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T01:28:27.4168294Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4169859Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4171288Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T01:28:27.4172800Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T01:28:27.4174348Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T01:28:27.4175840Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T01:28:27.4177377Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T01:28:27.4178812Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T01:28:27.4180318Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T01:28:27.4181878Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4183659Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T01:28:27.4185422Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4187054Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4188457Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T01:28:27.4190192Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T01:28:27.4191994Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T01:28:27.4193876Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T01:28:27.4195470Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T01:28:27.4196975Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T01:28:27.4198723Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T01:28:27.4200421Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T01:28:27.4202150Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4203706Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T01:28:27.4205446Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T01:28:27.4207125Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T01:28:27.4208884Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4210465Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T01:28:27.4212177Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T01:28:27.4213933Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T01:28:27.4215780Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4217444Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T01:28:27.4219090Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T01:28:27.4220725Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T01:28:27.4222677Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T01:28:27.4224618Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T01:28:27.4226468Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4228247Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:28:27.4229849Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T01:28:27.4231655Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T01:28:27.4233279Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T01:28:27.4234778Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T01:28:27.4236345Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T01:28:27.4238279Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T01:28:27.4240096Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T01:28:27.4241703Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:28:27.4243155Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T01:28:27.4244893Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T01:28:27.4246527Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T01:28:27.4248184Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4249664Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T01:28:27.4251176Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T01:28:27.4252753Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T01:28:27.4254167Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T01:28:27.4255785Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T01:28:27.4257835Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T01:28:27.4259768Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4261481Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T01:28:27.4263379Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:28:27.4264880Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T01:28:27.4266559Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T01:28:27.4268234Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T01:28:27.4270160Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T01:28:27.4275022Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:28:27.4277975Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:28:27.4280057Z adding 'torch/include/THC/THCAtomics.cuh' 2022-11-23T01:28:27.4281457Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2022-11-23T01:28:27.4285818Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:28:27.4287782Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:28:27.4290509Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:28:27.4292629Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:28:27.4294536Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:28:27.4296320Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:28:27.4297910Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:28:27.4299674Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:28:27.4302416Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:28:27.4304302Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:28:27.4307297Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:28:27.4309916Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:28:27.4320377Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:28:27.4333616Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:28:27.4337043Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:28:27.4339866Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:28:27.4342300Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:28:27.4343823Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:28:27.4345995Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:28:27.4347857Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:28:27.4350866Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:28:27.4352833Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:28:27.4354901Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:28:27.4356527Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:28:27.4358163Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:28:27.4360101Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:28:27.4363224Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:28:27.4368022Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:28:27.4370241Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:28:27.4372385Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:28:27.4375267Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:28:27.4378497Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:28:27.4381242Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:28:27.4383200Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:28:27.4386575Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:28:27.4388579Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:28:27.4390384Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:28:27.4429526Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:28:27.4439669Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:28:27.4442107Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:28:27.4443672Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:28:27.4445061Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:28:27.4447082Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:28:27.4451675Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:28:27.4453908Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:28:27.4455513Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:28:27.4457422Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:28:27.4461927Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:28:27.4464187Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:28:27.4467453Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:28:27.4470108Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:28:27.4473784Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:28:27.4475490Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:28:27.4478070Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:28:27.4479840Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:28:27.4481594Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:28:27.4482997Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:28:27.4484877Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:28:27.4488127Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:28:27.4490336Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:28:27.4492423Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:28:27.4494318Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:28:27.4497406Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:28:27.4499261Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:28:27.4501056Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:28:27.4502545Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:28:27.4505999Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:28:27.4509099Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:28:27.4510880Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:28:27.4512343Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2022-11-23T01:28:27.4515076Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:28:27.4520933Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:28:27.4523122Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:28:27.4526582Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:28:27.4530152Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:28:27.4533884Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:28:27.4536758Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:28:27.4539431Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:28:27.4541484Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:28:27.4543113Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:28:27.4545328Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:28:27.4549538Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:28:27.4552034Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:28:27.4555287Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:28:27.4557343Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:28:27.4559547Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:28:27.4561246Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:28:27.4568498Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:28:27.4571694Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:28:27.4573830Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:28:27.4577151Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:28:27.4579532Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:28:27.4582085Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:28:27.4588397Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:28:27.4590966Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:28:27.4594157Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:28:27.4596083Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:28:27.4599663Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:28:27.4601932Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:28:27.4604748Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:28:27.4609371Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:28:27.4617399Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:28:27.4620728Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:28:27.4624385Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:28:27.4626602Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:28:27.4628357Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:28:27.4642707Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:28:27.4646337Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:28:27.4648292Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:28:27.4650489Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:28:27.4652582Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:28:27.4654181Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:28:27.4656320Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:28:27.4658920Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:28:27.4663272Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:28:27.4665913Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:28:27.4668371Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:28:27.4670039Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:28:27.4672552Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:28:27.4674253Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:28:27.4676265Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:28:27.4681211Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:28:27.4683988Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:28:27.4685888Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:28:27.4687560Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:28:27.4690115Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:28:27.4691936Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:28:27.4704022Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:28:27.4709194Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:28:27.4711041Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:28:27.4715918Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:28:27.4725962Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:28:27.4728912Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:28:27.4736674Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:28:27.4739566Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:28:27.4742642Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:28:27.4745404Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:28:27.4747225Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:28:27.4761921Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:28:27.4765059Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:28:27.4766566Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:28:27.4767997Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:28:27.4769400Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:28:27.4770802Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:28:27.4772188Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:28:27.4773516Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:28:27.4775963Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:28:27.4778064Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:28:27.4780076Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:28:27.4786672Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:28:27.4788876Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:28:27.4790857Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:28:27.4796155Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:28:27.4803565Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:28:27.4806956Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:28:27.4808503Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:28:27.4814952Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:28:27.4835431Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:28:27.4839624Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:28:27.4871865Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:28:27.4875295Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:28:27.4876599Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:28:27.4879743Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:28:27.4881579Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:28:27.4882738Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:28:27.4885613Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:28:27.4892370Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:28:27.4895544Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:28:27.4914303Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:28:27.4918710Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:28:27.4920401Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:28:27.4922111Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:28:27.4930918Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:28:27.4935544Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:28:27.4938099Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:28:27.4940581Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:28:27.4943556Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:28:27.4946910Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:28:27.4969002Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:28:27.4973608Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:28:27.4975719Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:28:27.5010937Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:28:27.5037559Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:28:27.5043753Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:28:27.5050713Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:28:27.5059520Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:28:27.5074546Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:28:27.5078090Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:28:27.5083265Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:28:27.5091275Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:28:27.5103463Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:28:27.5106276Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:28:27.5113045Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:28:27.5115901Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:28:27.5117562Z adding 'torch/include/torch/extension.h' 2022-11-23T01:28:27.5129037Z adding 'torch/include/torch/library.h' 2022-11-23T01:28:27.5131472Z adding 'torch/include/torch/script.h' 2022-11-23T01:28:27.5134206Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:28:27.5135770Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:28:27.5137216Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:28:27.5138783Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:28:27.5140454Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:28:27.5144691Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:28:27.5146520Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:28:27.5148146Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:28:27.5149590Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:28:27.5151087Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:28:27.5152747Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:28:27.5154125Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:28:27.5155654Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:28:27.5157255Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:28:27.5158511Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:28:27.5160150Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:28:27.5161209Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:28:27.5162581Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:28:27.5164019Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:28:27.5165475Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:28:27.5166931Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:28:27.5169235Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:28:27.5170149Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:28:27.5171742Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:28:27.5173273Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:28:27.5175050Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:28:27.5176463Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:28:27.5179311Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:28:27.5181934Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:28:27.5183717Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:28:27.5185216Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:28:27.5186803Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:28:27.5188249Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:28:27.5190895Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:28:27.5193754Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:28:27.5196580Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:28:27.5198801Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:28:27.5200955Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:28:27.5205472Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:28:27.5208297Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:28:27.5209884Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:28:27.5211260Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:28:27.5215706Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:28:27.5219387Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:28:27.5221989Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:28:27.5223691Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:28:27.5228397Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:28:27.5230903Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:28:27.5232987Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:28:27.5235137Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:28:27.5236806Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:28:27.5239073Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:28:27.5241169Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:28:27.5242901Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:28:27.5244485Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:28:27.5246865Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:28:27.5248568Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:28:27.5249953Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:28:27.5251731Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:28:27.5255432Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:28:27.5257774Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:28:27.5260084Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:28:27.5262498Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:28:27.5268962Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:28:27.5272145Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:28:27.5274019Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:28:27.5275949Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:28:27.5278005Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:28:27.5279807Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:28:27.5282206Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:28:27.5284408Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:28:27.5286791Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:28:27.5288909Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:28:27.5290556Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:28:27.5292627Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:28:27.5294525Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:28:27.5296193Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:28:27.5297922Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:28:27.5299663Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:28:27.5302141Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:28:27.5303552Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:28:27.5305321Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:28:27.5306947Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:28:27.5308666Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:28:27.5313256Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:28:27.5315439Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:28:27.5317997Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:28:27.5319655Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:28:27.5321738Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:28:27.5328457Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:28:27.5330665Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:28:27.5332128Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:28:27.5334065Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:28:27.5337071Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:28:27.5339560Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:28:27.5344518Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:28:27.5347125Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:28:27.5349136Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:28:27.5351213Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:28:27.5353569Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:28:27.5356277Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:28:27.5358457Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:28:27.5360483Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:28:27.5362256Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:28:27.5367376Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:28:27.5370261Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:28:27.5372538Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:28:27.5374518Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:28:27.5379603Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:28:27.5383655Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:28:27.5386278Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:28:27.5388655Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:28:27.5393519Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:28:27.5396792Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:28:27.5399863Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:28:27.5402856Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:28:27.5406539Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:28:27.5409297Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:28:27.5411603Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:28:27.5414259Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:28:27.5416363Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:28:27.5418634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:28:27.5421179Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:28:27.5426757Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:28:27.5430034Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:28:27.5433256Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:28:27.5435655Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:28:27.5440225Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:28:27.5444222Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:28:27.5447314Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:28:27.5449810Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:28:27.5452462Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:28:27.5454523Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:28:27.5456592Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:28:27.5461248Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:28:27.5464234Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:28:27.5466696Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:28:27.5469237Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:28:27.5472534Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:28:27.5476110Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:28:27.5478472Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:28:27.5481076Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:28:27.5483741Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:28:27.5488297Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:28:27.5492968Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:28:27.5495289Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:28:27.5497271Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:28:27.5500207Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:28:27.5502491Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:28:27.5504476Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:28:27.5507306Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:28:27.5509700Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:28:27.5511824Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:28:27.5513957Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:28:27.5518562Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:28:27.5521780Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:28:27.5524169Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:28:27.5526250Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:28:27.5529621Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:28:27.5532713Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:28:27.5535676Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:28:27.5537756Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:28:27.5539668Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:28:27.5542031Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:28:27.5543922Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:28:27.5548205Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:28:27.5551217Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:28:27.5553607Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:28:27.5557729Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:28:27.5560723Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:28:27.5562925Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:28:27.5565199Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:28:27.5567429Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:28:27.5570395Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:28:27.5572664Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:28:27.5576237Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:28:27.5578637Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:28:27.5580856Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:28:27.5582492Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:28:27.5584477Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:28:27.5586613Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:28:27.5588763Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:28:27.5590409Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:28:27.5597786Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:28:27.5599916Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:28:27.5604761Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:28:27.5607192Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:28:27.5609951Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:28:27.5611850Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:28:27.5613148Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:28:27.5617996Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:28:27.5620267Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:28:27.5624161Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:28:27.5628174Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:28:27.5637456Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:28:27.5639985Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:28:27.5641581Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:28:27.5644830Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:28:27.5646920Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:28:27.5649485Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:28:27.5651578Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:28:27.5653062Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:28:27.5655785Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:28:27.5659791Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:28:27.5661629Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:28:27.5663448Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:28:27.5665020Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:28:27.5667193Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:28:27.5669069Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:28:27.5670636Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:28:27.5672248Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:28:27.5674695Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:28:27.5676495Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:28:27.5678117Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:28:27.5679751Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:28:27.5681229Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:28:27.5682862Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:28:27.5684102Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:28:27.5686006Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:28:27.5687495Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:28:27.5689040Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:28:27.5690678Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:28:27.5692770Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:28:27.5694499Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:28:27.5696261Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:28:27.5698806Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:28:27.5700728Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:28:27.5702191Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:28:27.5712789Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:28:27.5718297Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:28:27.5720918Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:28:27.5722711Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:28:27.5724255Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:28:27.5726645Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:28:27.5728682Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:28:27.5751872Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:28:27.5759518Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:28:27.5761130Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:28:27.5766137Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:28:27.5769079Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:28:27.5771131Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:28:27.5772770Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:28:27.5774487Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:28:27.5776089Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:28:27.5778032Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:28:27.5779893Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:28:27.5781307Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:28:27.5782777Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:28:27.5784324Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:28:27.5785750Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:28:27.5787106Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:28:27.5788671Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:28:27.5790847Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:28:27.5792518Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:28:27.5793938Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:28:27.5797243Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:28:27.5799233Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:28:27.5800846Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:28:27.5802453Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:28:27.5805393Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:28:27.5807380Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:28:27.5809662Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:28:27.5811399Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:28:27.5814464Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:28:27.5818881Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:28:27.5822062Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:28:27.5830170Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:28:27.5833173Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:28:27.5836615Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:28:27.5839288Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:28:27.5841737Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:28:27.5843897Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:28:27.5845912Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:28:27.5848630Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:28:27.5851113Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:28:27.5852834Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:28:27.5854664Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:28:27.5857096Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:28:27.5858961Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:28:27.5864376Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:28:27.5866771Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:28:27.5869092Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:28:27.5870784Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:28:27.5873266Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:28:27.5874993Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:28:27.5876751Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:28:27.5878463Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:28:27.5880226Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:28:27.5882719Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:28:27.5884637Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:28:27.5886452Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:28:27.5894269Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:28:27.5896913Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:28:27.5898843Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:28:27.5900761Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:28:27.5903216Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:28:27.5906213Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:28:27.5908472Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:28:27.5910240Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:28:27.5912181Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:28:27.5914052Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:28:27.5915686Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:28:27.5918198Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:28:27.5920045Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:28:27.5921854Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:28:27.5923710Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:28:27.5925205Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:28:27.5929758Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:28:27.5931843Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:28:27.5937487Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:28:27.5943619Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:28:27.5946287Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:28:27.5948409Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:28:27.5950297Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:28:27.5952150Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:28:27.5957863Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:28:27.5961095Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:28:27.5963072Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:28:27.5964988Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:28:27.5966915Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:28:27.5968799Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:28:27.5971095Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:28:27.5974040Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:28:27.5975980Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:28:27.5977675Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:28:27.5981990Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:28:27.5985181Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:28:27.5987373Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:28:27.5994381Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:28:27.5997888Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:28:27.6000429Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:28:27.6003402Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:28:27.6005422Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:28:27.6007121Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:28:27.6009060Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:28:27.6010618Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:28:27.6012525Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:28:27.6013546Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:28:27.6015007Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:28:27.6021382Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:28:27.6023650Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:28:27.6025226Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:28:27.6028809Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:28:27.6033084Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:28:27.6036444Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:28:27.6039926Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:28:27.6043076Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:28:27.6046992Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:28:27.6050990Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:28:27.6054746Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:28:27.6056995Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:28:27.6060476Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:28:27.6062447Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:28:27.6066151Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:28:27.6073265Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:28:27.6075429Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:28:27.6080220Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:28:27.6082602Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:28:27.6084823Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:28:27.6086584Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:28:27.6088156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:28:27.6092913Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:28:27.6095379Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:28:27.6097616Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:28:27.6100202Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:28:27.6102386Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:28:27.6108730Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:28:27.6124441Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:28:27.6127823Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:28:27.6129777Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:28:27.6132985Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:28:27.6137437Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:28:27.6140906Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:28:27.6146676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:28:27.6149053Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:28:27.6155126Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:28:27.6158032Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:28:27.6160888Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:28:27.6162825Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:28:27.6164429Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:28:27.6166197Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:28:27.6167812Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:28:27.6171376Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:28:27.6173076Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:28:27.6174727Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:28:27.6176247Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:28:27.6178470Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:28:27.6181770Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:28:27.6184459Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:28:27.6186187Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:28:27.6187853Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:28:27.6189534Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:28:27.6192692Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:28:27.6194878Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:28:27.6196542Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:28:27.6198368Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:28:27.6200077Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:28:27.6203387Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:28:27.6205403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:28:27.6208042Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:28:27.6210159Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:28:27.6211940Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:28:27.6214002Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:28:27.6217774Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:28:27.6220134Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:28:27.6221701Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:28:27.6230911Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:28:27.6231417Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:28:27.6231907Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:28:27.6232627Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:28:27.6234684Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:28:27.6236772Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:28:27.6239505Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:28:27.6241449Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:28:27.6243045Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:28:27.6244683Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:28:27.6247368Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:28:27.6252489Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:28:27.6256971Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:28:27.6260048Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:28:27.6261746Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:28:27.6264019Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:28:27.6268054Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:28:27.6269918Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:28:27.6271876Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:28:27.6274741Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:28:27.6276541Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:28:27.6278703Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:28:27.6280357Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:28:27.6282025Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:28:27.6283975Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:28:27.6286048Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:28:27.6289670Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:28:27.6291691Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:28:27.6293296Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:28:27.6295012Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:28:27.6298045Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:28:27.6299960Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:28:27.6303429Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:28:27.6305972Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:28:27.6307955Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:28:27.6309606Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:28:27.6312915Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:28:27.6314969Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:28:27.6318003Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:28:27.6321193Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:28:27.6323740Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:28:27.6331678Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:28:27.6334403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:28:27.6336499Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:28:27.6337993Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:28:27.6341385Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:28:27.6343369Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:28:27.6344941Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:28:27.6346884Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:28:27.6348198Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:28:27.6349621Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:28:27.6351245Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:28:27.6352866Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:28:27.6359159Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:28:27.6361394Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:28:27.6363024Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:28:27.6364754Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:28:27.6366360Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:28:27.6367936Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:28:27.6369617Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:28:27.6371497Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:28:27.6373325Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:28:27.6375068Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:28:27.6379376Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:28:27.6381403Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:28:27.6383040Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:28:27.6390299Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:28:27.6395055Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:28:27.6398168Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:28:27.6406653Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:28:27.6409184Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:28:27.6413996Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:28:27.6416603Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:28:27.6418582Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:28:27.6421032Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:28:27.6438083Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:28:27.6441750Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:28:27.6443573Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:28:27.6445411Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:28:27.6446948Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:28:27.6449697Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:28:27.6452083Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:28:27.6453567Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:28:27.6455663Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:28:27.6457380Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:28:27.6460122Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:28:27.6462588Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:28:27.6464308Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:28:27.6466272Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:28:27.6468522Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:28:27.6470120Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:28:27.6471916Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:28:27.6473292Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:28:27.6474864Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:28:27.6477368Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:28:27.6479737Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:28:27.6481303Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:28:27.6482795Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:28:27.6484201Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:28:27.6486397Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:28:27.6487904Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:28:27.6489581Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:28:27.6491283Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:28:27.6493008Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:28:27.6494503Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:28:27.6496928Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:28:27.6498209Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:28:27.6499693Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:28:27.6501130Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:28:27.6502494Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:28:27.6503847Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:28:27.6505213Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:28:27.6506514Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:28:27.6507915Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:28:27.6509453Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:28:27.6510769Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:28:27.6512262Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:28:27.6513667Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:28:27.6515207Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:28:27.6516732Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:28:27.6518018Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:28:27.6519622Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:28:27.6521280Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:28:27.6522695Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:28:27.6523992Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:28:27.6525486Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:28:27.6526873Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:28:27.6528447Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:28:27.6530108Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:28:27.6531707Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:28:27.6533229Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:28:27.6534664Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:28:27.6535981Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:28:27.6537412Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:28:27.6538778Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:28:27.6540140Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:28:27.6541494Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:28:27.6542937Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:28:27.6544226Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:28:27.6545824Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:28:27.6547493Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:28:27.6548948Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:28:27.6550252Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:28:27.6551879Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:28:27.6553144Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:28:27.6554562Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:28:27.6555867Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:28:27.6557261Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:28:27.6558612Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:28:27.6560054Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:28:27.6561283Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:28:27.6562787Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:28:27.6564272Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:28:27.6565663Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:28:27.6567106Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:28:27.6568600Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:28:27.6569922Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:28:27.6571492Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:28:27.6572756Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:28:27.6574132Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:28:27.6575756Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:28:27.6577354Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:28:27.6579715Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:28:27.6581268Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:28:27.6583047Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:28:27.6584608Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:28:27.6586282Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:28:27.6587896Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:28:27.6589174Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:28:27.6590736Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:28:27.6592385Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:28:27.6594043Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:28:27.6595405Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:28:27.6596776Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:28:27.6598733Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:28:27.6600126Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:28:27.6601664Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:28:27.6602967Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:28:27.6604388Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:28:27.6606018Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:28:27.6607460Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:28:27.6609634Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:28:27.6611393Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:28:27.6613102Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:28:27.6614943Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:28:27.6616958Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:28:27.6618537Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:28:27.6620231Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:28:27.6621617Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:28:27.6622945Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:28:27.6624365Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:28:27.6626114Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:28:27.6627723Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:28:27.6628969Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:28:27.6631671Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:28:27.6633600Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:28:27.6635168Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:28:27.6643020Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:28:27.6645434Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:28:27.6647032Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:28:27.6648663Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:28:27.6651060Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:28:27.6652744Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:28:27.6654027Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:28:27.6655796Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:28:27.6657482Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:28:27.6658910Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:28:27.6661511Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:28:27.6672297Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:28:27.6675309Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:28:27.6676878Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:28:27.6678811Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:28:27.6680590Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:28:27.6682558Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:28:27.6685169Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:28:27.6688241Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:28:27.6690073Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:28:27.6692027Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:28:27.6693382Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:28:27.6694826Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:28:27.6700151Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:28:27.6702813Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:28:27.6704663Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:28:27.6706275Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:28:27.6707722Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:28:27.6709095Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:28:27.6710438Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:28:27.6712889Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:28:27.6715055Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:28:27.6717487Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:28:27.6720052Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:28:27.6722557Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:28:27.6724175Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:28:27.6725496Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:28:27.6727232Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:28:27.6730654Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:28:27.6732269Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:28:27.6733914Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:28:27.6735597Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:28:27.6738596Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:28:27.6746035Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:28:27.6748644Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:28:27.6750206Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:28:27.6752339Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:28:27.6753003Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:28:27.6754777Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:28:27.6756309Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:28:27.6758070Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:28:27.6759659Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:28:27.6761211Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:28:27.6762536Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:28:27.6764909Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:28:27.6768406Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:28:27.6770392Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:28:27.6772478Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:28:27.6774133Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:28:27.6776029Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:28:27.6777720Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:28:27.6779268Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:28:27.6780862Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:28:27.6782413Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:28:27.6783953Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:28:27.6785744Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:28:27.6801853Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:28:27.6805321Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:28:27.6807318Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:28:27.6811330Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:28:27.6813253Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:28:27.6815147Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:28:27.6816722Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:28:27.6818503Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:28:27.6820062Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:28:27.6823063Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:28:27.6826518Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:28:27.6828967Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:28:27.6831075Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:28:27.6833765Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:28:27.6836665Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:28:27.6838897Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:28:27.6840454Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:28:27.6843202Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:28:27.6845437Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:28:27.6848781Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:28:27.6850919Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:28:27.6854976Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:28:27.6857454Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:28:27.6859084Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:28:27.6861027Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:28:27.6863150Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:28:27.6865604Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:28:27.6868203Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:28:27.6871132Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:28:27.6873021Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:28:27.6878708Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:28:27.6881104Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:28:27.6882915Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:28:27.6885057Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:28:27.6889366Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:28:27.6891472Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:28:27.6893219Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:28:27.6897612Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:28:27.6900097Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:28:27.6902024Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:28:27.6908736Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:28:27.6910802Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:28:27.6913038Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:28:27.6918166Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:28:27.6921899Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:28:27.6926945Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:28:27.6933742Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:28:27.6937709Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:28:27.6940014Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:28:27.6942786Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:28:27.6944965Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:28:27.6946993Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:28:27.6949726Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:28:27.6951490Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:28:27.6954009Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:28:27.6955638Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:28:27.6957592Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:28:27.6959677Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:28:27.6962135Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:28:27.6963882Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:28:27.6965881Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:28:27.6968411Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:28:27.6970285Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:28:27.6972950Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:28:27.6975293Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:28:27.6978141Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:28:27.6980871Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:28:27.6983775Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:28:27.6985760Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:28:27.6987815Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:28:27.6990103Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:28:27.6993204Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:28:27.6995812Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:28:27.6999346Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:28:27.7002156Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:28:27.7004027Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:28:27.7006357Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:28:27.7007936Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:28:27.7011096Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:28:27.7014195Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:28:27.7016247Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:28:27.7017949Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:28:27.7019823Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:28:27.7022904Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:28:27.7026724Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:28:27.7028672Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:28:27.7030723Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:28:27.7032939Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:28:27.7034529Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:28:27.7036321Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:28:27.7038504Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:28:27.7040646Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:28:27.7042509Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:28:27.7044129Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:28:27.7046018Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:28:27.7047902Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:28:27.7049950Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:28:27.7051616Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:28:27.7053287Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:28:27.7054971Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:28:27.7056689Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:28:27.7059063Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:28:27.7061412Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:28:27.7063122Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:28:27.7064867Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:28:27.7066434Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:28:27.7068335Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:28:27.7073440Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:28:27.7076827Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:28:27.7079269Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:28:27.7081020Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:28:27.7083373Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:28:27.7085152Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:28:27.7087193Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:28:27.7090128Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:28:27.7092969Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:28:27.7094891Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:28:27.7096794Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:28:27.7098749Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:28:27.7100982Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:28:27.7102825Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:28:27.7104522Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:28:27.7106449Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:28:27.7107319Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:28:27.7109036Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:28:27.7110352Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:28:27.7111905Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:28:27.7113658Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:28:27.7114918Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:28:27.7116396Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:28:27.7117965Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:28:27.7119533Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:28:27.7122796Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:28:27.7124577Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:28:27.7133962Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:28:27.7137001Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:28:27.7138664Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:28:27.7140734Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:28:27.7142771Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:28:27.7145070Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:28:27.7146639Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:28:27.7148368Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:28:27.7150044Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:28:27.7151861Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:28:27.7153882Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:28:27.7155467Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:28:27.7157101Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:28:27.7158398Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:28:27.7159803Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:28:27.7161754Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:28:27.7163017Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:28:27.7164363Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:28:27.7165696Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:28:27.7167309Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:28:27.7168830Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:28:27.7170244Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:28:27.7171557Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:28:27.7174013Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:28:27.7176932Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:28:27.7178689Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:28:27.7180855Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:28:27.7184762Z adding 'torch/jit/__init__.py' 2022-11-23T01:28:27.7187127Z adding 'torch/jit/_async.py' 2022-11-23T01:28:27.7189789Z adding 'torch/jit/_builtins.py' 2022-11-23T01:28:27.7193360Z adding 'torch/jit/_check.py' 2022-11-23T01:28:27.7196346Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:28:27.7197958Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:28:27.7200289Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:28:27.7203580Z adding 'torch/jit/_freeze.py' 2022-11-23T01:28:27.7206525Z adding 'torch/jit/_fuser.py' 2022-11-23T01:28:27.7208203Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:28:27.7209612Z adding 'torch/jit/_logging.py' 2022-11-23T01:28:27.7212371Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:28:27.7214132Z adding 'torch/jit/_pickle.py' 2022-11-23T01:28:27.7226452Z adding 'torch/jit/_recursive.py' 2022-11-23T01:28:27.7246455Z adding 'torch/jit/_script.py' 2022-11-23T01:28:27.7251039Z adding 'torch/jit/_serialization.py' 2022-11-23T01:28:27.7262053Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:28:27.7265198Z adding 'torch/jit/_state.py' 2022-11-23T01:28:27.7280101Z adding 'torch/jit/_trace.py' 2022-11-23T01:28:27.7286627Z adding 'torch/jit/annotations.py' 2022-11-23T01:28:27.7298962Z adding 'torch/jit/frontend.py' 2022-11-23T01:28:27.7301808Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:28:27.7306965Z adding 'torch/jit/quantized.py' 2022-11-23T01:28:27.7311090Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:28:27.7313369Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:28:27.7314927Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:28:27.7317306Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:28:27.7320249Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:28:27.7452064Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:28:27.7736271Z adding 'torch/lib/libc10.so' 2022-11-23T01:28:27.7949539Z adding 'torch/lib/libc10_cuda.so' 2022-11-23T01:28:27.7966607Z adding 'torch/lib/libc10d_cuda_test.so' 2022-11-23T01:28:27.7972120Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:28:27.8083851Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:28:27.8103981Z adding 'torch/lib/libshm.so' 2022-11-23T01:28:27.8108775Z adding 'torch/lib/libtorch.so' 2022-11-23T01:28:37.7026127Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:28:48.7521107Z adding 'torch/lib/libtorch_cuda.so' 2022-11-23T01:28:49.2224771Z adding 'torch/lib/libtorch_cuda_linalg.so' 2022-11-23T01:28:49.2243829Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:28:50.0890133Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:28:50.1657615Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:28:50.1704560Z adding 'torch/linalg/__init__.py' 2022-11-23T01:28:50.1709130Z adding 'torch/masked/__init__.py' 2022-11-23T01:28:50.1714203Z adding 'torch/masked/_docs.py' 2022-11-23T01:28:50.1730266Z adding 'torch/masked/_ops.py' 2022-11-23T01:28:50.1733481Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:28:50.1737058Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:28:50.1739792Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:28:50.1743751Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:28:50.1745685Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:28:50.1747312Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:28:50.1749558Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:28:50.1752024Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:28:50.1754286Z adding 'torch/monitor/__init__.py' 2022-11-23T01:28:50.1756371Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:28:50.1757886Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:28:50.1759681Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:28:50.1761525Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:28:50.1766485Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:28:50.1770208Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:28:50.1773377Z adding 'torch/nested/__init__.py' 2022-11-23T01:28:50.1775548Z adding 'torch/nn/__init__.py' 2022-11-23T01:28:50.1777220Z adding 'torch/nn/_reduction.py' 2022-11-23T01:28:50.1778948Z adding 'torch/nn/common_types.py' 2022-11-23T01:28:50.1780974Z adding 'torch/nn/cpp.py' 2022-11-23T01:28:50.1834353Z adding 'torch/nn/functional.py' 2022-11-23T01:28:50.1842919Z adding 'torch/nn/functional.pyi' 2022-11-23T01:28:50.1845549Z adding 'torch/nn/grad.py' 2022-11-23T01:28:50.1850997Z adding 'torch/nn/init.py' 2022-11-23T01:28:50.1854701Z adding 'torch/nn/parameter.py' 2022-11-23T01:28:50.1856395Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:28:50.1857976Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:28:50.1859558Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:28:50.1861163Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:28:50.1862868Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:28:50.1864528Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:28:50.1866000Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:28:50.1867768Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:28:50.1869287Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:28:50.1870799Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:28:50.1872423Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:28:50.1874156Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:28:50.1875659Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:28:50.1877334Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:50.1878878Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:28:50.1880434Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:28:50.1881905Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:28:50.1883429Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:28:50.1884743Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:28:50.1887382Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:28:50.1890989Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:28:50.1903165Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:28:50.1908407Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:28:50.1916376Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:28:50.1918987Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:28:50.1926886Z adding 'torch/nn/modules/container.py' 2022-11-23T01:28:50.1939795Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:28:50.1943523Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:28:50.1946408Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:28:50.1949086Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:28:50.1952776Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:28:50.1956597Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:28:50.1960884Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:28:50.1964519Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:28:50.1984329Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:28:50.2014329Z adding 'torch/nn/modules/module.py' 2022-11-23T01:28:50.2019856Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:28:50.2023353Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:28:50.2025746Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:28:50.2034439Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:28:50.2047383Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:28:50.2054164Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:28:50.2061782Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:28:50.2065790Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:28:50.2067949Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:28:50.2069959Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:28:50.2071571Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:28:50.2073785Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:28:50.2075866Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:28:50.2077764Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:28:50.2081154Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:28:50.2082830Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:28:50.2086201Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:28:50.2088054Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:28:50.2114371Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:28:50.2118433Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:28:50.2120118Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:28:50.2122555Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:28:50.2124204Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:28:50.2126279Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:28:50.2128032Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:28:50.2129777Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:28:50.2131366Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:28:50.2132882Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:28:50.2134576Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:28:50.2136226Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:28:50.2137653Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:28:50.2139239Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:28:50.2140889Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:28:50.2142276Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:28:50.2143999Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:28:50.2145349Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:28:50.2146724Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:28:50.2148586Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:28:50.2149999Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:28:50.2151855Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:28:50.2153815Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:28:50.2155285Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:28:50.2156853Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:28:50.2158287Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:28:50.2159881Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:28:50.2161366Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:28:50.2163014Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:28:50.2164824Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:50.2166396Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:28:50.2167931Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:28:50.2169484Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:28:50.2171601Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:28:50.2173265Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:28:50.2174851Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:28:50.2176366Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:28:50.2177860Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:28:50.2179393Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:28:50.2180887Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:28:50.2182367Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:28:50.2183906Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:28:50.2185412Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:28:50.2186963Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:28:50.2188866Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:28:50.2190676Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:28:50.2193633Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:28:50.2195422Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:28:50.2197753Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:28:50.2199879Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:28:50.2201777Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:28:50.2204086Z adding 'torch/nn/utils/init.py' 2022-11-23T01:28:50.2206275Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:28:50.2213376Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:28:50.2223728Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:28:50.2238184Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:28:50.2245471Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:28:50.2250440Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:28:50.2253278Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:28:50.2255700Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:28:50.2257697Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:28:50.2259454Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:28:50.2262695Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:28:50.2264777Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:28:50.2266663Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:28:50.2269259Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:28:50.2271505Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:28:50.2273483Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:28:50.2275447Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:28:50.2277276Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:28:50.2279605Z adding 'torch/onnx/__init__.py' 2022-11-23T01:28:50.2281169Z adding 'torch/onnx/_constants.py' 2022-11-23T01:28:50.2282862Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:28:50.2284394Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:28:50.2285983Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:28:50.2287887Z adding 'torch/onnx/_globals.py' 2022-11-23T01:28:50.2289896Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:28:50.2293244Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:28:50.2296975Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:28:50.2299059Z adding 'torch/onnx/errors.py' 2022-11-23T01:28:50.2300632Z adding 'torch/onnx/operators.py' 2022-11-23T01:28:50.2303303Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:28:50.2319921Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:28:50.2327896Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:28:50.2342786Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:28:50.2348124Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:28:50.2356558Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:28:50.2359400Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:28:50.2361393Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:28:50.2363433Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:28:50.2365220Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:28:50.2367004Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:28:50.2370937Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:28:50.2431254Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:28:50.2461515Z adding 'torch/onnx/utils.py' 2022-11-23T01:28:50.2470433Z adding 'torch/onnx/verification.py' 2022-11-23T01:28:50.2473712Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:28:50.2475369Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:28:50.2479668Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:28:50.2482816Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:28:50.2486395Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:28:50.2488510Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:28:50.2491102Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:28:50.2493738Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:28:50.2495810Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:28:50.2500281Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:28:50.2502977Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:28:50.2504915Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:28:50.2506655Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:28:50.2509204Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:28:50.2510916Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:28:50.2513131Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:28:50.2514876Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:28:50.2516551Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:28:50.2518109Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:28:50.2519844Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:28:50.2521449Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:28:50.2523087Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:28:50.2524757Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:28:50.2526384Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:28:50.2528076Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:28:50.2529639Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:28:50.2531554Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:28:50.2533341Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:28:50.2535388Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:28:50.2537186Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:28:50.2538791Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:28:50.2540574Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:28:50.2542447Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:28:50.2545171Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:28:50.2546943Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:28:50.2548553Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:28:50.2550240Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:28:50.2552241Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:28:50.2553656Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:28:50.2555490Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:28:50.2557229Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:28:50.2558578Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:28:50.2560092Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:28:50.2561829Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:28:50.2563500Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:28:50.2564979Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:28:50.2566559Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:28:50.2568210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:28:50.2569815Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:28:50.2571766Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:28:50.2573528Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:28:50.2575565Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:28:50.2577325Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:28:50.2578891Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:28:50.2580400Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:28:50.2581870Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:28:50.2583446Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:28:50.2585008Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:28:50.2586560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:28:50.2588394Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:28:50.2590126Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:28:50.2592449Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:28:50.2594363Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:28:50.2596173Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:28:50.2597936Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:28:50.2599929Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:28:50.2601706Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:28:50.2603824Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:28:50.2605310Z adding 'torch/optim/__init__.py' 2022-11-23T01:28:50.2606866Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:28:50.2608736Z adding 'torch/optim/_functional.py' 2022-11-23T01:28:50.2611918Z adding 'torch/optim/adadelta.py' 2022-11-23T01:28:50.2613521Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:28:50.2617247Z adding 'torch/optim/adagrad.py' 2022-11-23T01:28:50.2619457Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:28:50.2625602Z adding 'torch/optim/adam.py' 2022-11-23T01:28:50.2627680Z adding 'torch/optim/adam.pyi' 2022-11-23T01:28:50.2631367Z adding 'torch/optim/adamax.py' 2022-11-23T01:28:50.2633172Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:28:50.2637845Z adding 'torch/optim/adamw.py' 2022-11-23T01:28:50.2639831Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:28:50.2642936Z adding 'torch/optim/asgd.py' 2022-11-23T01:28:50.2644597Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:28:50.2649522Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:28:50.2651383Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:28:50.2668923Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:28:50.2673031Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:28:50.2677074Z adding 'torch/optim/nadam.py' 2022-11-23T01:28:50.2678904Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:28:50.2683645Z adding 'torch/optim/optimizer.py' 2022-11-23T01:28:50.2685547Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:28:50.2689310Z adding 'torch/optim/radam.py' 2022-11-23T01:28:50.2691081Z adding 'torch/optim/radam.pyi' 2022-11-23T01:28:50.2694898Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:28:50.2696695Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:28:50.2700191Z adding 'torch/optim/rprop.py' 2022-11-23T01:28:50.2701937Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:28:50.2705446Z adding 'torch/optim/sgd.py' 2022-11-23T01:28:50.2707203Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:28:50.2709458Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:28:50.2711409Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:28:50.2715465Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:28:50.2717627Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:28:50.2719869Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:28:50.2721852Z adding 'torch/package/__init__.py' 2022-11-23T01:28:50.2724394Z adding 'torch/package/_digraph.py' 2022-11-23T01:28:50.2726555Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:28:50.2728813Z adding 'torch/package/_importlib.py' 2022-11-23T01:28:50.2730936Z adding 'torch/package/_mangling.py' 2022-11-23T01:28:50.2733078Z adding 'torch/package/_mock.py' 2022-11-23T01:28:50.2735739Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:28:50.2737637Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:28:50.2740570Z adding 'torch/package/_stdlib.py' 2022-11-23T01:28:50.2743597Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:28:50.2746065Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:28:50.2748428Z adding 'torch/package/glob_group.py' 2022-11-23T01:28:50.2752226Z adding 'torch/package/importer.py' 2022-11-23T01:28:50.2766139Z adding 'torch/package/package_exporter.py' 2022-11-23T01:28:50.2776861Z adding 'torch/package/package_importer.py' 2022-11-23T01:28:50.2779481Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:28:50.2781364Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:28:50.2783075Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:28:50.2785217Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:28:50.2787168Z adding 'torch/profiler/__init__.py' 2022-11-23T01:28:50.2790853Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:28:50.2797529Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:28:50.2802496Z adding 'torch/profiler/_utils.py' 2022-11-23T01:28:50.2804813Z adding 'torch/profiler/itt.py' 2022-11-23T01:28:50.2811593Z adding 'torch/profiler/profiler.py' 2022-11-23T01:28:50.2813987Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:28:50.2816577Z adding 'torch/quantization/__init__.py' 2022-11-23T01:28:50.2818448Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:28:50.2820236Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:28:50.2822005Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:28:50.2823788Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:28:50.2825495Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:28:50.2827262Z adding 'torch/quantization/observer.py' 2022-11-23T01:28:50.2828942Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:28:50.2830611Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:28:50.2832657Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:28:50.2834432Z adding 'torch/quantization/quantize.py' 2022-11-23T01:28:50.2836169Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:28:50.2837874Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:28:50.2839689Z adding 'torch/quantization/stubs.py' 2022-11-23T01:28:50.2841439Z adding 'torch/quantization/utils.py' 2022-11-23T01:28:50.2843477Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:28:50.2845373Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:28:50.2847015Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:28:50.2848639Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:28:50.2850314Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:28:50.2852015Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:28:50.2853694Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:28:50.2855475Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:28:50.2857080Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:28:50.2858991Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:28:50.2860802Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:28:50.2862579Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:28:50.2864789Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:28:50.2867643Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:28:50.2869480Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:28:50.2871558Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:28:50.2874329Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:28:50.2876527Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:28:50.2879063Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:28:50.2881090Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:28:50.2907940Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:28:50.2915039Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:28:50.2917501Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:28:50.2920615Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:28:50.2923222Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:28:50.2927550Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:28:50.2931673Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:28:50.2935866Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:28:50.2941952Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:28:50.2944760Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:28:50.2947088Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:28:50.2949014Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:28:50.2950834Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:28:50.2953448Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:28:50.2955527Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:28:50.2962267Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:28:50.2965202Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:28:50.2967727Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:28:50.2971091Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:28:50.2972640Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:28:50.2974351Z adding 'torch/signal/__init__.py' 2022-11-23T01:28:50.2976110Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:28:50.2979407Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:28:50.2984223Z adding 'torch/sparse/__init__.py' 2022-11-23T01:28:50.2991116Z adding 'torch/special/__init__.py' 2022-11-23T01:28:50.3235178Z adding 'torch/test/CppSignature_test' 2022-11-23T01:28:50.3586474Z adding 'torch/test/Dict_test' 2022-11-23T01:28:50.3855623Z adding 'torch/test/Dimname_test' 2022-11-23T01:28:50.4153134Z adding 'torch/test/IListRef_test' 2022-11-23T01:28:50.4471745Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:28:50.4959375Z adding 'torch/test/List_test' 2022-11-23T01:28:50.5303463Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:28:50.5595033Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:28:50.5884337Z adding 'torch/test/apply_utils_test' 2022-11-23T01:28:50.6184826Z adding 'torch/test/atest' 2022-11-23T01:28:50.6464546Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:28:50.6786257Z adding 'torch/test/basic' 2022-11-23T01:28:50.7060528Z adding 'torch/test/broadcast_test' 2022-11-23T01:28:50.7309581Z adding 'torch/test/c10_Array_test' 2022-11-23T01:28:50.7573920Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:28:50.7832038Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:28:50.8083988Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:28:50.8331900Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:28:50.8583583Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:28:50.8841594Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:28:50.9096886Z adding 'torch/test/c10_Device_test' 2022-11-23T01:28:50.9388456Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:28:50.9642178Z adding 'torch/test/c10_Half_test' 2022-11-23T01:28:50.9912871Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:28:51.0194359Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:28:51.0479646Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:28:51.0780846Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:28:51.1067645Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:28:51.1682712Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:28:51.1962898Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:28:51.2213784Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:28:51.2467467Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:28:51.2741256Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:28:51.3000842Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:28:51.3257238Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:28:51.3505665Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:28:51.3767699Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:28:51.4041265Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:28:51.4319255Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:28:51.4597264Z adding 'torch/test/c10_complex_test' 2022-11-23T01:28:51.4852352Z adding 'torch/test/c10_cuda_CUDATest' 2022-11-23T01:28:51.5324827Z adding 'torch/test/c10_either_test' 2022-11-23T01:28:51.5611229Z adding 'torch/test/c10_exception_test' 2022-11-23T01:28:51.5870479Z adding 'torch/test/c10_flags_test' 2022-11-23T01:28:51.6095010Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:28:51.6755050Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:28:51.7048014Z adding 'torch/test/c10_irange_test' 2022-11-23T01:28:51.7325290Z adding 'torch/test/c10_logging_test' 2022-11-23T01:28:51.7705570Z adding 'torch/test/c10_optional_test' 2022-11-23T01:28:51.8020515Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:28:51.8297942Z adding 'torch/test/c10_registry_test' 2022-11-23T01:28:51.8588173Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:28:51.8851981Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:28:51.9125737Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:28:51.9411892Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:28:51.9684215Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:28:52.0128615Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:28:52.0405668Z adding 'torch/test/cuda_apply_test' 2022-11-23T01:28:52.0701121Z adding 'torch/test/cuda_atomic_ops_test' 2022-11-23T01:28:52.0979842Z adding 'torch/test/cuda_caching_host_allocator_test' 2022-11-23T01:28:52.1300211Z adding 'torch/test/cuda_complex_math_test' 2022-11-23T01:28:52.1596438Z adding 'torch/test/cuda_complex_test' 2022-11-23T01:28:52.1884840Z adding 'torch/test/cuda_cub_test' 2022-11-23T01:28:52.2140525Z adding 'torch/test/cuda_cudnn_test' 2022-11-23T01:28:52.2393657Z adding 'torch/test/cuda_device_test' 2022-11-23T01:28:52.2734026Z adding 'torch/test/cuda_distributions_test' 2022-11-23T01:28:52.2995781Z adding 'torch/test/cuda_dlconvertor_test' 2022-11-23T01:28:52.3279194Z adding 'torch/test/cuda_generator_test' 2022-11-23T01:28:52.3534740Z adding 'torch/test/cuda_half_test' 2022-11-23T01:28:52.3795453Z adding 'torch/test/cuda_integer_divider_test' 2022-11-23T01:28:52.4049330Z adding 'torch/test/cuda_optional_test' 2022-11-23T01:28:52.4312725Z adding 'torch/test/cuda_packedtensoraccessor_test' 2022-11-23T01:28:52.4572294Z adding 'torch/test/cuda_reportMemoryUsage_test' 2022-11-23T01:28:52.4879351Z adding 'torch/test/cuda_stream_test' 2022-11-23T01:28:52.5145663Z adding 'torch/test/cuda_vectorized_test' 2022-11-23T01:28:52.5399046Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:28:52.5656799Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:28:52.5953351Z adding 'torch/test/extension_backend_test' 2022-11-23T01:28:52.6221702Z adding 'torch/test/half_test' 2022-11-23T01:28:52.6486846Z adding 'torch/test/inline_container_test' 2022-11-23T01:28:52.6986927Z adding 'torch/test/ivalue_test' 2022-11-23T01:28:52.7620045Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:28:52.8123779Z adding 'torch/test/kernel_function_test' 2022-11-23T01:28:52.8760807Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:28:52.9294219Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:28:52.9617799Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:28:52.9872879Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:28:53.0359606Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:28:53.0640890Z adding 'torch/test/math_kernel_test' 2022-11-23T01:28:53.0908127Z adding 'torch/test/memory_format_test' 2022-11-23T01:28:53.1173059Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:28:53.1444377Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:28:53.1730732Z adding 'torch/test/native_test' 2022-11-23T01:28:53.1982941Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:28:53.3378940Z adding 'torch/test/op_registration_test' 2022-11-23T01:28:53.3728262Z adding 'torch/test/operator_name_test' 2022-11-23T01:28:53.3986575Z adding 'torch/test/operators_test' 2022-11-23T01:28:53.4250279Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:28:53.4600545Z adding 'torch/test/pow_test' 2022-11-23T01:28:53.4891871Z adding 'torch/test/quantized_test' 2022-11-23T01:28:53.5149400Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:28:53.5407175Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:28:53.5695311Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:28:53.5987803Z adding 'torch/test/scalar_test' 2022-11-23T01:28:53.6252690Z adding 'torch/test/stride_properties_test' 2022-11-23T01:28:53.6637537Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:28:53.6922053Z adding 'torch/test/test_parallel' 2022-11-23T01:28:53.6944208Z adding 'torch/test/thread_init_test' 2022-11-23T01:28:53.7198382Z adding 'torch/test/type_ptr_test' 2022-11-23T01:28:53.7511623Z adding 'torch/test/type_test' 2022-11-23T01:28:53.7777443Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:28:53.8029270Z adding 'torch/test/variant_test' 2022-11-23T01:28:53.8046687Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:28:53.8408899Z adding 'torch/test/vmap_test' 2022-11-23T01:28:53.8675924Z adding 'torch/test/weakref_test' 2022-11-23T01:28:53.8938266Z adding 'torch/test/wrapdim_test' 2022-11-23T01:28:53.9189568Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:28:53.9203561Z adding 'torch/testing/__init__.py' 2022-11-23T01:28:53.9218669Z adding 'torch/testing/_comparison.py' 2022-11-23T01:28:53.9223352Z adding 'torch/testing/_creation.py' 2022-11-23T01:28:53.9225514Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:28:53.9227256Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:28:53.9231172Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:28:53.9234909Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:28:53.9237534Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:28:53.9254929Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:28:53.9265937Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:28:53.9268690Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:28:53.9279322Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:28:53.9284536Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:28:53.9458666Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:28:53.9490117Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:28:53.9533917Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:28:53.9558309Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:28:53.9563413Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:28:53.9566529Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:28:53.9620705Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:28:53.9631212Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:28:53.9634861Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:28:53.9639247Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:28:53.9641261Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:28:53.9649413Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:28:53.9659419Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:28:53.9662667Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:28:53.9664459Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:28:53.9666871Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:28:53.9668682Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:28:53.9673336Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:28:53.9675307Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:28:53.9676700Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:28:53.9678498Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:28:53.9679936Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:28:53.9686018Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:28:53.9768058Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:28:53.9778466Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:28:53.9781899Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:28:53.9784432Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:28:53.9787388Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:28:53.9789228Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:28:53.9790978Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:28:53.9793437Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:28:53.9795983Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:28:53.9797780Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:28:53.9799409Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:28:53.9803415Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:28:53.9807547Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:28:53.9810137Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:28:53.9811879Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:28:53.9813453Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:28:53.9818634Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:28:53.9820939Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:28:53.9822552Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:28:53.9846813Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:28:53.9852232Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:28:53.9857652Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:28:53.9858612Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:28:53.9860577Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:28:53.9912700Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:28:53.9919971Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:28:53.9921319Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:28:53.9923640Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:28:53.9926906Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:28:53.9929161Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:28:53.9931273Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:28:53.9942259Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:28:53.9945991Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:28:53.9947771Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:28:53.9979315Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:28:53.9988779Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:28:54.0018742Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:28:54.0023861Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:28:54.0028267Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:28:54.0029746Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:28:54.0036236Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:28:54.0041056Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:28:54.0057392Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:28:54.0062407Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:28:54.0066975Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:28:54.0069237Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:28:54.0070630Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:28:54.0072148Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:28:54.0074363Z adding 'torch/utils/__init__.py' 2022-11-23T01:28:54.0076155Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:28:54.0077729Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:28:54.0079744Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:28:54.0083558Z adding 'torch/utils/_freeze.py' 2022-11-23T01:28:54.0085476Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:28:54.0087768Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:28:54.0091579Z adding 'torch/utils/_pytree.py' 2022-11-23T01:28:54.0093946Z adding 'torch/utils/_zip.py' 2022-11-23T01:28:54.0095799Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:28:54.0101946Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:28:54.0108432Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:28:54.0114256Z adding 'torch/utils/collect_env.py' 2022-11-23T01:28:54.0116279Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:28:54.0145027Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:28:54.0149823Z adding 'torch/utils/dlpack.py' 2022-11-23T01:28:54.0151878Z adding 'torch/utils/file_baton.py' 2022-11-23T01:28:54.0155063Z adding 'torch/utils/hooks.py' 2022-11-23T01:28:54.0157899Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:28:54.0160865Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:28:54.0162433Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:28:54.0164915Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:28:54.0167862Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:28:54.0170022Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:28:54.0171710Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:28:54.0173419Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:28:54.0176312Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:28:54.0179444Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:28:54.0181621Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:28:54.0186609Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:28:54.0189037Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:28:54.0191553Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:28:54.0193673Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:28:54.0195917Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:28:54.0197789Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:28:54.0199738Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:28:54.0202020Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:28:54.0203990Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:28:54.0206119Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:28:54.0207961Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:28:54.0209677Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:28:54.0211183Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:28:54.0215756Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:28:54.0219953Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:28:54.0223013Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:28:54.0228415Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:28:54.0231489Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:28:54.0233339Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:28:54.0239321Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:28:54.0241533Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:28:54.0244162Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:28:54.0245911Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:28:54.0247699Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:28:54.0258088Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:28:54.0303847Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:28:54.0314733Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:28:54.0317550Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:28:54.0319741Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:28:54.0321542Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:28:54.0345754Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:28:54.0351730Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:28:54.0354781Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:28:54.0357458Z adding 'torch/utils/data/graph.py' 2022-11-23T01:28:54.0359992Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:28:54.0363541Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:28:54.0365912Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:28:54.0369585Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:28:54.0371766Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:28:54.0373647Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:28:54.0375238Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:28:54.0377234Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:28:54.0381718Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:28:54.0383696Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:28:54.0386709Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:28:54.0390435Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:28:54.0395993Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:28:54.0400914Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:28:54.0403925Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:28:54.0407550Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:28:54.0409720Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:28:54.0411640Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:28:54.0415573Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:28:54.0418107Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:28:54.0419866Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:28:54.0421876Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:28:54.0425318Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:28:54.0428364Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:28:54.0434771Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:28:54.0437412Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:28:54.0439780Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:28:54.0443928Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:28:54.0446457Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:28:54.0448725Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:28:54.0450631Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:28:54.0452441Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:28:54.0454446Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:28:54.0456277Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:28:54.0458689Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:28:54.0460903Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:28:54.0463081Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:28:54.0464956Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:28:54.0466731Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:28:54.0470921Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:28:54.0475245Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:28:54.0478452Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:28:54.0480397Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:28:54.0482161Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:28:54.0527540Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:28:54.0547006Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:28:54.0549367Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:28:54.0550849Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:28:54.0553154Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:28:54.0558582Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:28:54.0560542Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:28:54.0565674Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:28:54.0568033Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:28:54.0571710Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:28:54.0573573Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:28:54.0575383Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:28:54.0582993Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:28:54.0585245Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:28:54.0587584Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:28:54.0589245Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:28:54.0590913Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:28:54.0595850Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:28:54.0598736Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:28:54.0607440Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:28:54.0619419Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:28:54.0624084Z adding 'torchgen/__init__.py' 2022-11-23T01:28:54.0626197Z adding 'torchgen/code_template.py' 2022-11-23T01:28:54.0628420Z adding 'torchgen/context.py' 2022-11-23T01:28:54.0658041Z adding 'torchgen/gen.py' 2022-11-23T01:28:54.0666644Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:28:54.0676539Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:28:54.0684020Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:28:54.0687639Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:28:54.0689906Z adding 'torchgen/local.py' 2022-11-23T01:28:54.0724993Z adding 'torchgen/model.py' 2022-11-23T01:28:54.0736166Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:28:54.0742362Z adding 'torchgen/utils.py' 2022-11-23T01:28:54.0744614Z adding 'torchgen/api/__init__.py' 2022-11-23T01:28:54.0752898Z adding 'torchgen/api/autograd.py' 2022-11-23T01:28:54.0757905Z adding 'torchgen/api/cpp.py' 2022-11-23T01:28:54.0760662Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:28:54.0763609Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:28:54.0769144Z adding 'torchgen/api/lazy.py' 2022-11-23T01:28:54.0771274Z adding 'torchgen/api/meta.py' 2022-11-23T01:28:54.0773756Z adding 'torchgen/api/native.py' 2022-11-23T01:28:54.0790069Z adding 'torchgen/api/python.py' 2022-11-23T01:28:54.0794348Z adding 'torchgen/api/structured.py' 2022-11-23T01:28:54.0800353Z adding 'torchgen/api/translate.py' 2022-11-23T01:28:54.0807796Z adding 'torchgen/api/types.py' 2022-11-23T01:28:54.0811367Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:28:54.0815055Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:28:54.0817332Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:28:54.0825076Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:28:54.0827783Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:28:54.0829759Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:28:54.0840648Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:28:54.0846609Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:28:54.0848995Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:28:54.0852661Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:28:54.0854740Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:28:54.0948176Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:28:54.0961936Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:28:54.0964307Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:28:54.0966355Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:28:54.0968051Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:28:54.0970007Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:28:54.0971748Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:28:54.0973226Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:28:54.0974923Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:28:54.0976054Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:28:54.0977673Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:28:54.0979653Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:28:54.0982086Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:28:54.0983896Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:28:54.0985339Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:28:54.0987012Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:28:54.0988630Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:28:54.0990312Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:28:54.0992090Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:28:54.0993609Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:28:54.0995199Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:28:54.0996928Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:28:54.0998973Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:28:54.1000704Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:28:54.1002366Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:28:54.1004252Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:28:54.1006149Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:28:54.1007745Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:28:54.1009428Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:28:54.1011475Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:28:54.1013127Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:28:54.1014661Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:28:54.1023545Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:28:54.1026172Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:28:54.1027746Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:28:54.1029458Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:28:54.1030958Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:28:54.1032810Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:28:54.1034700Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:28:54.1036334Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:28:54.1037867Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:28:54.1039530Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:28:54.1042387Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:28:54.1045809Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:28:54.1047927Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:28:54.1050886Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:28:54.1054111Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:28:54.1060595Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:28:54.1098572Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:28:54.1113079Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:28:54.1119883Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:28:54.1121583Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:28:54.1122944Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:28:54.1123782Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:28:54.1622498Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:28:54.1850574Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:28:54.5416278Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:54.5416738Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:54.5417253Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:56.6202670Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:57.2595326Z Installing collected packages: torch 2022-11-23T01:29:03.7941141Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:29:03.8393308Z + set -x 2022-11-23T01:29:03.8393691Z + assert_git_not_dirty 2022-11-23T01:29:03.8395209Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *rocm* ]] 2022-11-23T01:29:03.8395610Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *xla* ]] 2022-11-23T01:29:03.8395891Z ++ git status --porcelain 2022-11-23T01:29:16.0172656Z + git_status= 2022-11-23T01:29:16.0172987Z + [[ -n '' ]] 2022-11-23T01:29:16.0173185Z + mkdir -p dist 2022-11-23T01:29:16.0181309Z + '[' -f build/.ninja_log ']' 2022-11-23T01:29:16.0185441Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *rocm* ]] 2022-11-23T01:29:16.0185863Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:29:16.0186366Z ++ [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 == *rocm* ]] 2022-11-23T01:29:16.0186706Z ++ echo OFF 2022-11-23T01:29:16.0186898Z + CUSTOM_TEST_USE_ROCM=OFF 2022-11-23T01:29:16.0187305Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:29:16.0187665Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:29:16.0195277Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:29:16.0195856Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:29:16.0196172Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:29:16.0196440Z + python --version 2022-11-23T01:29:16.0206758Z Python 3.8.13 2022-11-23T01:29:16.0210862Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:29:16.2039718Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:29:16.2040311Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:29:16.2047767Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:29:16.2048209Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:29:16.2050542Z ++ which python 2022-11-23T01:29:16.2058453Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:29:16.2730191Z -- The C compiler identification is Clang 12.0.1 2022-11-23T01:29:16.3607886Z -- The CXX compiler identification is Clang 12.0.1 2022-11-23T01:29:16.3662815Z -- Detecting C compiler ABI info 2022-11-23T01:29:16.5100038Z -- Detecting C compiler ABI info - done 2022-11-23T01:29:16.5159243Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T01:29:16.5161473Z -- Detecting C compile features 2022-11-23T01:29:16.5165225Z -- Detecting C compile features - done 2022-11-23T01:29:16.5195439Z -- Detecting CXX compiler ABI info 2022-11-23T01:29:16.6580362Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:29:16.6641748Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T01:29:16.6644466Z -- Detecting CXX compile features 2022-11-23T01:29:16.6648777Z -- Detecting CXX compile features - done 2022-11-23T01:29:16.6681149Z -- Looking for pthread.h 2022-11-23T01:29:16.8007418Z -- Looking for pthread.h - found 2022-11-23T01:29:16.8007827Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:29:16.9124057Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:29:16.9131414Z -- Found Threads: TRUE 2022-11-23T01:29:16.9247592Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:29:17.5049763Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:29:17.5099363Z -- Detecting CUDA compiler ABI info 2022-11-23T01:29:18.0344128Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:29:18.0573359Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:29:18.0576818Z -- Detecting CUDA compile features 2022-11-23T01:29:18.0580382Z -- Detecting CUDA compile features - done 2022-11-23T01:29:18.0605009Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:29:18.0605578Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:29:18.0605889Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:29:18.2091476Z -- Caffe2: Header version is: 11.6 2022-11-23T01:29:18.2108342Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:29:18.2109464Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:29:18.3495189Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:29:18.3504523Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:29:18.3505055Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:29:18.3505485Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:29:18.3505903Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:29:18.3506271Z Call Stack (most recent call first): 2022-11-23T01:29:18.3507172Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:29:18.3507813Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:29:18.3508663Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:29:18.3509155Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:18.3509656Z 2022-11-23T01:29:18.3509783Z  2022-11-23T01:29:18.3648781Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:29:18.3649585Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:29:18.3650272Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:29:18.3650698Z Call Stack (most recent call first): 2022-11-23T01:29:18.3651585Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:29:18.3652113Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:18.3652348Z 2022-11-23T01:29:18.3652483Z  2022-11-23T01:29:18.3653189Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:29:18.3657302Z -- Configuring done 2022-11-23T01:29:18.3746306Z -- Generating done 2022-11-23T01:29:18.3762487Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:29:18.3809334Z + make VERBOSE=1 2022-11-23T01:29:18.3820635Z /usr/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:29:18.3891654Z /usr/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:29:18.3946474Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:29:18.3954753Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:18.3955464Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:29:18.3963526Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:18.3964692Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /usr/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:29:18.4024091Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:18.4025208Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:29:18.4032763Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:18.4084125Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:29:18.4089952Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/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:29:18.9607598Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:29:18.9612629Z /usr/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:29:18.9664857Z /opt/cache/bin/clang++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/usr/local/cuda/lib64/stubs:/usr/local/cuda/lib64 /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/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 /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:29:19.2252266Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:19.2338154Z [ 50%] Built target custom_ops 2022-11-23T01:29:19.2344866Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:29:19.2354549Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:19.2355736Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /usr/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:29:19.2416991Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:19.2417605Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:29:19.2426324Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:19.2479210Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:29:19.2485347Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/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:29:19.7526999Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:29:19.7531871Z /usr/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:29:19.7584347Z /opt/cache/bin/clang++ -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.8/site-packages/torch/lib:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs libcustom_ops.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/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 /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so 2022-11-23T01:29:20.0847714Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:20.0931784Z [100%] Built target test_custom_ops 2022-11-23T01:29:20.0937505Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:29:20.0938965Z /usr/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:29:20.0997281Z + popd 2022-11-23T01:29:20.0997717Z ~/workspace 2022-11-23T01:29:20.0998026Z + assert_git_not_dirty 2022-11-23T01:29:20.0998601Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *rocm* ]] 2022-11-23T01:29:20.0999288Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *xla* ]] 2022-11-23T01:29:20.1001426Z ++ git status --porcelain 2022-11-23T01:29:20.1822130Z + git_status= 2022-11-23T01:29:20.1822629Z + [[ -n '' ]] 2022-11-23T01:29:20.1823033Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:29:20.1823320Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:29:20.1823559Z + python --version 2022-11-23T01:29:20.1833206Z Python 3.8.13 2022-11-23T01:29:20.1837690Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:29:20.3670582Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:29:20.3670920Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:29:20.3678606Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:29:20.3679082Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:29:20.3681174Z ++ which python 2022-11-23T01:29:20.3689181Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:29:20.4362621Z -- The C compiler identification is Clang 12.0.1 2022-11-23T01:29:20.5246098Z -- The CXX compiler identification is Clang 12.0.1 2022-11-23T01:29:20.5301468Z -- Detecting C compiler ABI info 2022-11-23T01:29:20.6399600Z -- Detecting C compiler ABI info - done 2022-11-23T01:29:20.6458649Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T01:29:20.6460759Z -- Detecting C compile features 2022-11-23T01:29:20.6464314Z -- Detecting C compile features - done 2022-11-23T01:29:20.6494473Z -- Detecting CXX compiler ABI info 2022-11-23T01:29:20.7862671Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:29:20.7928729Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T01:29:20.7931266Z -- Detecting CXX compile features 2022-11-23T01:29:20.7936078Z -- Detecting CXX compile features - done 2022-11-23T01:29:20.7967346Z -- Looking for pthread.h 2022-11-23T01:29:20.9087026Z -- Looking for pthread.h - found 2022-11-23T01:29:20.9087637Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:29:21.0172719Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:29:21.0180383Z -- Found Threads: TRUE 2022-11-23T01:29:21.0297785Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:29:21.6054028Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:29:21.6103299Z -- Detecting CUDA compiler ABI info 2022-11-23T01:29:22.1463677Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:29:22.1692642Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:29:22.1695848Z -- Detecting CUDA compile features 2022-11-23T01:29:22.1699499Z -- Detecting CUDA compile features - done 2022-11-23T01:29:22.1729193Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:29:22.1729556Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:29:22.1729867Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:29:22.3241740Z -- Caffe2: Header version is: 11.6 2022-11-23T01:29:22.3257446Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:29:22.3259079Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:29:22.4634792Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:29:22.4644974Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:29:22.4645455Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:29:22.4645788Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:29:22.4646286Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:29:22.4646530Z Call Stack (most recent call first): 2022-11-23T01:29:22.4646954Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:29:22.4647408Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:29:22.4647854Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:29:22.4648146Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:22.4648276Z 2022-11-23T01:29:22.4648359Z  2022-11-23T01:29:22.4648627Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:29:22.4782119Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:29:22.4782804Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:29:22.4783067Z Call Stack (most recent call first): 2022-11-23T01:29:22.4783461Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:29:22.4783762Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:22.4783896Z 2022-11-23T01:29:22.4783975Z  2022-11-23T01:29:22.4786077Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:29:22.4788336Z -- Configuring done 2022-11-23T01:29:22.4842671Z -- Generating done 2022-11-23T01:29:22.4857391Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:29:22.4905096Z + make VERBOSE=1 2022-11-23T01:29:22.4915147Z /usr/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:29:22.4986919Z /usr/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:29:22.5042714Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:29:22.5050675Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:22.5051385Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:29:22.5060215Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:22.5061411Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /usr/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:29:22.5121249Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:22.5121912Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:29:22.5130413Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:22.5181793Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:29:22.5187822Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/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:29:23.0276710Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:29:23.0281799Z /usr/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:29:23.0334713Z /opt/cache/bin/clang++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/usr/local/cuda/lib64/stubs:/usr/local/cuda/lib64 /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/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 /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:29:23.3441939Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:23.3519074Z [100%] Built target test_jit_hooks 2022-11-23T01:29:23.3524916Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:29:23.3526100Z /usr/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:29:23.3584734Z + popd 2022-11-23T01:29:23.3585095Z ~/workspace 2022-11-23T01:29:23.3585377Z + assert_git_not_dirty 2022-11-23T01:29:23.3585853Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *rocm* ]] 2022-11-23T01:29:23.3586240Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *xla* ]] 2022-11-23T01:29:23.3588503Z ++ git status --porcelain 2022-11-23T01:29:23.4398521Z + git_status= 2022-11-23T01:29:23.4399105Z + [[ -n '' ]] 2022-11-23T01:29:23.4399486Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:29:23.4399800Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:29:23.4400062Z + python --version 2022-11-23T01:29:23.4408140Z Python 3.8.13 2022-11-23T01:29:23.4409550Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:29:23.4416954Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:29:23.4417375Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:29:23.4419822Z ++ which python 2022-11-23T01:29:23.4427183Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:29:23.5104115Z -- The C compiler identification is Clang 12.0.1 2022-11-23T01:29:23.5990116Z -- The CXX compiler identification is Clang 12.0.1 2022-11-23T01:29:23.6045407Z -- Detecting C compiler ABI info 2022-11-23T01:29:23.7131664Z -- Detecting C compiler ABI info - done 2022-11-23T01:29:23.7189757Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T01:29:23.7192144Z -- Detecting C compile features 2022-11-23T01:29:23.7195622Z -- Detecting C compile features - done 2022-11-23T01:29:23.7225228Z -- Detecting CXX compiler ABI info 2022-11-23T01:29:23.8654553Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:29:23.8716468Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T01:29:23.8719043Z -- Detecting CXX compile features 2022-11-23T01:29:23.8723517Z -- Detecting CXX compile features - done 2022-11-23T01:29:23.8755286Z -- Looking for pthread.h 2022-11-23T01:29:23.9805973Z -- Looking for pthread.h - found 2022-11-23T01:29:23.9807227Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:29:24.0875077Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:29:24.0883039Z -- Found Threads: TRUE 2022-11-23T01:29:24.0998346Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:29:24.6733231Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:29:24.6782864Z -- Detecting CUDA compiler ABI info 2022-11-23T01:29:25.2022490Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:29:25.2251281Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:29:25.2254494Z -- Detecting CUDA compile features 2022-11-23T01:29:25.2258211Z -- Detecting CUDA compile features - done 2022-11-23T01:29:25.2290670Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:29:25.2291218Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:29:25.2291545Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:29:25.3778109Z -- Caffe2: Header version is: 11.6 2022-11-23T01:29:25.3793546Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:29:25.3794957Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:29:25.5172680Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:29:25.5182122Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:29:25.5182491Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:29:25.5182900Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:29:25.5183289Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:29:25.5183584Z Call Stack (most recent call first): 2022-11-23T01:29:25.5184145Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:29:25.5185000Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:29:25.5185490Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:29:25.5185773Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:25.5185900Z 2022-11-23T01:29:25.5185979Z  2022-11-23T01:29:25.5186243Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:29:25.5320243Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:29:25.5320641Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:29:25.5320907Z Call Stack (most recent call first): 2022-11-23T01:29:25.5321333Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:29:25.5321633Z CMakeLists.txt:9 (find_package) 2022-11-23T01:29:25.5321823Z 2022-11-23T01:29:25.5321904Z  2022-11-23T01:29:25.5324270Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:29:25.5327201Z -- Configuring done 2022-11-23T01:29:25.5413140Z -- Generating done 2022-11-23T01:29:25.5426777Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:29:25.5476641Z + make VERBOSE=1 2022-11-23T01:29:25.5487270Z /usr/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:29:25.5559161Z /usr/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:29:25.5615133Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:29:25.5623225Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:25.5624151Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:29:25.5633455Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:25.5634601Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /usr/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:29:25.5692597Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:25.5693304Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:29:25.5702018Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:25.5754398Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:29:25.5760873Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/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:29:25.8697114Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:29:25.8702359Z /usr/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:29:25.8755545Z /opt/cache/bin/clang++ -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.8/site-packages/torch/lib:/usr/local/cuda/lib64/stubs:/usr/local/cuda/lib64 /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/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 /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:29:26.1458901Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.1537063Z [ 50%] Built target custom_backend 2022-11-23T01:29:26.1543367Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:29:26.1552803Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.1554180Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /usr/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:29:26.1616336Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.1617167Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:29:26.1625736Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.1680381Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:29:26.1686970Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/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:29:26.6490905Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:29:26.6495009Z /usr/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:29:26.6547913Z /opt/cache/bin/clang++ -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.8/site-packages/torch/lib:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs libcustom_backend.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.8/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 /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_cuda.so 2022-11-23T01:29:26.9695711Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.9770502Z [100%] Built target test_custom_backend 2022-11-23T01:29:26.9776133Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:26.9777441Z /usr/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:29:26.9835425Z + popd 2022-11-23T01:29:26.9835712Z ~/workspace 2022-11-23T01:29:26.9836235Z + assert_git_not_dirty 2022-11-23T01:29:26.9836806Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *rocm* ]] 2022-11-23T01:29:26.9837429Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *xla* ]] 2022-11-23T01:29:26.9840024Z ++ git status --porcelain 2022-11-23T01:29:27.0638949Z + git_status= 2022-11-23T01:29:27.0639379Z + [[ -n '' ]] 2022-11-23T01:29:27.0639934Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *libtorch* ]] 2022-11-23T01:29:27.0640527Z + [[ linux-jammy-cuda11.6-cudnn8-py3.8-clang12 != *bazel* ]] 2022-11-23T01:29:27.0640996Z + python tools/stats/export_test_times.py 2022-11-23T01:29:27.1112433Z Ignoring disabled issues: [] 2022-11-23T01:29:27.1113358Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:29:27.1113939Z 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:29:27.1733014Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:29:27.1908320Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:29:27.2102235Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:29:27.2103926Z All retries exhausted, downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json failed. 2022-11-23T01:29:27.2160324Z + print_sccache_stats 2022-11-23T01:29:27.2160713Z + echo 'PyTorch Build Statistics' 2022-11-23T01:29:27.2160935Z PyTorch Build Statistics 2022-11-23T01:29:27.2161156Z + sccache --show-stats 2022-11-23T01:29:27.2179416Z Compile requests 9678 2022-11-23T01:29:27.2179831Z Compile requests executed 7342 2022-11-23T01:29:27.2180166Z Cache hits 7053 2022-11-23T01:29:27.2180496Z Cache hits (C/C++) 7053 2022-11-23T01:29:27.2180824Z Cache misses 267 2022-11-23T01:29:27.2181129Z Cache misses (C/C++) 267 2022-11-23T01:29:27.2181436Z Cache timeouts 0 2022-11-23T01:29:27.2181773Z Cache read errors 0 2022-11-23T01:29:27.2182091Z Forced recaches 0 2022-11-23T01:29:27.2182429Z Cache write errors 0 2022-11-23T01:29:27.2182793Z Compilation failures 7 2022-11-23T01:29:27.2183138Z Cache errors 15 2022-11-23T01:29:27.2183476Z Cache errors (C/C++) 15 2022-11-23T01:29:27.2184102Z Non-cacheable compilations 0 2022-11-23T01:29:27.2184545Z Non-cacheable calls 2003 2022-11-23T01:29:27.2184977Z Non-compilation calls 333 2022-11-23T01:29:27.2185319Z Unsupported compiler calls 0 2022-11-23T01:29:27.2185666Z Average cache write 0.058 s 2022-11-23T01:29:27.2186002Z Average cache read miss 2.142 s 2022-11-23T01:29:27.2186306Z Average cache read hit 0.033 s 2022-11-23T01:29:27.2186723Z Failed distributed compilations 0 2022-11-23T01:29:27.2186962Z 2022-11-23T01:29:27.2187158Z Non-cacheable reasons: 2022-11-23T01:29:27.2187542Z -E 1946 2022-11-23T01:29:27.2187900Z -M 41 2022-11-23T01:29:27.2188250Z multiple input files 14 2022-11-23T01:29:27.2188572Z unknown source language 1 2022-11-23T01:29:27.2188874Z @ 1 2022-11-23T01:29:27.2188994Z 2022-11-23T01:29:27.2189434Z 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:29:27.2189863Z + [[ -n 9654935310 ]] 2022-11-23T01:29:27.2190100Z + sccache --show-stats --stats-format json 2022-11-23T01:29:27.2190301Z + jq .stats 2022-11-23T01:29:27.2543689Z + sccache_epilogue 2022-11-23T01:29:27.2544080Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:29:27.2544750Z ##[group]Sccache Compilation Log 2022-11-23T01:29:27.2545062Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:29:27.2545355Z =================== sccache compilation log =================== 2022-11-23T01:29:27.2545677Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:29:27.2706778Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:29:27.2707325Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:29:27.2707619Z + sccache --show-stats 2022-11-23T01:29:27.2722911Z Compile requests 9678 2022-11-23T01:29:27.2723265Z Compile requests executed 7342 2022-11-23T01:29:27.2723516Z Cache hits 7053 2022-11-23T01:29:27.2723829Z Cache hits (C/C++) 7053 2022-11-23T01:29:27.2724160Z Cache misses 267 2022-11-23T01:29:27.2724470Z Cache misses (C/C++) 267 2022-11-23T01:29:27.2724784Z Cache timeouts 0 2022-11-23T01:29:27.2725139Z Cache read errors 0 2022-11-23T01:29:27.2725383Z Forced recaches 0 2022-11-23T01:29:27.2725571Z Cache write errors 0 2022-11-23T01:29:27.2725783Z Compilation failures 7 2022-11-23T01:29:27.2725986Z Cache errors 15 2022-11-23T01:29:27.2726168Z Cache errors (C/C++) 15 2022-11-23T01:29:27.2726461Z Non-cacheable compilations 0 2022-11-23T01:29:27.2726720Z Non-cacheable calls 2003 2022-11-23T01:29:27.2727069Z Non-compilation calls 333 2022-11-23T01:29:27.2727291Z Unsupported compiler calls 0 2022-11-23T01:29:27.2727507Z Average cache write 0.058 s 2022-11-23T01:29:27.2727723Z Average cache read miss 2.142 s 2022-11-23T01:29:27.2727926Z Average cache read hit 0.033 s 2022-11-23T01:29:27.2728145Z Failed distributed compilations 0 2022-11-23T01:29:27.2728283Z 2022-11-23T01:29:27.2728393Z Non-cacheable reasons: 2022-11-23T01:29:27.2728613Z -E 1946 2022-11-23T01:29:27.2728833Z -M 41 2022-11-23T01:29:27.2729032Z multiple input files 14 2022-11-23T01:29:27.2729230Z unknown source language 1 2022-11-23T01:29:27.2729423Z @ 1 2022-11-23T01:29:27.2729532Z 2022-11-23T01:29:27.2730008Z 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:29:27.2730446Z + sccache --stop-server 2022-11-23T01:29:27.2740586Z Stopping sccache server... 2022-11-23T01:29:27.2742847Z Compile requests 9678 2022-11-23T01:29:27.2743232Z Compile requests executed 7342 2022-11-23T01:29:27.2743626Z Cache hits 7053 2022-11-23T01:29:27.2743985Z Cache hits (C/C++) 7053 2022-11-23T01:29:27.2744349Z Cache misses 267 2022-11-23T01:29:27.2744703Z Cache misses (C/C++) 267 2022-11-23T01:29:27.2745073Z Cache timeouts 0 2022-11-23T01:29:27.2745401Z Cache read errors 0 2022-11-23T01:29:27.2745717Z Forced recaches 0 2022-11-23T01:29:27.2745990Z Cache write errors 0 2022-11-23T01:29:27.2746212Z Compilation failures 7 2022-11-23T01:29:27.2746562Z Cache errors 15 2022-11-23T01:29:27.2746925Z Cache errors (C/C++) 15 2022-11-23T01:29:27.2747348Z Non-cacheable compilations 0 2022-11-23T01:29:27.2747605Z Non-cacheable calls 2003 2022-11-23T01:29:27.2747888Z Non-compilation calls 333 2022-11-23T01:29:27.2748160Z Unsupported compiler calls 0 2022-11-23T01:29:27.2748377Z Average cache write 0.058 s 2022-11-23T01:29:27.2748581Z Average cache read miss 2.142 s 2022-11-23T01:29:27.2748794Z Average cache read hit 0.033 s 2022-11-23T01:29:27.2749017Z Failed distributed compilations 0 2022-11-23T01:29:27.2749154Z 2022-11-23T01:29:27.2749254Z Non-cacheable reasons: 2022-11-23T01:29:27.2749485Z -E 1946 2022-11-23T01:29:27.2749709Z -M 41 2022-11-23T01:29:27.2749906Z multiple input files 14 2022-11-23T01:29:27.2750087Z @ 1 2022-11-23T01:29:27.2750281Z unknown source language 1 2022-11-23T01:29:27.2750409Z 2022-11-23T01:29:27.2750831Z 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:29:27.2751228Z + echo ::endgroup:: 2022-11-23T01:29:27.2751891Z ##[endgroup] 2022-11-23T01:29:27.2813420Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:27.2813840Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:27.2833550Z shell: /usr/bin/bash -e {0} 2022-11-23T01:29:27.2833749Z ##[endgroup] 2022-11-23T01:29:27.2922771Z zip warning: name not matched: .pytorch-test-times.json 2022-11-23T01:29:27.2934113Z adding: dist/ (stored 0%) 2022-11-23T01:29:33.5862909Z adding: dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl (deflated 1%) 2022-11-23T01:29:33.5863272Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:29:33.5863621Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:29:33.5863985Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:33.5867913Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:33.5868341Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:33.5868764Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:33.5869206Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:33.5869644Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:33.5871114Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:33.5873118Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 85%) 2022-11-23T01:29:33.5873571Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:33.5874024Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:33.5875837Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:33.5877509Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 84%) 2022-11-23T01:29:33.5879349Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 84%) 2022-11-23T01:29:33.5880207Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T01:29:33.5881731Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 84%) 2022-11-23T01:29:33.5882713Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:29:33.5883423Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:29:33.5883866Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:29:33.5936143Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:29:33.5936714Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:29:33.5937285Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:29:33.5937877Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 53%) 2022-11-23T01:29:33.5938434Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:29:33.5939106Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:29:33.5939668Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.5940214Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:29:33.5940755Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:29:33.5979435Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 88%) 2022-11-23T01:29:33.6027669Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 87%) 2022-11-23T01:29:33.6028940Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:29:33.6029462Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.6029945Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:29:33.6030433Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:29:33.6030929Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:29:33.6031670Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 67%) 2022-11-23T01:29:33.6032943Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:29:33.6130170Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:29:33.6227583Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:29:33.6228420Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 71%) 2022-11-23T01:29:33.6229020Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:33.6229560Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:33.6230071Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:29:33.6230533Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:33.6231118Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:33.6231781Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:29:33.6232246Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 75%) 2022-11-23T01:29:33.6232715Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:29:33.6233174Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 75%) 2022-11-23T01:29:33.6233632Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:29:33.6234099Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 40%) 2022-11-23T01:29:33.6234563Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:33.6251156Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:29:33.6342874Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 79%) 2022-11-23T01:29:33.6343333Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:29:33.6343816Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:33.6344315Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:33.6344793Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:29:33.6345265Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 73%) 2022-11-23T01:29:33.6345748Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:33.6346219Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 76%) 2022-11-23T01:29:33.6346689Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:29:33.6347164Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 40%) 2022-11-23T01:29:33.6347637Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:33.6365376Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:29:33.6425115Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 79%) 2022-11-23T01:29:33.6425635Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:33.6426224Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:29:33.6426668Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:33.6427082Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:33.6427720Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-11-23T01:29:33.6428148Z adding: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:29:33.6430618Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:33.6431605Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 73%) 2022-11-23T01:29:33.6432416Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 60%) 2022-11-23T01:29:33.6520747Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-11-23T01:29:33.6573550Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 69%) 2022-11-23T01:29:33.6574059Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:29:33.6574426Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:33.6579238Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:33.6579667Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:33.6580109Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:33.6580546Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:33.6580967Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:33.6582403Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:33.6584074Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 85%) 2022-11-23T01:29:33.6584513Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:33.6584944Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:33.6586790Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:33.6588401Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 84%) 2022-11-23T01:29:33.6590158Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 84%) 2022-11-23T01:29:33.6590846Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T01:29:33.6592711Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 84%) 2022-11-23T01:29:33.6593657Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:29:33.6594368Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:29:33.6594814Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:29:33.6647197Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:29:33.6647873Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:29:33.6648586Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:29:33.6649212Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 53%) 2022-11-23T01:29:33.6649826Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:29:33.6650419Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:29:33.6650962Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.6651492Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:29:33.6652033Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:29:33.6690280Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 88%) 2022-11-23T01:29:33.6738365Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 87%) 2022-11-23T01:29:33.6739448Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:29:33.6740085Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.6740638Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:29:33.6741177Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:29:33.6741817Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:29:33.6742388Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 67%) 2022-11-23T01:29:33.6743268Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:29:33.6840394Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:29:33.6937362Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:29:33.6937956Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 71%) 2022-11-23T01:29:33.6938469Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:33.6939011Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:33.6939549Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:29:33.6940002Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:33.6940548Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:33.6941121Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:29:33.6941736Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 76%) 2022-11-23T01:29:33.6942195Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:29:33.6942656Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 76%) 2022-11-23T01:29:33.6943136Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:33.6943606Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 40%) 2022-11-23T01:29:33.6944061Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:29:33.6960671Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:29:33.7000308Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 77%) 2022-11-23T01:29:33.7000937Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:33.7001408Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:29:33.7001907Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:33.7002322Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:29:33.7002859Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:33.7003275Z adding: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:29:33.7005565Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:33.7006367Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:29:33.7007033Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 60%) 2022-11-23T01:29:33.7041606Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 68%) 2022-11-23T01:29:33.7042033Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:29:33.7042515Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:33.7047236Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:33.7047684Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:33.7048135Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:33.7048586Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:33.7049051Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:33.7050725Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:33.7052207Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 85%) 2022-11-23T01:29:33.7052900Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:33.7053376Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:33.7054817Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:33.7056487Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 84%) 2022-11-23T01:29:33.7058228Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 84%) 2022-11-23T01:29:33.7058840Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T01:29:33.7060605Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 84%) 2022-11-23T01:29:33.7061440Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:29:33.7061921Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:29:33.7062376Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:29:33.7114971Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:29:33.7115569Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:29:33.7116162Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:29:33.7116760Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 53%) 2022-11-23T01:29:33.7117338Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:29:33.7117905Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:29:33.7118467Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.7119087Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:29:33.7119650Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:29:33.7158178Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 88%) 2022-11-23T01:29:33.7206316Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 87%) 2022-11-23T01:29:33.7207476Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:29:33.7208022Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:29:33.7208523Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:29:33.7209041Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:29:33.7209560Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:29:33.7210069Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 67%) 2022-11-23T01:29:33.7211359Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:29:33.7308247Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:29:33.7405523Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:29:33.7406255Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 71%) 2022-11-23T01:29:33.7406715Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:33.7407156Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:33.7407607Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:29:33.7408092Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:33.7408606Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:33.7409095Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:33.7409585Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 75%) 2022-11-23T01:29:33.7410083Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:33.7410580Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 76%) 2022-11-23T01:29:33.7411068Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:33.7411566Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 40%) 2022-11-23T01:29:33.7412057Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:33.7414327Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 90%) 2022-11-23T01:29:33.7540163Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 79%) 2022-11-23T01:29:33.7540665Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:29:33.7541170Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:33.7541787Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:33.7542291Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:33.7542788Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 73%) 2022-11-23T01:29:33.7543294Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:29:33.7543805Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 77%) 2022-11-23T01:29:33.7544308Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:29:33.7544822Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 40%) 2022-11-23T01:29:33.7545326Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:33.7563165Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:29:33.7595139Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 78%) 2022-11-23T01:29:33.7595667Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:29:33.7596285Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:29:33.7596750Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:33.7597198Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:33.7597897Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-11-23T01:29:33.7598348Z adding: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:29:33.7600898Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:33.7601826Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:29:33.7602562Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 60%) 2022-11-23T01:29:33.7722968Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-11-23T01:29:33.7751141Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 69%) 2022-11-23T01:29:33.7751544Z adding: build/lib/ (stored 0%) 2022-11-23T01:29:33.7752229Z adding: build/lib/libclog.a (deflated 69%) 2022-11-23T01:29:33.7844241Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:29:33.7857827Z adding: build/lib/libpthreadpool.a (deflated 60%) 2022-11-23T01:29:33.7977517Z adding: build/lib/libprotobuf-lite.a (deflated 75%) 2022-11-23T01:29:33.8543626Z adding: build/lib/libbenchmark.a (deflated 71%) 2022-11-23T01:29:33.8554730Z adding: build/lib/libittnotify.a (deflated 77%) 2022-11-23T01:29:33.8596894Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-11-23T01:29:33.9236554Z adding: build/lib/libprotobuf.a (deflated 73%) 2022-11-23T01:29:33.9350637Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:29:33.9469278Z adding: build/lib/libgloo.a (deflated 73%) 2022-11-23T01:29:33.9648096Z adding: build/lib/libfmt.a (deflated 72%) 2022-11-23T01:29:33.9650132Z adding: build/lib/libcaffe2_nvrtc.so (deflated 80%) 2022-11-23T01:29:33.9651000Z adding: build/lib/libfoxi_loader.a (deflated 65%) 2022-11-23T01:29:33.9748956Z adding: build/lib/libc10.so (deflated 62%) 2022-11-23T01:29:33.9750541Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-11-23T01:29:33.9762257Z adding: build/lib/libcpuinfo.a (deflated 67%) 2022-11-23T01:29:33.9772913Z adding: build/lib/libcpuinfo_internals.a (deflated 68%) 2022-11-23T01:29:33.9776395Z adding: build/lib/libnnpack_reference_layers.a (deflated 61%) 2022-11-23T01:29:33.9795394Z adding: build/lib/libgmock.a (deflated 70%) 2022-11-23T01:29:34.0509676Z adding: build/lib/libprotoc.a (deflated 72%) 2022-11-23T01:29:34.0510089Z adding: build/lib/libbenchmark_main.a (deflated 62%) 2022-11-23T01:29:34.0510929Z adding: build/lib/libgtest_main.a (deflated 63%) 2022-11-23T01:29:35.7243990Z adding: build/lib/libdnnl.a (deflated 81%) 2022-11-23T01:29:35.8014126Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T01:29:35.8195778Z adding: build/lib/libXNNPACK.a (deflated 68%) 2022-11-23T01:29:35.8265500Z adding: build/lib/libc10_cuda.so (deflated 60%) 2022-11-23T01:29:35.8266191Z adding: build/lib/libgmock_main.a (deflated 62%) 2022-11-23T01:29:35.8288127Z adding: build/lib/libqnnpack.a (deflated 63%) 2022-11-23T01:29:35.9753144Z adding: build/lib/libfbgemm.a (deflated 83%) 2022-11-23T01:29:35.9783311Z adding: build/lib/libpytorch_qnnpack.a (deflated 65%) 2022-11-23T01:29:36.0486670Z adding: build/lib/libkineto.a (deflated 70%) 2022-11-23T01:29:36.2060125Z adding: build/lib/libdnnl_graph.a (deflated 77%) 2022-11-23T01:29:36.2419702Z adding: build/lib/libtensorpipe_cuda.a (deflated 77%) 2022-11-23T01:29:36.2478639Z adding: build/lib/libcaffe2_protos.a (deflated 74%) 2022-11-23T01:29:36.2542886Z adding: build/lib/libonnx_proto.a (deflated 75%) 2022-11-23T01:29:36.2571055Z adding: build/lib/libnnpack.a (deflated 72%) 2022-11-23T01:29:36.3446623Z adding: build/lib/libonnx.a (deflated 76%) 2022-11-23T01:29:36.3976648Z adding: build/lib/libgloo_cuda.a (deflated 84%) 2022-11-23T01:29:39.8687805Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-11-23T01:29:44.5108221Z adding: build/lib/libtorch_cuda.so (deflated 45%) 2022-11-23T01:29:44.5109512Z adding: build/lib/libtorch.so (deflated 87%) 2022-11-23T01:29:44.5194016Z adding: build/lib/libtorch_cuda_linalg.so (deflated 68%) 2022-11-23T01:29:44.5197287Z adding: build/lib/libc10d_cuda_test.so (deflated 71%) 2022-11-23T01:29:44.5289335Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:29:44.5327795Z adding: build/lib/libjitbackend_test.so (deflated 62%) 2022-11-23T01:29:44.5373421Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:29:44.5379984Z adding: build/lib/libshm.so (deflated 65%) 2022-11-23T01:29:44.8317529Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-11-23T01:29:44.8383115Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:29:44.8383376Z adding: build/bin/ (stored 0%) 2022-11-23T01:29:44.8465044Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T01:29:44.8548709Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T01:29:44.8631763Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T01:29:44.8725483Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T01:29:44.8805806Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T01:29:44.8887565Z adding: build/bin/c10_SymInt_test (deflated 61%) 2022-11-23T01:29:44.8975103Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:29:44.9065451Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:29:44.9156668Z adding: build/bin/c10_SizesAndStrides_test (deflated 62%) 2022-11-23T01:29:44.9237024Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T01:29:44.9322672Z adding: build/bin/c10_Bitset_test (deflated 62%) 2022-11-23T01:29:44.9402835Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T01:29:44.9485640Z adding: build/bin/c10_C++17_test (deflated 62%) 2022-11-23T01:29:44.9567654Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2022-11-23T01:29:44.9649434Z adding: build/bin/c10_Half_test (deflated 61%) 2022-11-23T01:29:44.9739230Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T01:29:44.9835713Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-11-23T01:29:45.0054901Z adding: build/bin/c10_SmallVectorTest (deflated 73%) 2022-11-23T01:29:45.0137132Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T01:29:45.0225192Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:29:45.0308620Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:29:45.0391628Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T01:29:45.0471993Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T01:29:45.0556746Z adding: build/bin/c10_accumulate_test (deflated 61%) 2022-11-23T01:29:45.0644629Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T01:29:45.0734298Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:29:45.0823081Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T01:29:45.0908789Z adding: build/bin/c10_exception_test (deflated 61%) 2022-11-23T01:29:45.1061643Z adding: build/bin/c10_either_test (deflated 70%) 2022-11-23T01:29:45.1145272Z adding: build/bin/c10_flags_test (deflated 61%) 2022-11-23T01:29:45.1364206Z adding: build/bin/c10_intrusive_ptr_test (deflated 72%) 2022-11-23T01:29:45.1447613Z adding: build/bin/c10_irange_test (deflated 61%) 2022-11-23T01:29:45.1536283Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T01:29:45.1657976Z adding: build/bin/c10_optional_test (deflated 65%) 2022-11-23T01:29:45.1758042Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-11-23T01:29:45.1845977Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T01:29:45.1938275Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T01:29:45.2021698Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:29:45.2109419Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T01:29:45.2181873Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 59%) 2022-11-23T01:29:45.2862847Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2022-11-23T01:29:45.3542403Z adding: build/bin/protoc (deflated 61%) 2022-11-23T01:29:45.3623200Z adding: build/bin/c10_cuda_CUDATest (deflated 60%) 2022-11-23T01:29:45.4121149Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 71%) 2022-11-23T01:29:45.4620585Z adding: build/bin/vec_test_all_types_AVX512 (deflated 73%) 2022-11-23T01:29:45.5175981Z adding: build/bin/vec_test_all_types_AVX2 (deflated 69%) 2022-11-23T01:29:45.5261932Z adding: build/bin/HashStoreTest (deflated 60%) 2022-11-23T01:29:45.5347795Z adding: build/bin/FileStoreTest (deflated 61%) 2022-11-23T01:29:45.5444530Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T01:29:45.5457991Z adding: build/bin/ProcessGroupMPITest (deflated 59%) 2022-11-23T01:29:45.5462408Z adding: build/bin/example_allreduce (deflated 64%) 2022-11-23T01:29:45.5547579Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T01:29:45.5661708Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:29:45.5769307Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-11-23T01:29:45.5865366Z adding: build/bin/atest (deflated 61%) 2022-11-23T01:29:45.5957896Z adding: build/bin/NamedTensor_test (deflated 61%) 2022-11-23T01:29:45.6052445Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T01:29:45.6158552Z adding: build/bin/basic (deflated 60%) 2022-11-23T01:29:45.6250606Z adding: build/bin/broadcast_test (deflated 61%) 2022-11-23T01:29:45.6338504Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:29:45.6430696Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T01:29:45.6513281Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:29:45.6596790Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-11-23T01:29:45.6745872Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:29:45.6832647Z adding: build/bin/half_test (deflated 61%) 2022-11-23T01:29:45.6929306Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T01:29:45.7012272Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-11-23T01:29:45.7175346Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:29:45.7262831Z adding: build/bin/math_kernel_test (deflated 61%) 2022-11-23T01:29:45.7349852Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T01:29:45.7436024Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T01:29:45.7519219Z adding: build/bin/operator_name_test (deflated 61%) 2022-11-23T01:29:45.7613168Z adding: build/bin/native_test (deflated 61%) 2022-11-23T01:29:45.7700552Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:29:45.7784441Z adding: build/bin/operators_test (deflated 60%) 2022-11-23T01:29:45.7869463Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T01:29:45.7988211Z adding: build/bin/pow_test (deflated 63%) 2022-11-23T01:29:45.8081159Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T01:29:45.8163707Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T01:29:45.8247527Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2022-11-23T01:29:45.8341083Z adding: build/bin/scalar_tensor_test (deflated 60%) 2022-11-23T01:29:45.8434714Z adding: build/bin/scalar_test (deflated 60%) 2022-11-23T01:29:45.8520649Z adding: build/bin/stride_properties_test (deflated 60%) 2022-11-23T01:29:45.8649391Z adding: build/bin/tensor_iterator_test (deflated 68%) 2022-11-23T01:29:45.8735312Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T01:29:45.8738993Z adding: build/bin/thread_init_test (deflated 66%) 2022-11-23T01:29:45.8827784Z adding: build/bin/test_parallel (deflated 60%) 2022-11-23T01:29:45.8913665Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:29:45.8995774Z adding: build/bin/variant_test (deflated 61%) 2022-11-23T01:29:45.9097418Z adding: build/bin/type_test (deflated 62%) 2022-11-23T01:29:45.9182257Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:29:45.9184018Z adding: build/bin/verify_api_visibility (deflated 84%) 2022-11-23T01:29:45.9307159Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:29:45.9391773Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T01:29:45.9551429Z adding: build/bin/List_test (deflated 68%) 2022-11-23T01:29:45.9647383Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T01:29:45.9729342Z adding: build/bin/xla_tensor_test (deflated 61%) 2022-11-23T01:29:45.9939201Z adding: build/bin/kernel_function_legacy_test (deflated 68%) 2022-11-23T01:29:46.0042101Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-11-23T01:29:46.0199527Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T01:29:46.0410762Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-11-23T01:29:46.0509843Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T01:29:46.0670075Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:29:46.0837389Z adding: build/bin/kernel_lambda_test (deflated 68%) 2022-11-23T01:29:46.0919772Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T01:29:46.1000222Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-11-23T01:29:46.1090459Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T01:29:46.1175748Z adding: build/bin/inline_container_test (deflated 61%) 2022-11-23T01:29:46.1261433Z adding: build/bin/cuda_apply_test (deflated 61%) 2022-11-23T01:29:46.1754023Z adding: build/bin/op_registration_test (deflated 75%) 2022-11-23T01:29:46.1841613Z adding: build/bin/cuda_caching_host_allocator_test (deflated 61%) 2022-11-23T01:29:46.1923395Z adding: build/bin/cuda_device_test (deflated 61%) 2022-11-23T01:29:46.2007041Z adding: build/bin/cuda_dlconvertor_test (deflated 61%) 2022-11-23T01:29:46.2103255Z adding: build/bin/cuda_atomic_ops_test (deflated 62%) 2022-11-23T01:29:46.2198078Z adding: build/bin/cuda_complex_test (deflated 61%) 2022-11-23T01:29:46.2303475Z adding: build/bin/cuda_complex_math_test (deflated 61%) 2022-11-23T01:29:46.2398071Z adding: build/bin/cuda_cub_test (deflated 60%) 2022-11-23T01:29:46.2483277Z adding: build/bin/cuda_integer_divider_test (deflated 60%) 2022-11-23T01:29:46.2567617Z adding: build/bin/cuda_reportMemoryUsage_test (deflated 60%) 2022-11-23T01:29:46.2665444Z adding: build/bin/cuda_stream_test (deflated 61%) 2022-11-23T01:29:46.2792063Z adding: build/bin/cuda_distributions_test (deflated 50%) 2022-11-23T01:29:46.2874124Z adding: build/bin/cuda_cudnn_test (deflated 61%) 2022-11-23T01:29:46.2965567Z adding: build/bin/cuda_generator_test (deflated 61%) 2022-11-23T01:29:46.3047861Z adding: build/bin/cuda_half_test (deflated 60%) 2022-11-23T01:29:46.3129673Z adding: build/bin/cuda_optional_test (deflated 61%) 2022-11-23T01:29:46.3215478Z adding: build/bin/cuda_packedtensoraccessor_test (deflated 60%) 2022-11-23T01:29:46.3244636Z adding: build/bin/tutorial_tensorexpr (deflated 68%) 2022-11-23T01:29:46.3353325Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:29:46.3445011Z adding: build/bin/ProcessGroupGlooAsyncTest (deflated 60%) 2022-11-23T01:29:46.3536868Z adding: build/bin/ProcessGroupNCCLErrorsTest (deflated 61%) 2022-11-23T01:29:46.3638203Z adding: build/bin/ProcessGroupNCCLTest (deflated 61%) 2022-11-23T01:29:46.3728298Z adding: build/bin/test_dist_autograd (deflated 61%) 2022-11-23T01:29:46.3843029Z adding: build/bin/test_cpp_rpc (deflated 61%) 2022-11-23T01:29:46.3846438Z adding: build/bin/parallel_benchmark (deflated 70%) 2022-11-23T01:29:46.3957219Z adding: build/bin/test_mobile_nnc (deflated 61%) 2022-11-23T01:29:46.3973184Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2022-11-23T01:29:46.4059130Z adding: build/bin/cuda_vectorized_test (deflated 61%) 2022-11-23T01:29:46.5939026Z adding: build/bin/test_tensorexpr (deflated 72%) 2022-11-23T01:29:46.6467537Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:29:46.6475539Z adding: build/bin/torch_shm_manager (deflated 61%) 2022-11-23T01:29:46.8839029Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:29:47.0975227Z adding: build/bin/test_jit (deflated 66%) 2022-11-23T01:29:47.1024333Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:47.1024534Z with: 2022-11-23T01:29:47.1024757Z name: linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T01:29:47.1024991Z retention-days: 14 2022-11-23T01:29:47.1025174Z if-no-files-found: error 2022-11-23T01:29:47.1025375Z path: artifacts.zip 2022-11-23T01:29:47.1025563Z s3-bucket: gha-artifacts 2022-11-23T01:29:47.1025738Z region: us-east-1 2022-11-23T01:29:47.1025913Z ##[endgroup] 2022-11-23T01:29:47.4627815Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:47.4628293Z Uploading to s3 prefix: pytorch/pytorch/3528293562/linux-jammy-cuda11.6-cudnn8-py3.8-clang12 2022-11-23T01:29:47.4692428Z Starting upload of artifacts.zip 2022-11-23T01:29:51.3160044Z Finished upload of artifacts.zip 2022-11-23T01:29:51.3287299Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:51.3287524Z with: 2022-11-23T01:29:51.3287718Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T01:29:51.3287940Z retention-days: 365 2022-11-23T01:29:51.3288137Z if-no-files-found: warn 2022-11-23T01:29:51.3288331Z path: sccache-stats-*.json 2022-11-23T01:29:51.3288519Z name: artifact 2022-11-23T01:29:51.3288702Z s3-bucket: gha-artifacts 2022-11-23T01:29:51.3288896Z region: us-east-1 2022-11-23T01:29:51.3289068Z ##[endgroup] 2022-11-23T01:29:51.6549871Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:29:51.6550392Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:51.6550869Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T01:29:51.6559428Z Starting upload of sccache-stats-linux-jammy-cuda11.6-cudnn8-py3.8-clang12-9654935310.json 2022-11-23T01:29:51.8647800Z Finished upload of sccache-stats-linux-jammy-cuda11.6-cudnn8-py3.8-clang12-9654935310.json 2022-11-23T01:29:51.8765939Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:29:51.8766181Z with: 2022-11-23T01:29:51.8766349Z ##[endgroup] 2022-11-23T01:29:51.8779493Z ##[group]Run set -eou pipefail 2022-11-23T01:29:51.8779724Z set -eou pipefail 2022-11-23T01:29:51.8779907Z  2022-11-23T01:29:51.8780131Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:29:51.8780383Z for _ in $(seq 1440); do 2022-11-23T01:29:51.8780608Z  # Break if no ssh session exists anymore 2022-11-23T01:29:51.8780829Z  if [ "$(who)" = "" ]; then 2022-11-23T01:29:51.8780998Z  break 2022-11-23T01:29:51.8781163Z  fi 2022-11-23T01:29:51.8781331Z  echo "." 2022-11-23T01:29:51.8781490Z  sleep 5 2022-11-23T01:29:51.8781660Z done 2022-11-23T01:29:51.8793065Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:51.8793314Z ##[endgroup] 2022-11-23T01:29:51.8817088Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:29:51.8912899Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:51.8913211Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:51.8913466Z # shellcheck disable=SC2046 2022-11-23T01:29:51.8913697Z docker stop $(docker ps -q) || true 2022-11-23T01:29:51.8913994Z # Prune all of the docker images 2022-11-23T01:29:51.8914215Z docker system prune -af 2022-11-23T01:29:51.8924450Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:51.8924662Z ##[endgroup] 2022-11-23T01:30:02.3167240Z e6d639e2ed1e 2022-11-23T01:30:02.6572659Z Deleted Containers: 2022-11-23T01:30:02.6573149Z e6d639e2ed1e28095f5d0e2636cca70c01865ef839707d82d738f783df583d66 2022-11-23T01:30:02.6573333Z 2022-11-23T01:30:04.7924861Z Deleted Images: 2022-11-23T01:30:04.7926016Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:30:04.7926793Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12@sha256:f15daf30e0ee370771cb4bf4d72b4d0718bbfb8e9c3a733ae56e0890d1e30de2 2022-11-23T01:30:04.7927339Z deleted: sha256:8a9806f7a3514b0ab1aaeab6eda07d33d1685a732d81b15f854a0231b3954d93 2022-11-23T01:30:04.7927679Z deleted: sha256:b5e1f64d05555d2efb71cd85fd08d0374fc741d486e11ca462a51bf96af93818 2022-11-23T01:30:04.7928009Z deleted: sha256:c4ec6b09bf81147173b6a8591704f4a19810f5f4a476e69ae46cac936bc51a7d 2022-11-23T01:30:04.7928344Z deleted: sha256:e3f842dfd2fc8878a64a8218dd3d53d51a9094e413d56ac6a90e54a012d8c02f 2022-11-23T01:30:04.7928685Z deleted: sha256:f474e0cc239364186606bdc09cdf1ba705476077340ecf7abafee7eac79c72e1 2022-11-23T01:30:04.7929010Z deleted: sha256:b07aac61c0226211eea7a13442b4332b5effea268d43b07f61a859fdcdf572f9 2022-11-23T01:30:04.7929337Z deleted: sha256:e337318223c5e408c8839e469faf0c5e731d321a8caf9cdb7d525cb5b0f251c1 2022-11-23T01:30:04.7929657Z deleted: sha256:a86696f23a0c3b845d9d847857e3732a99e6a9ee59591c244913896efd2c5a91 2022-11-23T01:30:04.7929962Z deleted: sha256:36d042bde2b2f1067c241bf91cae9e03901bd187d183f7e42707330c27801362 2022-11-23T01:30:04.7930304Z deleted: sha256:e2cdc81a2ab79ae6fd9a9f649fae485e9fb1bb2be72ceb8a29f3a16e44c81fae 2022-11-23T01:30:04.7930657Z deleted: sha256:d90324af6b92a652b52433fe9d0afe01d66a456bbdad96eb6f9677b8992cc219 2022-11-23T01:30:04.7930976Z deleted: sha256:95c3ced2b9228d694e751abb370dcb5e3fd6d6280c747f971f92306e4457e234 2022-11-23T01:30:04.7931300Z deleted: sha256:68f9aacb8351f488168910c0c17a2fdff017e16f57873319e455916d6436e6cc 2022-11-23T01:30:04.7931598Z deleted: sha256:4082431e5878b709630c77b69501da2d33f5dec3459608711942f476e35ce227 2022-11-23T01:30:04.7931909Z deleted: sha256:b12d84abc6e62d4f8697c671881ba5d3fd900df1f23e6b57dd3f32926b61b14e 2022-11-23T01:30:04.7932362Z deleted: sha256:a0979148425660fe28736c4ad020202870c4d85df0e81d38afc23d0f2f63b702 2022-11-23T01:30:04.7932663Z deleted: sha256:452911cb06078993b960095c6ae5df005b87305c53fd102253e482f58860fc6a 2022-11-23T01:30:04.7932968Z deleted: sha256:65cad45928329b28092deaa1a90092da97d404844014a4f88c1447d3e9607b98 2022-11-23T01:30:04.7933274Z deleted: sha256:c97679efeb6b4229ac848cabfa25d325909b58182293401e5168cb6af4fa1ec0 2022-11-23T01:30:04.7933586Z deleted: sha256:8b996859713370e9ffd526346870742128c5ea5ff98bd9f82fbe3f24968e928c 2022-11-23T01:30:04.7933893Z deleted: sha256:27c0768b02e856f2950f9ab17e37bb7913853eba91261312df3d5db2d6c3deee 2022-11-23T01:30:04.7934212Z deleted: sha256:70a813ba5bf034ca96b93044aba3adb566a139c15ef2207596a69c4febb19a03 2022-11-23T01:30:04.7934520Z deleted: sha256:b6fe32443aaa20457af1607125d35c0b03486f61c34bc0eda459476e0a26b622 2022-11-23T01:30:04.7934858Z deleted: sha256:bdfb1abcdafa53cf4315c1ae51c4769e3d89670bf6b719c58fd5a3d8a76778c7 2022-11-23T01:30:04.7935201Z deleted: sha256:3a4e31d25189738d4fb399576f8aa0430c9cc6ada853913db16a9d0ec7b1ebca 2022-11-23T01:30:04.7935515Z deleted: sha256:8b11a7ceaf02f689349d42de22a2d390eb92ef9984a4b632e53f055af1b7f370 2022-11-23T01:30:04.7935831Z deleted: sha256:a899d41935e5a84481b497f951674b9b4d48935d045331e0e4d1daad6efa27fc 2022-11-23T01:30:04.7936152Z deleted: sha256:436f667c4ad16fa49ec5d4de4501e0c395ae6d07ad2bac7b8ddf2a86515c655a 2022-11-23T01:30:04.7936483Z deleted: sha256:c44629cc271e6f5754defb2e2d7d30e044af2683c6c639c7ea07e478ecee22dc 2022-11-23T01:30:04.7936872Z deleted: sha256:794aa8150bfc976f0de3dba08a3fd06f90e3ff064d2b91da3924264eb02a2d67 2022-11-23T01:30:04.7937224Z deleted: sha256:efb9c6fcd47bcaea1f6ec6e3ffe83667c086a13141151ccd058bb90275005099 2022-11-23T01:30:04.7937565Z deleted: sha256:f86d0781a16fa68205f9ca502f99ee08738fb9fee2ac0324e3c4c4a931343d96 2022-11-23T01:30:04.7937879Z deleted: sha256:253359cbbc1c8d4d9b81ce797bbf6e1770bb0139315327aeca6c5d7b8fbbf506 2022-11-23T01:30:04.7938206Z deleted: sha256:12807d3bdc5a57a8c86b24b5a80d3677336705425508b7efac171468b8eec805 2022-11-23T01:30:04.7938525Z deleted: sha256:d09ff5b0090f5f6926d7a426d19182fa62ca611a74243e647aa371dc217eb0bc 2022-11-23T01:30:04.7938841Z deleted: sha256:999ce588339c624533d1da19efa1084ca9d40826bc3c2e36f68202854bbaed6d 2022-11-23T01:30:04.7939149Z deleted: sha256:84c7ca96d0c6ff435429a2c3b221acc3f93bfba762867f99514f355fa0e96487 2022-11-23T01:30:04.7939478Z deleted: sha256:bf576d5c1ebd32884b6e8420a56a67949744ab3c257cdd6a961402ce61d0f9b4 2022-11-23T01:30:04.7939798Z deleted: sha256:e2647481c0482e1836627b93f2e0ffb52e0fecf353f4e491d2a1c89560a163c4 2022-11-23T01:30:04.7940127Z deleted: sha256:acfd5f5df81dd8e2b54fce74cb9f5c6a4fc372c24ba2a61edebb1a6955e2e9ca 2022-11-23T01:30:04.7940482Z deleted: sha256:6a7aeb4085d410b7c2f16ab2c30153cbb77af9b7940aca10374b5bb48b656c64 2022-11-23T01:30:04.7940819Z deleted: sha256:f07b42b63dc9c20aed8b24673f84dd95fc67078df1deaaea8e07a57992170708 2022-11-23T01:30:04.7941150Z deleted: sha256:ae0995708878d681d68f2f2c0da0078dbea9087bcda082280f8e746a2acd7c0b 2022-11-23T01:30:04.7941452Z deleted: sha256:85325bf4d0d8de782e7b011f570fca7911f3936237615920c482ac63882891e5 2022-11-23T01:30:04.7941763Z deleted: sha256:decd75e29328282a61558892c99ad544f6b8a4d6546e9c6bff48496878c0dd03 2022-11-23T01:30:04.7942081Z deleted: sha256:ebd1f83933301136b2252c284ecc55c167e85d8f6d43de2a7e6fe210b4c9646b 2022-11-23T01:30:04.7942412Z deleted: sha256:7a6d9bfc4de825fdd9db50458c50e0b5cd7dffc75dd5181ffe0a8c23b03ca62d 2022-11-23T01:30:04.7942752Z deleted: sha256:015abbb897fb0fc139137f9b6995846469e4dc1f41727d1e67ff4483655d6ebd 2022-11-23T01:30:04.7943075Z deleted: sha256:6fdbc4a75659885a611323d721fc26cf0b4ea0ab37c9638ae181f6801b5db594 2022-11-23T01:30:04.7943388Z deleted: sha256:4200855111e61f223baf969a62a841c7b9af65640970fd3a9cbd5d56be4942fd 2022-11-23T01:30:04.7943685Z deleted: sha256:5a197f8ace549be86160b65b44f4ea6a76e5710bf5805051821ac5abc2ffa40a 2022-11-23T01:30:04.7944016Z deleted: sha256:50da7a2c897318c2df2f7bedff192baab7ba2df53495bac7e67ff4049cda9318 2022-11-23T01:30:04.7944388Z deleted: sha256:8e60c9920bf6865115a244056049f87b76b8f0efa68b2d1934d9e92d297494b9 2022-11-23T01:30:04.7944697Z deleted: sha256:dd091ef04a9d54ca95387f0d66ba5700bca604adab8272c988ee67e0b441da23 2022-11-23T01:30:04.7945028Z deleted: sha256:9ccb694b520b36e003725a9f2ae5d636e902a2334cf5fa0fa05df9da6c0eab52 2022-11-23T01:30:04.7945340Z deleted: sha256:783a51ef4e40015895943379a43b40b80a106ec8f9587bf4178cbcfb85655759 2022-11-23T01:30:04.7945650Z deleted: sha256:2105175e2be8a7eccb648a6098da4bd67886d5af378405c1cafd98e4455cf749 2022-11-23T01:30:04.7945967Z deleted: sha256:f96c9c293e93573c02dc2053e4d6e4f194b4dbba71f037a8fdb7db3e891c80f3 2022-11-23T01:30:04.7946298Z deleted: sha256:f4a670ac65b68f8757aea863ac0de19e627c0ea57165abad8094eae512ca7dad 2022-11-23T01:30:04.7946483Z 2022-11-23T01:30:04.8037824Z Total reclaimed space: 14.98GB 2022-11-23T01:30:04.8086233Z Post job cleanup. 2022-11-23T01:30:04.8119904Z Post job cleanup. 2022-11-23T01:30:04.9147390Z [command]/usr/bin/git version 2022-11-23T01:30:04.9537044Z git version 2.37.1 2022-11-23T01:30:04.9574653Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f4fe9ea1-22b9-49a9-9f8e-624d82d6e982' before making global git config changes 2022-11-23T01:30:04.9575085Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:30:04.9579139Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:30:04.9627414Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:30:04.9655193Z [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:30:05.0069164Z Entering 'android/libs/fbjni' 2022-11-23T01:30:05.0112419Z Entering 'third_party/FP16' 2022-11-23T01:30:05.0156050Z Entering 'third_party/FXdiv' 2022-11-23T01:30:05.0192993Z Entering 'third_party/NNPACK' 2022-11-23T01:30:05.0237096Z Entering 'third_party/QNNPACK' 2022-11-23T01:30:05.0281766Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:30:05.0314683Z Entering 'third_party/XNNPACK' 2022-11-23T01:30:05.0439386Z Entering 'third_party/benchmark' 2022-11-23T01:30:05.0486826Z Entering 'third_party/cpuinfo' 2022-11-23T01:30:05.0531197Z Entering 'third_party/cub' 2022-11-23T01:30:05.0578015Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:30:05.0615548Z Entering 'third_party/cutlass' 2022-11-23T01:30:05.0654648Z Entering 'third_party/eigen' 2022-11-23T01:30:05.0725012Z Entering 'third_party/fbgemm' 2022-11-23T01:30:05.0780884Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:30:05.0844652Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:30:05.0901484Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:30:05.0957559Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:30:05.1008134Z Entering 'third_party/flatbuffers' 2022-11-23T01:30:05.1042484Z Entering 'third_party/fmt' 2022-11-23T01:30:05.1092287Z Entering 'third_party/foxi' 2022-11-23T01:30:05.1134863Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:30:05.1180007Z Entering 'third_party/gloo' 2022-11-23T01:30:05.1229532Z Entering 'third_party/googletest' 2022-11-23T01:30:05.1278695Z Entering 'third_party/ideep' 2022-11-23T01:30:05.1318674Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:30:05.1406267Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:30:05.1506023Z Entering 'third_party/ios-cmake' 2022-11-23T01:30:05.1542251Z Entering 'third_party/ittapi' 2022-11-23T01:30:05.1574958Z Entering 'third_party/kineto' 2022-11-23T01:30:05.1606939Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:30:05.1639740Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:30:05.1672670Z Entering 'third_party/nccl/nccl' 2022-11-23T01:30:05.1713885Z Entering 'third_party/neon2sse' 2022-11-23T01:30:05.1751019Z Entering 'third_party/nlohmann' 2022-11-23T01:30:05.1784612Z Entering 'third_party/onnx' 2022-11-23T01:30:05.1925544Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:30:05.1984726Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:30:05.2031910Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:30:05.2093493Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:30:05.2200598Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:30:05.2264090Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:30:05.2333781Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:30:05.2387002Z Entering 'third_party/pocketfft' 2022-11-23T01:30:05.2419746Z Entering 'third_party/protobuf' 2022-11-23T01:30:05.2513904Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:30:05.2579865Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:30:05.2635241Z Entering 'third_party/psimd' 2022-11-23T01:30:05.2672803Z Entering 'third_party/pthreadpool' 2022-11-23T01:30:05.2710021Z Entering 'third_party/pybind11' 2022-11-23T01:30:05.2756982Z Entering 'third_party/python-enum' 2022-11-23T01:30:05.2794509Z Entering 'third_party/python-peachpy' 2022-11-23T01:30:05.2842680Z Entering 'third_party/python-six' 2022-11-23T01:30:05.2880015Z Entering 'third_party/sleef' 2022-11-23T01:30:05.2924134Z Entering 'third_party/tbb' 2022-11-23T01:30:05.2958390Z Entering 'third_party/tensorpipe' 2022-11-23T01:30:05.3016499Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:30:05.3083162Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:30:05.3139668Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:30:05.3199039Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:30:05.3259851Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:30:05.3313262Z Entering 'third_party/zstd' 2022-11-23T01:30:05.3370041Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:30:05.3395088Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3402224Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:30:05.3432565Z [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:30:05.3673049Z Entering 'android/libs/fbjni' 2022-11-23T01:30:05.3692229Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3718872Z Entering 'third_party/FP16' 2022-11-23T01:30:05.3737966Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3762808Z Entering 'third_party/FXdiv' 2022-11-23T01:30:05.3782088Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3808210Z Entering 'third_party/NNPACK' 2022-11-23T01:30:05.3828080Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3853926Z Entering 'third_party/QNNPACK' 2022-11-23T01:30:05.3873717Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3898305Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:30:05.3918588Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3943233Z Entering 'third_party/XNNPACK' 2022-11-23T01:30:05.3962288Z http.https://github.com/.extraheader 2022-11-23T01:30:05.3997420Z Entering 'third_party/benchmark' 2022-11-23T01:30:05.4016104Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4041750Z Entering 'third_party/cpuinfo' 2022-11-23T01:30:05.4061500Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4087549Z Entering 'third_party/cub' 2022-11-23T01:30:05.4106476Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4131171Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:30:05.4151922Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4181075Z Entering 'third_party/cutlass' 2022-11-23T01:30:05.4199472Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4230410Z Entering 'third_party/eigen' 2022-11-23T01:30:05.4248978Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4276073Z Entering 'third_party/fbgemm' 2022-11-23T01:30:05.4294590Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4319726Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:30:05.4338318Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4363105Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:30:05.4381720Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4406786Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:30:05.4424754Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4449568Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:30:05.4468240Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4495247Z Entering 'third_party/flatbuffers' 2022-11-23T01:30:05.4514333Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4540943Z Entering 'third_party/fmt' 2022-11-23T01:30:05.4560742Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4586082Z Entering 'third_party/foxi' 2022-11-23T01:30:05.4605978Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4631188Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:30:05.4650060Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4675435Z Entering 'third_party/gloo' 2022-11-23T01:30:05.4694025Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4719435Z Entering 'third_party/googletest' 2022-11-23T01:30:05.4738119Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4763989Z Entering 'third_party/ideep' 2022-11-23T01:30:05.4783393Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4808453Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:30:05.4827145Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4854788Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:30:05.4874653Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4906635Z Entering 'third_party/ios-cmake' 2022-11-23T01:30:05.4927133Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4952777Z Entering 'third_party/ittapi' 2022-11-23T01:30:05.4971555Z http.https://github.com/.extraheader 2022-11-23T01:30:05.4999125Z Entering 'third_party/kineto' 2022-11-23T01:30:05.5018707Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5044246Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:30:05.5063054Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5088337Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:30:05.5107477Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5134437Z Entering 'third_party/nccl/nccl' 2022-11-23T01:30:05.5153862Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5179328Z Entering 'third_party/neon2sse' 2022-11-23T01:30:05.5198925Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5224064Z Entering 'third_party/nlohmann' 2022-11-23T01:30:05.5243298Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5269222Z Entering 'third_party/onnx' 2022-11-23T01:30:05.5288356Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5324374Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:30:05.5343085Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5368773Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:30:05.5387169Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5414069Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:30:05.5433571Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5457689Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:30:05.5476190Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5505673Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:30:05.5524781Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5549970Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:30:05.5569031Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5594545Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:30:05.5613122Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5642685Z Entering 'third_party/pocketfft' 2022-11-23T01:30:05.5661401Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5687337Z Entering 'third_party/protobuf' 2022-11-23T01:30:05.5706269Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5734206Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:30:05.5752663Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5777463Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:30:05.5796325Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5822764Z Entering 'third_party/psimd' 2022-11-23T01:30:05.5843479Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5867796Z Entering 'third_party/pthreadpool' 2022-11-23T01:30:05.5886592Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5911192Z Entering 'third_party/pybind11' 2022-11-23T01:30:05.5930080Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5955547Z Entering 'third_party/python-enum' 2022-11-23T01:30:05.5973876Z http.https://github.com/.extraheader 2022-11-23T01:30:05.5998813Z Entering 'third_party/python-peachpy' 2022-11-23T01:30:05.6017422Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6042959Z Entering 'third_party/python-six' 2022-11-23T01:30:05.6061647Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6086511Z Entering 'third_party/sleef' 2022-11-23T01:30:05.6105734Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6130424Z Entering 'third_party/tbb' 2022-11-23T01:30:05.6149313Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6175150Z Entering 'third_party/tensorpipe' 2022-11-23T01:30:05.6194615Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6219314Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:30:05.6238350Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6263226Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:30:05.6281354Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6305804Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:30:05.6324974Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6349973Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:30:05.6368634Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6393603Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:30:05.6411847Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6439552Z Entering 'third_party/zstd' 2022-11-23T01:30:05.6457870Z http.https://github.com/.extraheader 2022-11-23T01:30:05.6680324Z Evaluate and set job outputs 2022-11-23T01:30:05.6689518Z Set output 'docker-image' 2022-11-23T01:30:05.6690679Z Cleaning up orphan processes